summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-30rtc: rtc-starfire: use module_platform_driver_probe()Jingoo Han
2013-04-30rtc: rtc-sh: use module_platform_driver_probe()Jingoo Han
2013-04-30rtc: rtc-rp5c01: use module_platform_driver_probe()Jingoo Han
2013-04-30rtc: rtc-pxa: use module_platform_driver_probe()Jingoo Han
2013-04-30rtc: rtc-ps3: use module_platform_driver_probe()Jingoo Han
2013-04-30rtc: rtc-pcap: use module_platform_driver_probe()Jingoo Han
2013-04-30rtc: rtc-omap: use module_platform_driver_probe()Jingoo Han
2013-04-30rtc: rtc-nuc900: use module_platform_driver_probe()Jingoo Han
2013-04-30rtc: rtc-mv: use module_platform_driver_probe()Jingoo Han
2013-04-30rtc: rtc-msm6242: use module_platform_driver_probe()Jingoo Han
2013-04-30rtc: rtc-mc13xxx: use module_platform_driver_probe()Jingoo Han
2013-04-30rtc: rtc-imxdi: use module_platform_driver_probe()Jingoo Han
2013-04-30rtc: rtc-generic: use module_platform_driver_probe()Jingoo Han
2013-04-30rtc: rtc-efi: use module_platform_driver_probe()Jingoo Han
2013-04-30rtc: rtc-ds1302: use module_platform_driver_probe()Jingoo Han
2013-04-30rtc: rtc-davinci: use module_platform_driver_probe()Jingoo Han
2013-04-30rtc: rtc-coh901331: use module_platform_driver_probe()Jingoo Han
2013-04-30rtc: rtc-au1xxx: use module_platform_driver_probe()Jingoo Han
2013-04-30rtc: rtc-at91rm9200: use module_platform_driver_probe()Jingoo Han
2013-04-30rtc: rtc-at32ap700x: use module_platform_driver_probe()Jingoo Han
2013-04-30rtc: rtc-ab3100: use module_platform_driver_probe()Jingoo Han
2013-04-30drivers/rtc/class.c: use struct device as the first argument for devm_rtc_dev...Jingoo Han
2013-04-30drivers/rtc/rtc-max77686.c: use dev_info()/dev_emerg() instead of pr_info()/p...Jingoo Han
2013-04-30drivers/rtc/rtc-max77686.c: fix indentation of bit definitionsJingoo Han
2013-04-30drivers/rtc/rtc-max77686.c: use devm_kzalloc()Jingoo Han
2013-04-30drivers/rtc/rtc-max77686.c: add missing module author nameJingoo Han
2013-04-30drivers/rtc/rtc-max77686.c: use module_platform_driver()Jingoo Han
2013-04-30rtc: add devm_rtc_device_{register,unregister}()Jingoo Han
2013-04-30rtc: rtc-tegra: add __init/__exit annotationJingoo Han
2013-04-30rtc: rtc-pcap: add __init/__exit annotationJingoo Han
2013-04-30rtc: rtc-nuc900: add __init/__exit annotationJingoo Han
2013-04-30rtc: rtc-imxdi: add __init/__exit annotationJingoo Han
2013-04-30rtc: rtc-ds1302: add __exit annotationJingoo Han
2013-04-30rtc: rtc-davinci: add __exit annotationJingoo Han
2013-04-30rtc: rtc-mv: add __init annotationJingoo Han
2013-04-30init/main.c: convert to pr_foo()Andrew Morton
2013-04-30init: raise log levelRichard Weinberger
2013-04-30init: scream bloody murder if interrupts are enabled too earlySteven Rostedt
2013-04-30checkpatch: add Suggested-by as a standard signatureMugunthan V N
2013-04-30checkpatch: only warn for empty lines before closing braces by themselvesMatthijs Kooijman
2013-04-30checkpatch: warn on space before semicolonJoe Perches
2013-04-30checkpatch: complain about executable filesJoe Perches
2013-04-30checkpatch: Prefer seq_puts to seq_printfJoe Perches
2013-04-30checkpatch: add check for reuse of krealloc argJoe Perches
2013-04-30lib, net: make isodigit() public and use itAndy Shevchenko
2013-04-30argv_split(): teach it to handle mutable stringsOleg Nesterov
2013-04-30lib/int_sqrt.c: optimize square root algorithmDavidlohr Bueso
2013-04-30drivers/video/backlight/tps65217_bl.c add default brightness value optionMatus Ujhelyi
2013-04-30Documentation: add missing documentation for tps65217-bl device tree bindingMatus Ujhelyi
2013-04-30backlight: lp855x: add a device tree structureKim, Milo