summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* spi: Kconfig: remove dependency list from Freescale QSPI controllerSascha Hauer2019-05-151-1/+0
* Merge branch 'for-next/qspi'Sascha Hauer2019-05-109-400/+2213
|\
| * mtd: spi-nor: Add support for more Macronix devicesSascha Hauer2019-05-081-0/+3
| * mtd: devices: m25p80: use the spi_mem_xx() APISteffen Trumtrar2019-05-082-82/+63
| * mtd: spi-nor: provide default erase_sector implementationSteffen Trumtrar2019-05-081-4/+33
| * mtd: spi-nor: introduce SPI 1-2-2 and SPI 1-4-4 protocolsSteffen Trumtrar2019-05-083-204/+511
| * spi: add driver for Freescale QSPI controllerSteffen Trumtrar2019-05-083-0/+881
| * mtd: spi-nor: remove unused write_enable from write_regSteffen Trumtrar2019-05-083-13/+11
| * spi: Extend the core to ease integration of SPI memory controllersSteffen Trumtrar2019-05-085-23/+586
| * spi: Generalize SPI "master" to "controller"Steffen Trumtrar2019-05-081-35/+36
| * mtd: spi-nor: cadence: add cqspi_set_protocolSteffen Trumtrar2019-05-081-63/+113
* | Merge branch 'for-next/mmc'Sascha Hauer2019-05-103-0/+643
|\ \
| * | mci: add driver for BCM283x sdhost coreLucas Stach2019-05-063-0/+643
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2019-05-101-1/+0
|\ \
| * | UBI: remove Kconfig entry from includeJan Remmet2019-05-061-1/+0
* | | Merge branch 'for-next/layerscape'Sascha Hauer2019-05-103-3/+6
|\ \ \
| * | | esdhc-xload: invalidate icache before jumping to imageSascha Hauer2019-05-101-0/+3
| * | | net: fsl-fman: Sync rx buffers for device initiallySascha Hauer2019-05-091-0/+2
| * | | ddr: fsl: move fsl_ddr_set_memctl_regs prototype to include/Sascha Hauer2019-05-081-2/+0
| * | | mci: imx-esdhc-pbl: ls1046a: Set better divider valuesSascha Hauer2019-05-081-1/+1
| | |/ | |/|
* | | Merge branch 'for-next/imx'Sascha Hauer2019-05-106-16/+655
|\ \ \
| * | | clk: vf610: improve handling case that cpu frequency can't be changedHeiner Kallweit2019-04-291-15/+18
| * | | mtd: spi-nor: add Winbond W25Q40BWAlexander Kurz2019-04-231-0/+1
| * | | Add i.MX25 rtc driverSascha Hauer2019-04-123-0/+630
| * | | ARM: i.MX25: Add some more clocksSteffen Trumtrar2019-04-121-1/+6
| |/ /
* | | crypto: caam: add blobgen driverSteffen Trumtrar2019-04-124-0/+240
* | | crypto: add new imx-scc driverSteffen Trumtrar2019-04-127-0/+694
* | | crypto/caam: Add missing includeSascha Hauer2019-04-121-0/+1
|/ /
* / hab/caam: Fix compilation of caam driver when hab is disabledSascha Hauer2019-04-112-4/+8
|/
* clk: socfpga: fix compiler warnings for Cyclone5Ian Abbott2019-04-101-3/+3
* Merge branch 'for-next/zynqmp'Sascha Hauer2019-04-099-1/+1167
|\
| * clk: add ZynqMP clock driverMichael Tretter2019-03-188-0/+1162
| * of: populate "/firmware" while populating device treeThomas Haemmerle2019-03-181-1/+5
* | Merge branch 'for-next/warnings'Sascha Hauer2019-04-099-9/+10
|\ \
| * | bus: mvebu-mbus: Add missing whitespaceSascha Hauer2019-03-181-1/+1
| * | treewide: Add missing includesSascha Hauer2019-03-181-0/+1
| * | treewide: Make locally used functions staticSascha Hauer2019-03-187-8/+8
* | | Merge branch 'for-next/usb-storage'Sascha Hauer2019-04-097-353/+265
|\ \ \
| * | | usb: storage: Inline usb_limit_blk_cnt()Andrey Smirnov2019-03-111-11/+7
| * | | usb: storage: Drop unnecessary assignmentAndrey Smirnov2019-03-111-3/+1
| * | | usb: storage: Simplify I/O loop in usb_stor_blk_io()Andrey Smirnov2019-03-111-13/+7
| * | | usb: storage: Use simple boolean to speficy read vs. write operationAndrey Smirnov2019-03-111-10/+8
| * | | usb: storage: Drop needless macroAndrey Smirnov2019-03-111-3/+3
| * | | usb: storage: Drop unnecessary check in usb_stor_blk_io()Andrey Smirnov2019-03-111-27/+0
| * | | usb: Drop usb_disable_asynch()Andrey Smirnov2019-03-112-33/+7
| * | | usb: storage: Use put_unaligned_be* helpersAndrey Smirnov2019-03-111-11/+7
| * | | usb: storage: Introduce usb_stor_transport()Andrey Smirnov2019-03-111-96/+117
| * | | usb: storage: Drop unused us_blkdev_listAndrey Smirnov2019-03-111-3/+0
| * | | usb: storage: Drop unused fields in struct us_dataAndrey Smirnov2019-03-112-16/+2
| * | | ata: ahci: Do not include <scsi.h>Andrey Smirnov2019-03-111-1/+0