summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers/leds/leds-gpio.c: use gpio_get_value_cansleep() when initializingDavid Daney2011-11-011-1/+1
* drivers/leds/leds-lm3530.c: add __devexit_p where neededAxel Lin2011-11-011-1/+1
* drivers/leds/leds-lp5521.c: avoid writing uninitialized value to LP5521_REG_O...Axel Lin2011-11-011-3/+3
* drivers/leds/leds-renesas-tpu.c: move Renesas TPU LED driver platform dataMagnus Damm2011-11-011-1/+1
* drivers/leds/leds-renesas-tpu.c: update driver to use workqueueMagnus Damm2011-11-011-4/+17
* drivers/leds/leds-lm3530.c: remove obsolete cleanup for clientdataWolfram Sang2011-11-011-1/+0
* drivers/leds/led-triggers.c: fix memory leakMasakazu Mokuno2011-11-011-1/+4
* leds: Renesas TPU LED driverMagnus Damm2011-11-013-0/+357
* backlight: rename corgibl_limit_intensity() to genericbl_limit_intensity()Axel Lin2011-11-011-2/+2
* drivers/video/backlight/l4f00242t03.c: use gpio_request_one() to simplify err...Fabio Estevam2011-11-011-11/+4
* backlight: fix broken regulator API usage in l4f00242t03Mark Brown2011-11-011-37/+20
* video/backlight: remove obsolete cleanup for clientdataWolfram Sang2011-11-011-2/+0
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-11-0112-34/+29
* drivers/misc/ad525x_dpot-i2c.c: add i2c support for AD5161Peter Korsgaard2011-11-011-0/+1
* driver/misc/fsa9480.c fix potential null-pointer dereferenceJonghwan Choi2011-11-011-1/+2
* lis3lv02d: make regulator API usage unconditionalMark Brown2011-11-011-22/+12
* lis3: remove the references to the global variable in core driverÉric Piel2011-11-012-103/+133
* lis3: change exported function to use passed parameterÉric Piel2011-11-015-9/+9
* lis3: use consistent naming of variablesÉric Piel2011-11-011-60/+60
* lis3: free regulators if probe() failsÉric Piel2011-11-011-2/+7
* hp_accel: add HP ProBook 655xÉric Piel2011-11-011-0/+1
* lis3: add support for HP EliteBook 8540wÉric Piel2011-11-011-0/+1
* lis3: add support for HP EliteBook 2730pÉric Piel2011-11-011-0/+1
* lis3lv02d: avoid divide by zero due to uncheckedÉric Piel2011-11-013-9/+32
* drivers/hwmon/hwmon.c: convert idr to ida and use ida_simple_get()Jonathan Cameron2011-11-011-39/+8
* hwmon: convert idr to ida and use ida_simple interfaceJonathan Cameron2011-11-011-24/+8
* mm: distinguish between mlocked and pinned pagesChristoph Lameter2011-11-013-8/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-10-3123-488/+539
|\
| * bonding: eliminate bond_close race conditionsJay Vosburgh2011-10-304-60/+61
| * qlcnic: fix beacon and LED test.Sucheta Chakraborty2011-10-303-31/+57
| * qlcnic: updated reset sequenceSony Chacko2011-10-302-2/+50
| * qlcnic: reset loopback mode if promiscous mode setting fails.Sucheta Chakraborty2011-10-301-1/+1
| * qlcnic: skip IDC ack check in fw reset path.Sritej Velaga2011-10-301-1/+8
| * i825xx: Fix incorrect dependency for BVME6000_NETGeert Uytterhoeven2011-10-281-1/+1
| * stmmac: update normal descriptor structure (v2)Giuseppe CAVALLARO2011-10-285-40/+51
| * stmmac: fix NULL pointer dereference in capabilities fixup (v2)Angus Clark2011-10-281-1/+1
| * stmmac: fix a bug while checking the HW cap reg (v2)Giuseppe CAVALLARO2011-10-281-2/+3
| * be2net: Changing MAC Address of a VF was broken.Somnath Kotur2011-10-282-13/+19
| * be2net: Refactored be_cmds.c file.Somnath Kotur2011-10-281-282/+114
| * bnx2x: update driver version to 1.70.30-0Dmitry Kravkov2011-10-271-2/+2
| * bnx2x: use FW 7.0.29.0Dmitry Kravkov2011-10-271-1/+1
| * bnx2x: Enable changing speed when port type is PORT_DAYaniv Rosner2011-10-271-0/+1
| * bnx2x: Fix 54618se LED behaviorYaniv Rosner2011-10-271-21/+23
| * bnx2x: Fix RX/TX problem caused by the MAC layerYaniv Rosner2011-10-271-12/+33
| * bnx2x: Add link retry to 578xx-KRYaniv Rosner2011-10-272-16/+104
| * bnx2x: Fix LED blink rate for 578xxYaniv Rosner2011-10-271-2/+9
* | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2011-10-311-1/+1
|\ \
| * | md/raid10: Fix bug when activating a hot-spare.NeilBrown2011-10-311-1/+1
* | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-10-304-17/+21
|\ \ \
| * | | i2c-algo-pca: Return standard fault codesJean Delvare2011-10-301-2/+4