summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-2621-51/+133
|\
| * ARM: mxs: fix compile error caused by prom_update_property changeShawn Guo2012-07-251-6/+2
| * ARM: dt: tegra trimslice: enable USB2 portStephen Warren2012-07-251-0/+1
| * ARM: dt: tegra trimslice: add vbus-gpio propertyStephen Warren2012-07-251-0/+1
| * ARM: vt8500: Add maintainer for VT8500 architectureTony Prisk2012-07-251-0/+11
| * Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixesArnd Bergmann2012-07-2516-30/+98
| |\
| | * ARM: Kirkwood: Replace mrvl with marvellAndrew Lunn2012-07-259-12/+12
| | * ARM: Orion: fix driver probe error handling with respect to clkSimon Baatz2012-07-256-1/+29
| | * ARM: Dove: Fixup ge00 initialisationHannes Reinecke2012-07-251-2/+2
| | * ARM: Kirkwood: Fix PHY disable clk problemsSimon Baatz2012-07-251-15/+50
| | * ARM: Kirkwood: Ensure runit clock always ticks.Andrew Lunn2012-07-251-0/+5
| * | ARM: versatile: Don't use platform clock for Integrator & VEPawel Moll2012-07-251-2/+0
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Arnd Bergmann2012-07-252779-77188/+126931
| |\ \
| * | | ARM: tegra: harmony: add regulator supply name and its input supplyLaxman Dewangan2012-07-241-13/+20
* | | | Merge branch 'for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2012-07-2651-413/+2376
|\ \ \ \
| * | | | leds-lp8788: forgotten unlock at lp8788_led_workDevendra Naga2012-07-271-0/+1
| * | | | LEDS: propagate error codes in blinkm_detect()Dan Carpenter2012-07-271-2/+2
| * | | | LEDS: memory leak in blinkm_led_common_set()Dan Carpenter2012-07-271-2/+5
| * | | | leds: add new lp8788 led driverKim, Milo2012-07-263-0/+200
| * | | | LEDS: add BlinkM RGB LED driver, documentation and update MAINTAINERSJan-Simon Möller2012-07-245-0/+906
| * | | | leds: max8997: Simplify max8997_led_set_mode implementationAxel Lin2012-07-241-47/+13
| * | | | leds/leds-s3c24xx: use devm_gpio_requestDevendra Naga2012-07-241-2/+1
| * | | | leds: convert Network Space v2 LED driver to devm_kzalloc() and cleanup error...Bryan Wu2012-07-241-13/+6
| * | | | leds: convert DAC124S085 LED driver to devm_kzalloc()Bryan Wu2012-07-241-3/+1
| * | | | leds: convert LM3530 LED driver to devm_kzalloc() and cleanup error exit pathBryan Wu2012-07-241-16/+8
| * | | | leds: convert TCA6507 LED driver to devm_kzalloc()Bryan Wu2012-07-241-3/+1
| * | | | leds: convert Freescale MC13783 LED driver to devm_kzalloc() and cleanup erro...Bryan Wu2012-07-241-5/+3
| * | | | leds: convert ADP5520 LED driver to devm_kzalloc() and cleanup error exit pathBryan Wu2012-07-241-5/+3
| * | | | leds: convert PCA955x LED driver to devm_kzalloc() and cleanup error exit pathBryan Wu2012-07-241-13/+5
| * | | | leds: convert Sun Fire LED driver to devm_kzalloc() and cleanup error exit pathBryan Wu2012-07-241-15/+6
| * | | | leds: convert PCA9532 LED driver to devm_kzalloc()Bryan Wu2012-07-241-8/+2
| * | | | leds: convert LT3593 LED driver to devm_kzalloc()Bryan Wu2012-07-241-6/+3
| * | | | leds: convert Renesas TPU LED driver to devm_kzalloc() and cleanup error exit...Bryan Wu2012-07-241-14/+9
| * | | | leds: convert LP5523 LED driver to devm_kzalloc() and cleanup error exit pathBryan Wu2012-07-241-14/+10
| * | | | leds: convert PCA9633 LED driver to devm_kzalloc()Bryan Wu2012-07-241-5/+1
| * | | | leds: convert BD2802 RGB LED driver to devm_kzalloc() and cleanup error exit ...Bryan Wu2012-07-241-6/+2
| * | | | leds: convert LP5521 LED driver to devm_kzalloc() and cleanup error exit pathBryan Wu2012-07-241-12/+8
| * | | | leds: convert DA9030/DA9034 LED driver to devm_kzalloc() and cleanup error ex...Bryan Wu2012-07-241-7/+2
| * | | | leds: convert LP3944 LED driver to devm_kzalloc()Bryan Wu2012-07-241-6/+3
| * | | | leds: convert Atmel PWM LED driver to devm_kzalloc()Bryan Wu2012-07-241-3/+2
| * | | | leds: convert HTC ASIC3 LED driver to devm_kzalloc() and cleanup error exit pathBryan Wu2012-07-241-10/+6
| * | | | leds: convert Big Networks LED driver to devm_kzalloc()Bryan Wu2012-07-241-7/+3
| * | | | leds: Use devm_kzalloc in leds-gpio.c fileSachin Kamat2012-07-241-6/+5
| * | | | leds: Use devm_kzalloc in leds-max8997.c fileSachin Kamat2012-07-241-15/+6
| * | | | leds: Use devm_kzalloc in leds-regulator.c fileSachin Kamat2012-07-241-6/+3
| * | | | leds: Use devm_kzalloc in leds-pwm.c fileSachin Kamat2012-07-241-5/+2
| * | | | leds: Use module_platform_driver() in leds-max8997.c fileSachin Kamat2012-07-241-11/+1
| * | | | leds: convert tca6507 driver to module_i2c_driver()Peter Meerwald2012-07-241-12/+1
| * | | | leds: Convert S3C24XX LED driver to gpiolib APISylwester Nawrocki2012-07-241-14/+20
| * | | | leds: Convert S3C24XX LED driver to devm_kzalloc()Sylwester Nawrocki2012-07-241-5/+3
OpenPOWER on IntegriCloud