summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-147-4/+174
|\
| * Squashfs: Add LZ4 compression configuration optionPhillip Lougher2014-11-275-4/+31
| * Squashfs: add LZ4 compression supportPhillip Lougher2014-11-272-0/+143
* | Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-12-1442-161/+1165
|\ \
| * | gpio: mcp23s08: fix up compilation errorLinus Walleij2014-12-121-2/+3
| * | gpio: pl061: document gpio-ranges property for bindings fileYunlei He2014-12-031-1/+1
| * | gpio: pl061: hook request if gpio-ranges avaiableYunlei He2014-12-031-6/+14
| * | gpio: mcp23s08: Add option to configure IRQ output polarity as active highAlexander Stein2014-12-032-7/+25
| * | gpio: fix deferred probe detection for legacy APIAlexandre Courbot2014-12-022-2/+14
| * | serial: mctrl_gpio: use gpiod_set_array functionRojhalat Ibrahim2014-12-021-3/+9
| * | mdio-mux-gpio: Use GPIO descriptor interface and new gpiod_set_array functionRojhalat Ibrahim2014-11-281-24/+13Star
| * | gpio: remove const modifier from gpiod_get_direction()Alexandre Courbot2014-11-283-7/+5Star
| * | gpio: remove gpio_descs global arrayAlexandre Courbot2014-11-281-16/+31
| * | gpio: mxs: implement get_direction callbackJanusz Uzycki2014-11-281-0/+13
| * | gpio: em: Use dynamic allocation of GPIOsGeert Uytterhoeven2014-11-281-6/+1Star
| * | gpio: Check if base is positive before calling gpio_is_valid()Geert Uytterhoeven2014-11-271-2/+2
| * | gpio: mcp23s08: Add simple IRQ support for SPI devicesAlexander Stein2014-11-271-0/+5
| * | gpio: mcp23s08: request a shared interruptAlexander Stein2014-11-271-1/+2
| * | gpio: mcp23s08: Do not free unrequested interruptAlexander Stein2014-11-271-2/+0Star
| * | gpio: rcar: Add r8a7793 and r8a7794 supportHisashi Nakamura2014-11-272-10/+21
| * | gpio-mpc8xxx: add mpc8xxx_gpio_set_multiple functionRojhalat Ibrahim2014-11-271-0/+27
| * | gpiolib: allow simultaneous setting of multiple GPIO outputsRojhalat Ibrahim2014-11-274-0/+237
| * | gpio: mvebu: add suspend/resume supportThomas Petazzoni2014-11-031-0/+99
| * | gpio: gpio-davinci: remove duplicate check on resourceVarka Bhadram2014-10-311-5/+0Star
| * | Documentation: gpio: guidelines for bindingsAlexandre Courbot2014-10-301-14/+26
| * | gpio: msm-v1: Fix typo in function argumentDaniel Thompson2014-10-301-1/+1
| * | gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot2014-10-2816-40/+41
| * | gpio: gpio-tb10x: remove duplicate check on resourceVarka Bhadram2014-10-281-6/+1Star
| * | gpio: gpio-stp-xway: remove duplicate check on resourceVarka Bhadram2014-10-281-6/+2Star
| * | gpio: grgpio: remove irq_domain resources on failurePramod Gurav2014-10-281-0/+1
| * | gpio: dwapb: fix compile errorsLinus Walleij2014-10-271-0/+2
| * | gpio: amd8111: unmap ioport on failure casePramod Gurav2014-10-271-0/+1
| * | Documentation: dts: add bindings for Vybrid GPIO/PORT moduleStefan Agner2014-10-241-0/+55
| * | gpio: vf610: add gpiolib/IRQ chip driver for VybridStefan Agner2014-10-243-0/+303
| * | gpio: cs5535: Switch to using managed resources with devm_Pramod Gurav2014-10-211-8/+3Star
| * | GPIO: 74xx-mmio: Add DT bindings documentationAlexander Shiyan2014-10-211-0/+30
| * | GPIO: Add driver for 74xx-ICs with MMIO accessAlexander Shiyan2014-10-213-0/+185
* | | Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2014-12-143-3/+34
|\ \ \
| * | | aio: Skip timer for io_getevents if timeout=0Fam Zheng2014-12-131-2/+6
| * | | aio: Make it possible to remap aio ringPavel Emelyanov2014-12-133-1/+28
* | | | Merge branch 'i2c/for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-12-1436-187/+3608
|\ \ \ \
| * | | | i2c: sh_mobile: remove unneeded DMA maskWolfram Sang2014-12-111-3/+0Star
| * | | | i2c: rcar: add slave supportWolfram Sang2014-12-111-9/+115
| * | | | i2c: slave-eeprom: add eeprom simulator driverWolfram Sang2014-12-113-0/+181
| * | | | i2c: core changes for slave supportWolfram Sang2014-12-112-0/+78
| * | | | MAINTAINERS: add I2C dt bindings also to I2C realmWolfram Sang2014-12-081-0/+1
| * | | | i2c: designware: Fix falling time bindings docDoug Anderson2014-12-081-2/+2
| * | | | i2c: davinci: switch to use platform_get_irqGrygorii Strashko2014-12-041-8/+12
| * | | | Documentation: i2c: Use PM ops instead of legacy suspend/resumeLars-Peter Clausen2014-12-042-8/+6Star
| * | | | i2c: sh_mobile: optimize irq entryWolfram Sang2014-12-041-5/+4Star