Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 10 Oct 2012 11:14:07 +0000 (20:14 +0900)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 10 Oct 2012 11:14:07 +0000 (20:14 +0900)
Pull LED subsystem update from Bryan Wu.

* 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds: (24 commits)
  leds: add output driver configuration for pca9633 led driver
  leds: lm3642: Use regmap_update_bits() in lm3642_chip_init()
  leds: Add new LED driver for lm3642 chips
  leds-lp5523: Fix riskiness of the page fault
  leds-lp5523: turn off the LED engines on unloading the driver
  leds-lm3530: Fix smatch warnings
  leds-lm3530: Use devm_regulator_get function
  leds: leds-gpio: adopt pinctrl support
  leds: Add new LED driver for lm355x chips
  leds-lp5523: use the i2c device id rather than fixed name
  leds-lp5523: add new device id for LP55231
  leds-lp5523: support new LP55231 device
  leds: triggers: send uevent when changing triggers
  leds-lp5523: minor code style fixes
  leds-lp5523: change the return type of lp5523_set_mode()
  leds-lp5523: set the brightness to 0 forcely on removing the driver
  leds-lp5523: add channel name in the platform data
  leds: leds-gpio: Use of_get_child_count() helper
  leds: leds-gpio: Use platform_{get,set}_drvdata
  leds: leds-gpio: use of_match_ptr()
  ...

1  2 
drivers/leds/Kconfig
drivers/leds/Makefile
drivers/leds/leds-wm8350.c
include/linux/leds.h

Simple merge
Simple merge
index 4c62113f7a77d04a0eb7fb50de7fb84e089514bf,f5d9ac3ff16178480c6b39222170bcca4a82498a..88f23f845595e614c9164b3c1520375d77314521
@@@ -275,10 -262,8 +262,8 @@@ static int wm8350_led_remove(struct pla
        struct wm8350_led *led = platform_get_drvdata(pdev);
  
        led_classdev_unregister(&led->cdev);
 -      flush_work_sync(&led->work);
 +      flush_work(&led->work);
        wm8350_led_disable(led);
-       regulator_put(led->dcdc);
-       regulator_put(led->isink);
        return 0;
  }
  
Simple merge