summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-12-27Update Maintainer and Author's email addressAjay Bhargav6-6/+6
2016-12-27timer: Support clocks via phandleZakharov Vlad1-3/+14
2016-12-27regulator: fixed: Add support to handle enable-active-high DT propertyVignesh R1-1/+6
2016-12-24Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini3-295/+0
2016-12-23Merge branch 'master' of git://git.denx.de/u-boot-samsungTom Rini3-0/+69
2016-12-22power: pmic: add the max8998 controller for DMJaehoon Chung3-0/+69
2016-12-22mmc: Extend dependencies for zynq sdhciMichal Simek1-1/+1
2016-12-22mmc: spear: remove the entire spear_sdhci.c fileJaehoon Chung2-28/+0
2016-12-21spi: Zap armada100_spi.c and envJagan Teki2-204/+0
2016-12-21spi: Zap mpc52xx_spi.c, config and related codeJagan Teki2-91/+0
2016-12-20Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini10-18/+115
2016-12-20Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-2/+2
2016-12-20gpio: zynq: Remove empty lineMichal Simek1-1/+0
2016-12-20block: Move ceva driver to DMMichal Simek2-2/+48
2016-12-20dm: Add support for scsi/sata based devicesMichal Simek5-9/+64
2016-12-20net: xilinx: Use mdio_register_seq() to support multiple instancesMichal Simek3-6/+3
2016-12-19serial: 16550: Add Ingenic JZ4780 supportMarek Vasut1-0/+5
2016-12-19serial: 16550: Add port type as driver dataMarek Vasut1-10/+16
2016-12-19serial: 16550: Add getfcr accessorMarek Vasut1-2/+16
2016-12-19i2c: mv_i2c.c: Correct address endiannessBradley Bolen1-2/+2
2016-12-19Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini13-185/+437
2016-12-17Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini6-175/+94
2016-12-16i2c: mxc: Make 'no gpio pinctrl state' print as debugJagan Teki1-1/+1
2016-12-16i2c: mxc: Print hex instead of decimal for bus addressJagan Teki1-1/+1
2016-12-16i2c: Kconfig: Add SYS_I2C_MXC entryJagan Teki1-0/+8
2016-12-16video: Kconfig: Add VIDEO_IPV3 entryJagan Teki1-0/+7
2016-12-16dm: net: fec: Add .read_rom_hwaddrJagan Teki1-9/+9
2016-12-16net: fec_mxc: Driver cleanupsJagan Teki2-146/+83
2016-12-16net: fec_mxc: Convert into driver modelJagan Teki2-26/+246
2016-12-16net: fec_mxc: Remove unneeded eth_device arg from fec_get_hwaddrJagan Teki1-3/+2
2016-12-16arm: imx: add i.MX53 Beckhoff CX9020 Embedded PCPatrick Bruenn6-2/+81
2016-12-16pinctrl: imx6: support i.MX6SLLPeng Fan1-0/+2
2016-12-16OCOTP: Update OCOTP driver to support i.MX6SLLPeng Fan1-8/+8
2016-12-15driver: fsl-mc: qbman: Add QBMAN 4.1 supportPriyanka Jain4-13/+48
2016-12-15Revert "sf: Fix quad bit set for micron devices"Cyrille Pitchen2-63/+2
2016-12-15sf: Do not force the DT memory map size to exactly match the devicePhil Edworthy1-1/+1
2016-12-15mtd: spi: don't return -1 when scan succeedFabien Parent1-2/+2
2016-12-15spi: cadence_qspi: Move DT prop code to match layoutPhil Edworthy1-1/+1
2016-12-15spi: cadence_qspi: Fix CS timingsPhil Edworthy1-11/+12
2016-12-15spi: cadence_qspi: Remove returns from end of void functionsPhil Edworthy1-8/+0
2016-12-15spi: cadence_qspi: Use spi mode at the point it is neededPhil Edworthy3-9/+5
2016-12-15spi: cadence_qspi: Clean up the #define namesPhil Edworthy1-43/+43
2016-12-15spi: cadence_qspi: Use #define for bits instead of bit shiftsPhil Edworthy1-18/+19
2016-12-15spi: cadence_qspi: Better debug information on the SPI clock ratePhil Edworthy1-3/+3
2016-12-15spi: cadence_qspi: Fix baud rate calculationPhil Edworthy1-16/+6
2016-12-15spi: cadence_qspi: Fix clearing of pol/pha bitsPhil Edworthy1-2/+2
2016-12-15spi: Add error checking for invalid bus widthsSimon Glass1-2/+2
2016-12-12Merge git://www.denx.de/git/u-boot-marvellTom Rini6-0/+226
2016-12-12arm64: mvebu: pinctrl: Add pin control driver for A8K familyKonstantin Porotchkin6-0/+226
2016-12-09spl: Add a name to the SPL load-image methodsSimon Glass1-1/+1