summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge tag 'leds_for_4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/j....Linus Torvalds2017-09-071-0/+2
|\ \ \ \ \
| * | | | | leds: gpio: Allow LED to retain state at shutdownAndrew Jeffery2017-08-291-0/+2
| |/ / / /
* | | | | Merge tag 'dmaengine-4.14-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2017-09-072-19/+83
|\ \ \ \ \
| * \ \ \ \ Merge branch 'topic/dmatest' into for-linusVinod Koul2017-09-061-19/+0
| |\ \ \ \ \
| | * | | | | dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang2017-08-221-19/+0
| | |/ / / /
| * | | | | dmaengine: qcom: bam_dma: wrapper functions for command descriptorAbhishek Sahu2017-08-281-0/+79
| * | | | | dmaengine: add DMA_PREP_CMD for non-Data descriptors.Abhishek Sahu2017-08-281-0/+4
| |/ / / /
* | | | | Merge tag 'backlight-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-071-1/+0
|\ \ \ \ \
| * | | | | backlight: gpio_backlight: Delete pdata inversionLinus Walleij2017-08-071-1/+0
| |/ / / /
* | | | | Merge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2017-09-0711-10/+480
|\ \ \ \ \
| * | | | | mfd: Add support for TPS68470 deviceRajmohan Mani2017-09-051-0/+97
| * | | | | mfd: syscon: atmel-smc: Add helper to retrieve register layoutLudovic Desroches2017-09-051-9/+23
| * | | | | mfd: axp20x: Add support for AXP813 PMICChen-Yu Tsai2017-09-051-0/+29
| * | | | | mfd: Add ROHM BD9571MWV-M MFD PMIC driverMarek Vasut2017-09-051-0/+115
| * | | | | mfd: hi6421-pmic: Add support for HiSilicon Hi6421v530Guodong Xu2017-09-051-0/+5
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---------. \ \ \ \ Merge branches 'ib-mfd-arm-i2c-4.14', 'ib-mfd-arm-usb-video-4.14', 'ib-mfd-hw...Lee Jones2017-09-05110-303/+796
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| | | | | | | * | | | mfd: rk808: Add rk805 regs addr and IDElaine Zhang2017-08-211-0/+120
| | | | | | | * | | | mfd: rk808: Fix up the chip id get failedElaine Zhang2017-08-211-0/+1
| | |_|_|_|_|/ / / / | |/| | | | | | | |
| | | | | | * | | | mfd: twl: Move header file out of I2C realmWolfram Sang2017-09-041-0/+0
| | | | | * | | | | mfd: dm355evm_msp: Move header file out of I2C realmWolfram Sang2017-08-151-0/+0
| | |_|_|/ / / / / | |/| | | | | | |
| | | | * | | | | iio: trigger: Add STM32 LPTimer trigger driverFabrice Gasnier2017-09-041-0/+27
| | | | * | | | | mfd: Add STM32 LPTimer driverFabrice Gasnier2017-09-041-0/+62
| | | | |/ / / /
| | * | / / / / mfd: tps65010: Move header file out of I2C realmWolfram Sang2017-08-151-1/+1
| |/ / / / / /
* | | | | | | Merge tag 'mmc-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2017-09-075-15/+112
|\ \ \ \ \ \ \
| * | | | | | | mmc: core: Move mmc_start_areq() declarationAdrian Hunter2017-08-301-4/+0
| * | | | | | | mmc: host: Add CQE interfaceAdrian Hunter2017-08-302-0/+59
| * | | | | | | mmc: core: Add members to mmc_request and mmc_data for CQE'sAdrian Hunter2017-08-301-2/+11
| * | | | | | | mmc: core: Remove unused MMC_CAP2_PACKED_CMDAdrian Hunter2017-08-301-4/+0
| * | | | | | | mmc: renesas_sdhi: use extra flag for CBSY usageWolfram Sang2017-08-301-0/+3
| * | | | | | | clk: sunxi-ng: Add interface to query or configure MMC timing modes.Chen-Yu Tsai2017-08-301-0/+35
| * | | | | | | mmc: core: correct taac parameter according to the specificationShawn Lin2017-08-301-2/+2
| * | | | | | | mmc: core: remove check of host->removed for rescan routineShawn Lin2017-08-301-3/+0
| * | | | | | | mmc: tmio, renesas-sdhi: add max_{segs, blk_count} to tmio_mmc_dataYoshihiro Shimoda2017-08-301-0/+2
* | | | | | | | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-0713-68/+127
|\ \ \ \ \ \ \ \
| * | | | | | | | drbd: switch from kmalloc() to kmalloc_array()Roland Kammerer2017-08-291-1/+1
| * | | | | | | | drbd: new disk-option disable-write-sameLars Ellenberg2017-08-292-2/+9
| * | | | | | | | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-232-1/+20
| * | | | | | | | block: cache the partition index in struct block_deviceChristoph Hellwig2017-08-231-0/+1
| * | | | | | | | blk-mq: Make blk_mq_reinit_tagset() calls easier to readBart Van Assche2017-08-181-3/+2
| * | | | | | | | block: remove unused syncfull/asyncfull queue flagsJens Axboe2017-08-101-31/+29
| * | | | | | | | blk-mq: provide internal in-flight variantJens Axboe2017-08-091-29/+6
| * | | | | | | | block: make part_in_flight() take an array of two intsJens Axboe2017-08-091-3/+10
| * | | | | | | | block: pass in queue to inflight accountingJens Axboe2017-08-092-9/+14
| * | | | | | | | block: use standard blktrace API to output cgroup info for debug notesShaohua Li2017-07-291-4/+9
| * | | | | | | | blktrace: add an option to allow displaying cgroup pathShaohua Li2017-07-292-0/+8
| * | | | | | | | block: always attach cgroup info into bioShaohua Li2017-07-291-0/+3
| * | | | | | | | cgroup: export fhandle info for a cgroupShaohua Li2017-07-291-0/+8
| * | | | | | | | kernfs: add exportfs operationsShaohua Li2017-07-291-0/+12
| * | | | | | | | kernfs: introduce kernfs_node_idShaohua Li2017-07-292-3/+11
| * | | | | | | | kernfs: implement i_generationShaohua Li2017-07-291-0/+2