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