summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-12-18aoe: update driver-internal version to 64+Ed Cashin1-1/+2
2012-12-18aoe: commands in retransmit queue use new destination on failureEd Cashin3-33/+75
2012-12-18aoe: use high-resolution RTTs with fallback to low-resEd Cashin2-11/+55
2012-12-18aoe: manipulate aoedev network stats under lockEd Cashin1-2/+2
2012-12-18aoe: err device: include MAC addresses for unexpected responsesEd Cashin1-2/+4
2012-12-18aoe: improve network congestion handlingEd Cashin3-74/+121
2012-12-18aoe: provide ATA identify device content to user on requestEd Cashin3-0/+47
2012-12-18aoe: update driver-internal version number to 60Ed Cashin1-1/+1
2012-12-18aoe: whitespace cleanupEd Cashin5-8/+8
2012-12-18aoe: cleanup: remove unused ata_scnt functionEd Cashin1-10/+0
2012-12-18aoe: "payload" sysfs file exports per-AoE-command data transfer sizeEd Cashin1-0/+10
2012-12-18aoe: support larger I/O requests via aoe_maxsectors module paramEd Cashin1-0/+9
2012-12-18aoe: support the forgetting (flushing) of a user-specified AoE targetEd Cashin1-6/+38
2012-12-18aoe: update cap on outstanding commands based on config query responseEd Cashin2-4/+8
2012-12-18aoe: print warning regarding a common reason for dropped transmitsEd Cashin1-2/+7
2012-12-18aoe: describe the behavior of the "err" character deviceEd Cashin1-0/+5
2012-12-18rtc: DA9055 RTC driverAshish Jangam3-0/+424
2012-12-18drivers/rtc/rtc-s3c: use of_match_ptr() macroSachin Kamat1-3/+1
2012-12-18drivers/rtc/rtc-tps65910.c: enable RTC power domain on initializationKim, Milo1-0/+7
2012-12-18drivers/rtc/rtc-dev.c: remove unused code from rtc-dev.cSachin Kamat1-19/+0
2012-12-18drivers/rtc/rtc-s3c.c: convert to use devm_* APITushar Behera1-37/+8
2012-12-18drivers/rtc/rtc-s3c.c: remove unnecessary err_nores labelTushar Behera1-4/+1
2012-12-18rtc: add NXP PCF8523 supportThierry Reding3-0/+336
2012-12-18rtc: rtc-davinci: use devm_kzalloc()Devendra Naga1-12/+4
2012-12-18rtc: rtc-davinci: return correct error code if rtc_device_register() failsDevendra Naga1-2/+3
2012-12-18drivers/rtc/rtc-tps65910.c: rename irq to match deviceSivaram Nair1-1/+1
2012-12-18rtc: rtc-spear: Provide flag for no support of UIE modeDeepak Sikri1-0/+2
2012-12-18rtc: rtc-spear: Add clk_{un}prepare() supportDeepak Sikri1-3/+3
2012-12-18rtc: rtc-spear: use devm_*() routinesViresh Kumar1-60/+29
2012-12-18drivers/rtc/rtc-test.c: avoid calling platform_device_put() twiceWei Yongjun1-7/+7
2012-12-18drivers/rtc/rtc-vt8500.c: convert to use devm_kzallocDevendra Naga1-10/+5
2012-12-18drivers/rtc/rtc-imxdi.c: add devicetree supportRoland Stigge1-0/+11
2012-12-18drivers/rtc/rtc-imxdi: support for i.MX53Roland Stigge1-1/+1
2012-12-18rtc: omap: add runtime pm supportVaibhav Hiremath1-0/+18
2012-12-18rtc: omap: depend on am33xxAfzal Mohammed1-4/+6
2012-12-18rtc: omap: dt supportAfzal Mohammed1-0/+18
2012-12-18rtc: omap: kicker mechanism supportAfzal Mohammed1-3/+41
2012-12-18drivers/of/fdt.c: re-use kernel's kbasename()Andy Shevchenko1-8/+2
2012-12-18backlight: corgi_lcd: Use gpio_set_value_cansleep() to avoid WARN_ONMarko Katic1-2/+2
2012-12-18drivers/video/backlight/lms283gf05.c: use GPIOF_INIT flags when using devm_gp...Jingoo Han1-1/+2
2012-12-18drivers/video/backlight/lcd.c: return ENXIO when ops functions cannot be calledJingoo Han1-2/+6
2012-12-18backlight: 88pm860x_bl: remove an unnecessary line continuationJingoo Han1-2/+1
2012-12-18drivers/video/backlight/pandora_bl.c: change TWL4030_MODULE_PWM0 to TWL_MODUL...Peter Ujfalusi1-5/+3
2012-12-18backlight: add of_find_backlight_by_node()Thierry Reding1-0/+29
2012-12-18drivers/video/backlight/lm3639_bl.c: fix up world writable sysfs fileAxel Lin1-1/+1
2012-12-18drivers/video/backlight/max8925_bl.c: drop devm_kfree of devm_kzalloc'd dataJingoo Han1-8/+3
2012-12-18drivers/video/backlight/88pm860x_bl.c: drop devm_kfree of devm_kzalloc'd dataJingoo Han1-8/+3
2012-12-18drivers/video/backlight/s6e63m0.c: remove unnecessary cast of void pointerJingoo Han1-1/+1
2012-12-18drivers/video/backlight/vgg2432a4.c: add missing constJingoo Han3-6/+6
2012-12-18drivers/video/backlight/tdo24m.c: add missing constJingoo Han1-13/+14