index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
rtc: rtc-starfire: use module_platform_driver_probe()
Jingoo Han
2013-04-30
1
-12
/
+1
*
rtc: rtc-sh: use module_platform_driver_probe()
Jingoo Han
2013-04-30
1
-12
/
+1
*
rtc: rtc-rp5c01: use module_platform_driver_probe()
Jingoo Han
2013-04-30
1
-12
/
+1
*
rtc: rtc-pxa: use module_platform_driver_probe()
Jingoo Han
2013-04-30
1
-12
/
+1
*
rtc: rtc-ps3: use module_platform_driver_probe()
Jingoo Han
2013-04-30
1
-12
/
+1
*
rtc: rtc-pcap: use module_platform_driver_probe()
Jingoo Han
2013-04-30
1
-12
/
+1
*
rtc: rtc-omap: use module_platform_driver_probe()
Jingoo Han
2013-04-30
1
-11
/
+1
*
rtc: rtc-nuc900: use module_platform_driver_probe()
Jingoo Han
2013-04-30
1
-12
/
+1
*
rtc: rtc-mv: use module_platform_driver_probe()
Jingoo Han
2013-04-30
1
-12
/
+1
*
rtc: rtc-msm6242: use module_platform_driver_probe()
Jingoo Han
2013-04-30
1
-12
/
+1
*
rtc: rtc-mc13xxx: use module_platform_driver_probe()
Jingoo Han
2013-04-30
1
-11
/
+1
*
rtc: rtc-imxdi: use module_platform_driver_probe()
Jingoo Han
2013-04-30
1
-12
/
+1
*
rtc: rtc-generic: use module_platform_driver_probe()
Jingoo Han
2013-04-30
1
-12
/
+1
*
rtc: rtc-efi: use module_platform_driver_probe()
Jingoo Han
2013-04-30
1
-12
/
+1
*
rtc: rtc-ds1302: use module_platform_driver_probe()
Jingoo Han
2013-04-30
1
-12
/
+1
*
rtc: rtc-davinci: use module_platform_driver_probe()
Jingoo Han
2013-04-30
1
-11
/
+1
*
rtc: rtc-coh901331: use module_platform_driver_probe()
Jingoo Han
2013-04-30
1
-12
/
+1
*
rtc: rtc-au1xxx: use module_platform_driver_probe()
Jingoo Han
2013-04-30
1
-12
/
+1
*
rtc: rtc-at91rm9200: use module_platform_driver_probe()
Jingoo Han
2013-04-30
1
-12
/
+1
*
rtc: rtc-at32ap700x: use module_platform_driver_probe()
Jingoo Han
2013-04-30
1
-11
/
+1
*
rtc: rtc-ab3100: use module_platform_driver_probe()
Jingoo Han
2013-04-30
1
-13
/
+1
*
drivers/rtc/class.c: use struct device as the first argument for devm_rtc_dev...
Jingoo Han
2013-04-30
2
-5
/
+5
*
drivers/rtc/rtc-max77686.c: use dev_info()/dev_emerg() instead of pr_info()/p...
Jingoo Han
2013-04-30
1
-6
/
+9
*
drivers/rtc/rtc-max77686.c: fix indentation of bit definitions
Jingoo Han
2013-04-30
1
-5
/
+5
*
drivers/rtc/rtc-max77686.c: use devm_kzalloc()
Jingoo Han
2013-04-30
1
-7
/
+2
*
drivers/rtc/rtc-max77686.c: add missing module author name
Jingoo Han
2013-04-30
1
-1
/
+1
*
drivers/rtc/rtc-max77686.c: use module_platform_driver()
Jingoo Han
2013-04-30
1
-11
/
+1
*
rtc: add devm_rtc_device_{register,unregister}()
Jingoo Han
2013-04-30
2
-0
/
+76
*
rtc: rtc-tegra: add __init/__exit annotation
Jingoo Han
2013-04-30
1
-3
/
+3
*
rtc: rtc-pcap: add __init/__exit annotation
Jingoo Han
2013-04-30
1
-3
/
+3
*
rtc: rtc-nuc900: add __init/__exit annotation
Jingoo Han
2013-04-30
1
-3
/
+3
*
rtc: rtc-imxdi: add __init/__exit annotation
Jingoo Han
2013-04-30
1
-3
/
+3
*
rtc: rtc-ds1302: add __exit annotation
Jingoo Han
2013-04-30
1
-2
/
+2
*
rtc: rtc-davinci: add __exit annotation
Jingoo Han
2013-04-30
1
-2
/
+2
*
rtc: rtc-mv: add __init annotation
Jingoo Han
2013-04-30
1
-1
/
+1
*
init/main.c: convert to pr_foo()
Andrew Morton
2013-04-30
1
-16
/
+15
*
init: raise log level
Richard Weinberger
2013-04-30
1
-3
/
+3
*
init: scream bloody murder if interrupts are enabled too early
Steven Rostedt
2013-04-30
1
-10
/
+3
*
checkpatch: add Suggested-by as a standard signature
Mugunthan V N
2013-04-30
2
-1
/
+9
*
checkpatch: only warn for empty lines before closing braces by themselves
Matthijs Kooijman
2013-04-30
1
-1
/
+1
*
checkpatch: warn on space before semicolon
Joe Perches
2013-04-30
1
-2
/
+2
*
checkpatch: complain about executable files
Joe Perches
2013-04-30
1
-1
/
+2
*
checkpatch: Prefer seq_puts to seq_printf
Joe Perches
2013-04-30
1
-0
/
+16
*
checkpatch: add check for reuse of krealloc arg
Joe Perches
2013-04-30
1
-0
/
+7
*
lib, net: make isodigit() public and use it
Andy Shevchenko
2013-04-30
3
-2
/
+6
*
argv_split(): teach it to handle mutable strings
Oleg Nesterov
2013-04-30
1
-47
/
+40
*
lib/int_sqrt.c: optimize square root algorithm
Davidlohr Bueso
2013-04-30
1
-13
/
+19
*
drivers/video/backlight/tps65217_bl.c add default brightness value option
Matus Ujhelyi
2013-04-30
3
-1
/
+18
*
Documentation: add missing documentation for tps65217-bl device tree binding
Matus Ujhelyi
2013-04-30
1
-0
/
+24
*
backlight: lp855x: add a device tree structure
Kim, Milo
2013-04-30
2
-2
/
+112
[next]