Hi Linus, The following changes since commit d9875690d9b89a866022ff49e3fcea892345ad92: Linux 3.6-rc2 (2012-08-16 14:51:24 -0700) are available in the git repository at: git://gitorious.org/linux-pwm/linux-pwm.git tags/for-3.6-rc3 for you to fetch changes up to b817bf5c72774556345a9043c6b0c497cdcb7295: pwm: Improve Kconfig help text (2012-08-20 11:58:43 +0200) ---------------------------------------------------------------- pwm: fixes for v3.6-rc3 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. ---------------------------------------------------------------- Axel Lin (1): pwm: Remove a redundant error message when devm_request_and_ioremap fails Jingoo Han (1): pwm: samsung: add missing device pointer to struct pwm_chip Sachin Kamat (3): pwm: Add missing static storage class specifiers in core.c file pwm: vt8500: Fix coding style issue pwm: core: Fix coding style issues Thierry Reding (1): pwm: Improve Kconfig help text drivers/pwm/Kconfig | 31 +++++++++++++++++++++++++------ drivers/pwm/core.c | 12 ++++++------ drivers/pwm/pwm-samsung.c | 1 + drivers/pwm/pwm-tegra.c | 4 +--- drivers/pwm/pwm-tiecap.c | 4 +--- drivers/pwm/pwm-tiehrpwm.c | 4 +--- drivers/pwm/pwm-vt8500.c | 2 +- 7 files changed, 36 insertions(+), 22 deletions(-)