summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | gpio: max7301: Reverting "Do not force SPI speed when using OF Platform"Christophe Leroy2013-08-231-2/+1
| * | | | | | | | gpio: Fix bit masking in Kontron PLD GPIO driverBrunner Michael2013-08-161-15/+9
| * | | | | | | | gpio: pca953x: fix gpio input on gpio offsets >= 8Andrew Ruder2013-08-161-1/+1
| * | | | | | | | drivers/gpio: simplify use of devm_ioremap_resourceJulia Lawall2013-08-162-12/+2
| * | | | | | | | drivers/gpio/gpio-omap.c: convert comma to semicolonJulia Lawall2013-08-161-1/+1
| * | | | | | | | gpio-lynxpoint: Fix warning about unbalanced pm_runtime_enableMathias Nyman2013-08-161-0/+1
| * | | | | | | | gpio: Fix platform driver name in Kontron PLD GPIO driverMichael Brunner2013-08-161-1/+1
| * | | | | | | | gpio: adnp: Fix segfault if request_threaded_irq failsLars Poeschel2013-08-161-5/+1
| * | | | | | | | gpio: msm: Staticize local variable 'msm_gpio'Jingoo Han2013-08-161-1/+1
| * | | | | | | | gpio: gpiolib-of.c: make error message more meaningful by adding the node nam...Lothar Waßmann2013-08-161-1/+2
| * | | | | | | | gpio: use dev_get_platdata()Jingoo Han2013-08-1631-42/+45
| * | | | | | | | gpio/mxc: add chained_irq_enter/exit() to mx2_gpio_irq_handlerUwe Kleine-König2013-08-161-0/+4
| * | | | | | | | gpio-mcp23s08: i2c: auto-select base if no DT match or platform dataDaniel M. Weeks2013-08-161-5/+4
| * | | | | | | | gpio: palmas: Fix misreported GPIO out valueAndrew Chew2013-08-161-2/+15
| * | | | | | | | gpio: palmas: add dt supportLaxman Dewangan2013-07-292-1/+38
| * | | | | | | | MAINTAINERS: gpio: vt8500: Remove file patternJoe Perches2013-07-291-1/+0
| * | | | | | | | gpio: gpio-mxc: Include "<linux/err.h>"Fabio Estevam2013-07-231-0/+1
| * | | | | | | | gpio: pxa: fix Documentation of interrupt-names propertyDaniel Mack2013-07-211-3/+4
| * | | | | | | | gpio: pxa: remove dead codeDaniel Mack2013-07-211-10/+3
| * | | | | | | | gpio: em: Add pinctrl supportMagnus Damm2013-07-212-0/+26
| * | | | | | | | gpio: Kontron PLD gpio driverGuenter Roeck2013-07-213-0/+238
| * | | | | | | | gpiolib: replace strict_strtol() with kstrtol()Jingoo Han2013-07-211-4/+4
| * | | | | | | | gpio-rcar: Add interrupt controller support to the DT bindingsLaurent Pinchart2013-07-201-0/+8
| * | | | | | | | GPIO: gpio-twl6040: Remove support for legacy (pdata) modePeter Ujfalusi2013-07-201-5/+1
| * | | | | | | | gpio: gpio-mxc: Use devm functionsFabio Estevam2013-07-201-28/+8
| * | | | | | | | gpio-tz1090: convert to use generic irqchipJames Hogan2013-07-202-75/+49
| * | | | | | | | gpio-tz1090-pdc: add TZ1090 PDC gpio driverJames Hogan2013-07-204-0/+296
| * | | | | | | | gpio-tz1090: add TZ1090 gpio driverJames Hogan2013-07-204-0/+729
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-09-0733-321/+770
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'next' into for-linusDmitry Torokhov2013-09-0633-321/+770
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Input: add SYN_MAX and SYN_CNT constantsDavid Herrmann2013-08-291-0/+2
| | * | | | | | | | Input: max11801_ts - convert to devmFabio Estevam2013-08-291-28/+9
| | * | | | | | | | Input: egalax-ts - fix typo and improve textFabio Estevam2013-08-291-1/+1
| | * | | | | | | | Input: MAINTAINERS - change maintainer for cyttsp driverJavier Martinez Canillas2013-08-291-2/+2
| | * | | | | | | | Input: cyttsp4 - kill 'defined but not used' compiler warningsGeert Uytterhoeven2013-08-291-100/+100
| | * | | | | | | | Input: add driver for slidebar on Lenovo IdeaPad laptopsAndrey Moiseev2013-08-266-24/+400
| | * | | | | | | | Input: omap-keypad - set up irq type from DTIllia Smyrnov2013-08-261-2/+1
| | * | | | | | | | Input: omap-keypad - enable wakeup capability for keypad.Illia Smyrnov2013-08-261-0/+39
| | * | | | | | | | Input: omap-keypad - clear interrupts on openIllia Smyrnov2013-08-261-1/+2
| | * | | | | | | | Input: omap-keypad - convert to threaded IRQIllia Smyrnov2013-08-261-9/+20
| | * | | | | | | | Input: omap-keypad - use bitfiled instead of hardcoded valuesIllia Smyrnov2013-08-261-14/+11
| | * | | | | | | | Input: cyttsp4 - remove useless NULL test from cyttsp4_watchdog_timer()Wei Yongjun2013-08-261-3/+0
| | * | | | | | | | Input: wacom - fix error return code in wacom_probe()Wei Yongjun2013-08-241-3/+5
| | * | | | | | | | Input: as5011 - fix error return code in as5011_probe()Wei Yongjun2013-08-241-0/+1
| | * | | | | | | | Input: keyboard, serio - simplify use of devm_ioremap_resourceJulia Lawall2013-08-155-27/+4
| | * | | | | | | | Input: tegra-kbc - simplify use of devm_ioremap_resourceJulia Lawall2013-08-151-6/+1
| | * | | | | | | | Input: htcpen - fix incorrect placement of __initdataSachin Kamat2013-08-151-1/+1
| | * | | | | | | | Input: qt1070 - add power management opsBo Shen2013-08-131-0/+27
| | * | | | | | | | Input: wistron_btns - add MODULE_DEVICE_TABLEStefan Lippers-Hollmann2013-08-131-0/+1
| | * | | | | | | | Input: wistron_btns - mark the Medion MD96500 keymap as testedStefan Lippers-Hollmann2013-08-131-1/+1
OpenPOWER on IntegriCloud