summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | gpio: gpio-tc3589x.c: fix checkpatch errorsLaurent Navet2013-03-271-4/+4
| * | | gpio: gpio-stp-xway.c: fix checkpatch errorLaurent Navet2013-03-271-1/+1
| * | | gpio: gpio-sch.c: fix checkpatch errorLaurent Navet2013-03-271-39/+35
| * | | gpio: gpio-pxa.c: fix checkpatch errorsLaurent Navet2013-03-271-2/+2
| * | | gpio: gpio-pca953x.c: fix checkpatch errorLaurent Navet2013-03-271-2/+1
| * | | gpio: gpio-omap.c: fix checkpatch errorLaurent Navet2013-03-271-1/+1
| * | | gpio: gpio-mvebu.c: fix checkpatch errorsLaurent Navet2013-03-271-13/+13
| * | | gpio: gpiolib-of.c: fix checkpatch errorLaurent Navet2013-03-271-1/+1
| * | | gpio: mc33880: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-03-271-4/+4
| * | | gpio: 74x164: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-03-271-4/+4
| * | | gpio: mc33880: use dev_err() instead of printk()Jingoo Han2013-03-271-1/+2
| * | | gpio: pcf857x: use devm_kzalloc()Jingoo Han2013-03-271-5/+2
| * | | gpio: mc33880: use devm_kzalloc()Jingoo Han2013-03-271-5/+3
| * | | gpio: max732x: use devm_kzalloc()Jingoo Han2013-03-271-3/+2
| * | | gpio: max7301: use devm_kzalloc()Jingoo Han2013-03-271-3/+1
| * | | gpio: max7300: use devm_kzalloc()Jingoo Han2013-03-271-3/+1
| * | | gpio: adp5520: use devm_kzalloc()Jingoo Han2013-03-271-3/+1
| * | | gpio/vt8500: Convert to devm_ioremap_resource()Sachin Kamat2013-03-271-5/+3
| * | | gpio: em: Make use of devm functionsMagnus Damm2013-03-271-34/+19
| * | | gpio-lynxpoint: Add X86 dependency and io-port handling header.Mathias Nyman2013-03-272-1/+2
| * | | gpio/gpio-ich: make ichx_gpio_check_available() return a pure boolean valueMika Westerberg2013-03-271-1/+1
| * | | gpio-sch: Allow for more than 8 lines in the resume wellDarren Hart2013-03-271-10/+27
| * | | Add TI TCA9554 to supported devices tableNikolay Balandin2013-03-271-0/+1
| * | | gpio: viperboard: Remove duplicate code to set gpio->gpiob_valAxel Lin2013-03-271-4/+0
| * | | gpio-ich: Check for pin availability at request timeJean Delvare2013-03-271-12/+3
| * | | gpio/em: Add Device Tree supportMagnus Damm2013-03-061-3/+42
| * | | gpio/omap: warn if bank is not enabled on setting irq typeJon Hunter2013-03-061-0/+3
| * | | gpio/omap: convert gpio irq domain to linear mappingJon Hunter2013-03-061-41/+31
| * | | gpio/tegra: assume CONFIG_OFStephen Warren2013-03-041-6/+5
* | | | Merge tag 'for-3.10-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds2013-05-0618-75/+71
|\ \ \ \
| * | | | pwm: lpc32xx: Don't change PWM_ENABLE bit in lpc32xx_pwm_configAxel Lin2013-04-231-2/+5
| * | | | pwm: lpc32xx: Properly set PWM_ENABLE bit in lpc32xx_pwm_[enable|disable]Axel Lin2013-04-231-2/+16
| * | | | pwm: Constify OF match tablesThierry Reding2013-04-236-6/+6
| * | | | pwm: puv3: Remove unused enabled filed from struct puv3_pwm_chipAxel Lin2013-04-021-1/+0
| * | | | pwm: pxa: Remove PWM_ID_BASE macroAxel Lin2013-04-021-4/+3
| * | | | pwm: spear: Remove unused *dev from struct spear_pwm_chipAxel Lin2013-04-021-3/+0
| * | | | pwm: mxs: Remove unused *dev from struct mxs_pwm_chipAxel Lin2013-04-021-2/+0
| * | | | pwm: twl: Return proper error if twl6030_pwm_enable() failsAxel Lin2013-04-021-1/+1
| * | | | pwm: pxa: Remove clk_enabled field from struct pxa_pwm_chipAxel Lin2013-04-021-14/+2
| * | | | pwm: imx: Remove enabled field from struct imx_chipAxel Lin2013-04-021-5/+1
| * | | | pwm: twl: Add .owner to struct pwm_opsAxel Lin2013-04-021-0/+2
| * | | | pwm: twl-led: Add .owner to struct pwm_opsAxel Lin2013-04-021-0/+2
| * | | | pwm: atmel-tcb: Add .owner to struct pwm_opsAxel Lin2013-04-021-0/+1
| * | | | pwm: ab8500: Add .owner to struct pwm_opsAxel Lin2013-04-021-0/+1
| * | | | pwm: spear: Fix checking return value of clk_enable() and clk_prepare()Axel Lin2013-04-021-3/+3
| * | | | pwm: tiehrpwm: Staticize non-exported symbolsAxel Lin2013-03-261-2/+2
| * | | | pwm: tiecap: Staticize non-exported symbolsAxel Lin2013-03-261-2/+2
| * | | | pwm: ab8500: Fix trivial typo in dev_err messageAxel Lin2013-03-261-1/+1
| * | | | pwm: davinci: Add Kconfig support for ECAP & EHRPWM devicesPhilip Avinash2013-03-222-6/+4
| * | | | pwm: pwm-tiehrpwm: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-03-111-0/+2