summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-02-10mtd:fsl-quadspi:use the property fields of SPI-NORYunhui Cui1-28/+12
2017-02-10mtd: spi-nor: Add support for gd25q16Kamal Dasu1-0/+5
2017-02-10mtd: spi-nor: Fix S3AN addressing calculationRicardo Ribalda1-3/+6
2017-02-10mtd: aspeed: fix compile warning in aspeed_smc_read_from_ahb()Cédric Le Goater1-2/+1
2017-02-10mtd: spi-nor: add dt support for Everspin MRAMsUwe Kleine-König1-1/+5
2017-02-10Merge tag 'ib-mfd-mtd-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Cyrille Pitchen6-0/+1011
2017-02-10mtd: spi-nor: Add lock/unlock support for f25l32paVictor Shyba1-1/+1
2017-02-10mtd: spi-nor: add a stateless method to support memory size above 128MibCyrille Pitchen1-21/+80
2017-02-10mtd: spi-nor: rename SPINOR_OP_* macros of the 4-byte address op codesCyrille Pitchen4-28/+21
2017-02-10mtd: m25p80: consider max message size in m25p80_readHeiner Kallweit1-1/+2
2017-02-10mtd: aspeed: add memory controllers for the Aspeed AST2400 SoCCédric Le Goater2-1/+34
2017-02-10mtd: spi-nor: add memory controllers for the Aspeed AST2500 SoCCédric Le Goater3-0/+737
2017-02-10mtd: spi-nor: remove WARN_ONCE() message in spi_nor_write()Cyrille Pitchen1-3/+0
2017-02-10mtd: spi-nor: improve macronix_quad_enable()Cyrille Pitchen1-0/+3
2017-02-10mtd: spi-nor: Add support for S3AN spi-nor devicesRicardo Ribalda1-5/+149
2017-01-04mtd: spi-nor: cqspi: Fix build on arches missing readsl/writeslMarek Vasut2-3/+5
2017-01-03mfd: lpc_ich: Add support for Intel Apollo Lake SoCMika Westerberg1-0/+39
2017-01-03mfd: lpc_ich: Add support for SPI serial flash host controllerMika Westerberg1-0/+92
2017-01-03spi-nor: Add support for Intel SPI serial flash controllerMika Westerberg5-0/+880
2016-12-26avoid spurious "may be used uninitialized" warningLinus Torvalds1-0/+1
2016-12-26Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds84-189/+179
2016-12-26Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds28-233/+178
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner34-64/+54
2016-12-25ktime: Get rid of the unionThomas Gleixner6-15/+15
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner48-110/+110
2016-12-25irqchip/armada-xp: Consolidate hotplug state spaceThomas Gleixner1-1/+1
2016-12-25irqchip/gic: Consolidate hotplug state spaceThomas Gleixner1-1/+1
2016-12-25coresight/etm3/4x: Consolidate hotplug state spaceThomas Gleixner1-2/+2
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner24-30/+30
2016-12-25staging/lustre/libcfs: Convert to hotplug state machineAnna-Maria Gleixner1-40/+45
2016-12-25scsi/bnx2i: Convert to hotplug state machineSebastian Andrzej Siewior1-48/+30
2016-12-25scsi/bnx2fc: Convert to hotplug state machineSebastian Andrzej Siewior1-46/+33
2016-12-25bus: arm-ccn: Prevent hotplug callback leakThomas Gleixner1-1/+4
2016-12-25scsi: qedi: Convert to hotplug state machineThomas Gleixner1-64/+32
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds386-386/+386
2016-12-24Merge tag 'watchdog-for-linus-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds17-57/+261
2016-12-24Merge tag 'ntb-4.10' of git://github.com/jonmason/ntbLinus Torvalds5-32/+737
2016-12-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+7
2016-12-24Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+16
2016-12-24Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2016-12-24ntb_transport: Remove unnecessary call to ntb_peer_spad_readSteve Wahl1-1/+0
2016-12-24NTB: Fix 'request_irq()' and 'free_irq()' inconsistancyChristophe JAILLET2-2/+2
2016-12-24ntb: fix SKX NTB config space size register offsetsDave Jiang1-4/+4
2016-12-24ntb_transport: Limit memory windows based on available, scratchpadsShyam Sundar S K1-12/+16
2016-12-24NTB: Register and offset values fix for memory windowShyam Sundar S K1-10/+4
2016-12-24NTB: add support for hotplug featureXiangliang Yu2-2/+12
2016-12-24ntb: Adding Skylake Xeon NTB supportDave Jiang2-5/+703
2016-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds16-127/+170
2016-12-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+3
2016-12-23virtio-net: XDP support for small buffersJason Wang1-25/+87