summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpio: pl061: use BIT() macro instead of shifting bitsJavier Martinez Canillas2014-05-031-13/+13
* gpio: omap: use BIT() macro instead of shifting bitsJavier Martinez Canillas2014-05-031-25/+25
* gpio: kempld: use BIT() macro instead of shifting bitsJavier Martinez Canillas2014-05-031-1/+1
* gpio: em: use BIT() macro instead of shifting bitsJavier Martinez Canillas2014-05-031-1/+1
* gpio: Fix gpio_get -> gpiod_get typo in kernel-docThierry Reding2014-05-031-1/+1
* gpio: of: Allow -gpio suffix for property namesThierry Reding2014-04-281-6/+12
* gpio: omap: implement get_directionYegor Yefremov2014-04-281-0/+17
* gpio: of: Remove unneeded dummy functionThierry Reding2014-04-281-9/+0
* gpio: do not set up hardware for IRQ_TYPE_NONELinus Walleij2014-04-281-2/+8
* gpio: rdc321x: Convert to use devm_kzallocAxel Lin2014-04-281-13/+6
* gpio: rcar: Add minimal runtime PM supportGeert Uytterhoeven2014-04-281-0/+8
* gpio: kempld: Fix autoloading of moduleAxel Lin2014-04-281-1/+1
* gpio: sch311x: Slightly refactor sch311x_detect for better readabilityAxel Lin2014-04-281-4/+12
* gpio: pl061/sx150x: Remove unneeded include of linux/workqueue.hAxel Lin2014-04-282-2/+0
* gpio: max730x: Remove kfree(ts) in __max730x_remove()Axel Lin2014-04-281-3/+2
* gpio: ge: Convert to platform driverAlexander Shiyan2014-04-281-121/+53
* gpiolib: of: remove gpio_to_desc() usageLinus Walleij2014-04-281-1/+1
* gpio: zevio: Get correct gpio output valueAxel Lin2014-04-281-2/+8
* gpio: put GPIO IRQs into their own lock classLinus Walleij2014-04-281-0/+7
* gpio-sch: set output level after configuration of directionDaniel Krueger2014-04-281-4/+22
* gpio: zevio: Remove of_match_ptr around zevio_gpio_of_matchAxel Lin2014-04-281-1/+1
* gpio: dwapb: drop irq_setup_generic_chip()Sebastian Andrzej Siewior2014-04-281-3/+0
* gpio: omap: convert driver to use gpiolib irqchipJavier Martinez Canillas2014-04-282-56/+52
* gpio: omap: add a GPIO_OMAP option instead of using ARCH_OMAPJavier Martinez Canillas2014-04-282-1/+8
* gpio: omap: check gpiochip_add() return valueJavier Martinez Canillas2014-04-281-3/+13
* gpio: omap: convert to use irq_domain_add_simple()Javier Martinez Canillas2014-04-281-11/+4
* gpio: timberdale: simplify dependenciesJean Delvare2014-04-281-1/+1
* gpio: tc3589x: use gpiolib irqchip helpersLinus Walleij2014-04-282-91/+24
* gpio: tc3589x: get rid of static IRQ baseLinus Walleij2014-04-281-9/+1
* gpio: tc3589x: use managed resourcesLinus Walleij2014-04-281-18/+10
* gpio: support threaded interrupts in irqchip helpersLinus Walleij2014-04-281-0/+12
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-04-272-11/+9
|\
| * clocksource: Exynos_mct: Register clock event after request_irq()Krzysztof Kozlowski2014-04-171-2/+2
| * clocksource: Exynos_mct: Use irq_force_affinity() in cpu bringupThomas Gleixner2014-04-171-7/+1
| * irqchip: Gic: Support forced affinity settingThomas Gleixner2014-04-171-2/+6
* | Merge tag 'tty-3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-04-275-34/+55
|\ \
| * | serial_core: fix uart PORT_UNKNOWN handlingThomas Pfaff2014-04-251-18/+21
| * | serial: samsung: Change barrier() to cpu_relax() in console outputDoug Anderson2014-04-251-1/+1
| * | serial: samsung: don't check config for every characterDoug Anderson2014-04-251-5/+6
| * | serial: samsung: Use the passed in "port", fixing kgdb w/ no consoleDoug Anderson2014-04-251-6/+6
| * | serial: 8250: Fix thread unsafe __dma_tx_complete functionLoic Poulain2014-04-251-2/+7
| * | 8250_core: Fix unwanted TX chars writeLoic Poulain2014-04-251-1/+1
| * | tty: Fix race condition between __tty_buffer_request_room and flush_to_ldiscManfred Schlaegl2014-04-251-2/+14
* | | Merge tag 'staging-3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-277-17/+57
|\ \ \
| * | | staging: comedi: usbdux: bug fix for accessing 'ao_chanlist' in private dataH Hartley Sweeten2014-04-241-6/+3
| * | | Merge tag 'iio-fixes-for-3.15a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2014-04-236-11/+54
| |\ \ \ | | |/ / | |/| |
| | * | iio: adc: mxs-lradc: fix warning when buidling on avr32Alexandre Belloni2014-03-221-1/+1
| | * | iio: cm36651: Fix i2c client leak and possible NULL pointer dereferenceKrzysztof Kozlowski2014-03-221-2/+20
| | * | iio: querying buffer scan_mask should return 0/1Alec Berg2014-03-221-2/+4
| | * | staging:iio:ad2s1200 fix a missing breakJimmy Li2014-03-221-0/+1