]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-3.6-rc3' of git://gitorious.org/linux-pwm/linux-pwm
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 22 Aug 2012 17:27:12 +0000 (10:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 22 Aug 2012 17:27:12 +0000 (10:27 -0700)
commit25f9149b2c6ce27981ecfe6853c566c41ca09423
treed21d660aa91772a5067f2daf24b1f14ebce76176
parent1ec623a02a3d3ac4bbe66fd92ce58e1a51708325
parentaab7cf3af7dfa0d8a8d664a5e38d7eea04ba5143
Merge tag 'for-3.6-rc3' of git://gitorious.org/linux-pwm/linux-pwm

Pull pwm fixes from Thierry Reding:
 "These patches fix the Samsung PWM driver and perform some minor
  cleanups like fixing checkpatch and sparse warnings.

  Two redundant error messages are removed and the Kconfig help text for
  the PWM subsystem is made more descriptive."

* tag 'for-3.6-rc3' of git://gitorious.org/linux-pwm/linux-pwm:
  pwm: Improve Kconfig help text
  pwm: core: Fix coding style issues
  pwm: vt8500: Fix coding style issue
  pwm: Remove a redundant error message when devm_request_and_ioremap fails
  pwm: samsung: add missing device pointer to struct pwm_chip
  pwm: Add missing static storage class specifiers in core.c file