aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-02-21rtc: rtc-sun4v: use pr_warn() instead of printk()Jingoo Han1-4/+6
2013-02-21rtc: rtc-vr41xx: use dev_info() instead of printk()Jingoo Han1-1/+1
2013-02-21rtc: rtc-rs5c313: use pr_err() instead of printk()Jingoo Han1-2/+3
2013-02-21rtc: rtc-at91rm9200: use dev_dbg()/dev_err() instead of printk()/pr_debug()Jingoo Han1-9/+8
2013-02-21rtc: rtc-rs5c372: use dev_dbg()/dev_warn() instead of printk()/pr_debug()Jingoo Han1-6/+4
2013-02-21rtc: rtc-ds2404: use dev_err() instead of printk()Jingoo Han1-2/+2
2013-02-21rtc: rtc-efi: use dev_err()/dev_warn()/pr_err() instead of printk()Jingoo Han1-4/+6
2013-02-21rtc: max77686: use dev_info() instead of printk()Jingoo Han1-2/+2
2013-02-21rtc: use dev_warn()/dev_dbg()/pr_err() instead of printk()Jingoo Han2-6/+9
2013-02-21drivers/rtc/rtc-sa1100.c: move clock enable/disable to probe/removeChao Xie1-5/+6
2013-02-21rtc: max8997: add driver for max8997 rtcJonghwa Lee3-0/+564
2013-02-21drivers/rtc/rtc-s3c.c: use dev_dbg() instaed of pr_debug()Jingoo Han1-9/+9
2013-02-21arm: mvebu: add RTC support for Armada 370 and Armada XPGregory CLEMENT1-0/+6
2013-02-21drivers/rtc/rtc-pl031.c: add wakeup supportRob Herring1-0/+2
2013-02-21rtc: add support for spi rtc rx4581Torben Hohn3-0/+323
2013-02-21drivers/rtc/rtc-tps65910.c: set irq flag to IRQF_EARLY_RESUME during irq requestLaxman Dewangan1-1/+1
2013-02-21drivers/rtc/rtc-tps65910.c: use sleep_pm_ops macro for initialising suspend/resume callbacksLaxman Dewangan1-9/+4
2013-02-21drivers/rtc/rtc-tps65910.c: remove unnecessary irq stat save and restoreLaxman Dewangan1-19/+2
2013-02-21drivers/rtc/rtc-tps65910.c: enable/disable wake in suspend/resumeLaxman Dewangan1-1/+11
2013-02-21rtc: add RTC driver for TPS80031/TPS80032Laxman Dewangan3-0/+358
2013-02-21rtc: add new lp8788 rtc driverKim, Milo3-0/+351
2013-02-21drivers/rtc/rtc-ds2404.c: use module_platform_driver macroSrinivas Kandagatla1-13/+1
2013-02-21drivers/rtc: remove unnecessary semicolonsPeter Senna Tschudin2-2/+2
2013-02-21drivers/rtc/rtc-pxa.c: avoid cpuid checkingHaojian Zhuang1-4/+1
2013-02-21drivers/rtc: use of_match_ptr() macroSachin Kamat6-7/+16
2013-02-21rtc-pcf8523: add low battery voltage supportJesper Nilsson1-0/+31
2013-02-21rtc: max77686: add Maxim 77686 driverJonghwa Lee3-0/+652
2013-02-21drivers/rtc/rtc-pxa.c: fix alarm can't wake up system issueLeo Song1-3/+4
2013-02-21drivers/rtc/rtc-pxa.c: fix alarm not match issueLeo Song1-1/+10
2013-02-21drivers/rtc: dump small buffers via %*phAndy Shevchenko3-44/+8
2013-02-21kernel/nsproxy.c: remove duplicate task_cred_xxx for user_nsYuanhan Liu1-2/+1
2013-02-21binfmt_elf: remove unused argument in fill_elf_headerZhang Yanfei1-3/+3
2013-02-21checkpatch: fix USLEEP_RANGE testBruce Allan1-2/+2
2013-02-21checkpatch: Add check for kcalloc argument orderJoe Perches1-0/+6
2013-02-21checkpatch: don't emit the CamelCase warning for PageFooJoe Perches1-0/+1
2013-02-21checkpatch: add Joe to MAINTAINERSJoe Perches1-1/+2
2013-02-21checkpatch: warn on unnecessary __dev<foo> section markingsJoe Perches1-0/+6
2013-02-21checkpatch: prefer dev_<level>( to dev_printk(KERN_<LEVEL>Joe Perches1-0/+9
2013-02-21decompressors: make the default XZ_DEC_* config match the selected architectureFlorian Fainelli1-6/+6
2013-02-21decompressors: drop dependency on CONFIG_EXPERTFlorian Fainelli1-6/+6
2013-02-21decompressors: group XZ_DEC_* symbols under an if XZ_BCJ / endifFlorian Fainelli1-6/+4
2013-02-21lib/parser.c: fix up comments for valid return values from match_numberNamjae Jeon1-3/+3
2013-02-21backlight: lp855x_bl: simplify bl_get_brightness()Kim, Milo1-24/+0
2013-02-21backlight: lp855x_bl: support new LP8557 deviceKim, Milo4-18/+94
2013-02-21backlight: lp855x_bl: introduce device configuration flowKim, Milo1-10/+68
2013-02-21drivers/video/backlight/adp88?0_bl.c: fix resumeLars-Peter Clausen2-2/+2
2013-02-21drivers/video/backlight/lm3630_bl.c: remove ret = -EIO of lm3630_backlight_register()Jingoo Han1-2/+2
2013-02-21drivers/video/backlight/s6e63m0.c: report ->gamma_table_count correctlyDan Carpenter1-1/+1
2013-02-21drivers/video/backlight/88pm860x_bl.c: add missing of_node_put()Axel Lin1-1/+4
2013-02-21backlight: add an AS3711 PMIC backlight driverGuennadi Liakhovetski3-0/+388