summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pwm/for-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-113-21/+6
|\
| * pwm: modify PWM_LOOKUP to initialize all struct pwm_lookup membersAlexandre Belloni2014-05-211-1/+3
| * pwm: renesas-tpu: remove unused struct tpu_pwm_platform_dataAlexandre Belloni2014-05-211-16/+0
| * pwm: add period and polarity to struct pwm_lookupAlexandre Belloni2014-05-211-0/+2
| * pwm-backlight: switch to gpiod interfaceAlexandre Courbot2014-05-071-4/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-06-111-2/+7
|\ \
| * | btrfs: retrieve more info from FS_INFO ioctlDavid Sterba2014-06-091-1/+5
| * | btrfs: balance filter: add limit of processed chunksDavid Sterba2014-06-091-1/+2
* | | Merge tag 'xfs-for-linus-3.16-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds2014-06-111-0/+1
|\ \ \
| * \ \ Merge branch 'xfs-misc-fixes-1-for-3.16' into for-nextDave Chinner2014-05-151-0/+1
| |\ \ \
| | * | | xfs: fix Q_XQUOTARM ioctlEric Sandeen2014-05-051-0/+1
| | | |/ | | |/|
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-06-113-3/+24
|\ \ \ \
| * | | | block: add __init to elv_registerFabian Frederick2014-06-101-1/+1
| * | | | blk-mq: bump max tag depth to 10K tagsJens Axboe2014-06-061-1/+1
| * | | | block: add blk_rq_set_block_pc()Jens Axboe2014-06-061-0/+1
| * | | | block: add notion of a chunk size for request mergingJens Axboe2014-06-051-1/+21
* | | | | Merge tag 'for-linus-20140610' of git://git.infradead.org/linux-mtdLinus Torvalds2014-06-117-7/+232
|\ \ \ \ \
| * | | | | mtd: pfow: remove unused variableBrian Norris2014-05-281-3/+0
| * | | | | mtd: nand: pxa3xx: Use ECC strength and step size devicetree bindingEzequiel Garcia2014-05-211-0/+3
| * | | | | mtd: nand: omap: add support for BCH16_ECC - ELM driver updatespekon gupta2014-05-201-1/+2
| * | | | | mtd: nand: omap: add support for BCH16_ECC - GPMC driver updatespekon gupta2014-05-201-0/+5
| * | | | | mtd: lpddr: add driver for LPDDR2-NVM PCM memoriesVincenzo Aliberti2014-05-201-0/+1
| * | | | | mtd: nand: Add support to use nand_base poi databuf as bounce bufferKamal Dasu2014-05-201-0/+5
| * | | | | mtd: nand: refactor erase_cmd() to return chip statusBrian Norris2014-05-091-3/+2
| * | | | | mtd: spi-nor: unify read opcode variants with ST SPI FSMBrian Norris2014-04-141-8/+16
| * | | | | mtd: spi-nor: re-name OPCODE_* to SPINOR_OP_*Brian Norris2014-04-141-27/+27
| * | | | | mtd: spi-nor: drop \t after #defineBrian Norris2014-04-141-36/+36
| * | | | | mtd: spi-nor: add the copyright informationHuang Shijie2014-04-141-0/+9
| * | | | | mtd: spi-nor: add a helper to find the spi_device_idHuang Shijie2014-04-141-0/+12
| * | | | | mtd: spi-nor: add the framework for SPI NORHuang Shijie2014-04-141-0/+20
| * | | | | mtd: spi-nor: add the basic data structuresHuang Shijie2014-04-141-0/+110
| * | | | | mtd: spi-nor: copy the SPI NOR commands to a new header fileHuang Shijie2014-04-141-0/+55
| | |_|/ / | |/| | |
* | | | | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2014-06-101-0/+22
|\ \ \ \ \
| * | | | | watchdog: add Intel MID watchdog driver supportDavid Cohen2014-06-101-0/+22
* | | | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2014-06-101-38/+48
|\ \ \ \ \ \
| * | | | | | rtc: s5m: use shorter time of register updateKrzysztof Kozlowski2014-06-101-0/+10
| * | | | | | mfd/rtc: sec/s5m: rename SEC* symbols to S5MKrzysztof Kozlowski2014-06-101-38/+38
* | | | | | | Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-06-105-86/+79
|\ \ \ \ \ \ \
| * | | | | | | SUNRPC: Move congestion window constants to header fileChuck Lever2014-06-041-0/+6
| * | | | | | | pnfs: support multiple verfs per direct reqWeston Andros Adamson2014-05-292-1/+6
| * | | | | | | nfs: remove data list from pgio headerWeston Andros Adamson2014-05-291-2/+3
| * | | | | | | nfs: page group syncing in write pathWeston Andros Adamson2014-05-291-0/+2
| * | | | | | | nfs: page group syncing in read pathWeston Andros Adamson2014-05-291-0/+2
| * | | | | | | nfs: add support for multiple nfs reqs per pageWeston Andros Adamson2014-05-291-2/+11
| * | | | | | | nfs: modify pg_test interface to return size_tWeston Andros Adamson2014-05-291-2/+3
| * | | | | | | nfs: remove unused arg from nfs_create_requestWeston Andros Adamson2014-05-291-1/+0
| * | | | | | | nfs: clean up PG_* flagsWeston Andros Adamson2014-05-291-6/+4
| * | | | | | | NFS: Create a common initiate_pgio() functionAnna Schumaker2014-05-291-0/+2
| * | | | | | | NFS: Create a common nfs_pgio_result_common functionAnna Schumaker2014-05-282-2/+2
| * | | | | | | NFS: Create a common pgio_rpc_prepare functionAnna Schumaker2014-05-282-2/+3