summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* usb: musb_hcd: remove unnecessary ifdefs for dm* SoCsBartosz Golaszewski2019-05-041-6/+0
* nand: davinci: remove dead code for dm644xBartosz Golaszewski2019-05-041-39/+0
* net: davinci_emac: drop support for unused PHYsBartosz Golaszewski2019-05-041-49/+6
* Merge git://git.denx.de/u-boot-socfpgaTom Rini2019-05-031-7/+31
|\
| * mmc: dw_mmc: Round up descriptor end to nearest multiple of cacheline sizeMarek Vasut2019-04-291-2/+2
| * mmc: dw_mmc: Handle return value from bounce_buffer_start()Marek Vasut2019-04-291-2/+8
| * mmc: dw_mmc: Calculate timeout from transfer lengthMarek Vasut2019-04-291-3/+21
* | Merge git://git.denx.de/u-boot-usbTom Rini2019-05-031-2/+0
|\ \
| * | usb: ohci: Re-enable commented out delayAdam Ford2019-05-031-2/+0
* | | Merge git://git.denx.de/u-boot-marvellTom Rini2019-05-031-0/+11
|\ \ \
| * | | i2c: mvtwsi: fix reading status register after interruptMarek BehĂșn2019-05-031-0/+11
| |/ /
* | | Merge branch '2019-05-03-master-imports'Tom Rini2019-05-033-32/+18
|\ \ \
| * | | firmware: ti_sci: Always request response from firmwareAndrew F. Davis2019-05-031-5/+6
| * | | watchdog: Kconfig: update WDT help messagePatrice Chotard2019-05-031-1/+1
| * | | dma: ti: k3-udma: Do not touch RT registers before channel configurationPeter Ujfalusi2019-05-031-24/+9
| * | | firmware: ti_sci: Fix TISCI mailbox receive timeout handlingAndreas Dannenberg2019-05-031-1/+1
| * | | drivers: dma: ti: k3-udma: Extract packet data only when Meta data is not NULLKeerthy2019-05-031-1/+1
| |/ /
* | | Merge tag 'rockchip-for-2019.07' of git://git.denx.de/u-boot-rockchipTom Rini2019-05-0141-171/+263
|\ \ \ | |/ / |/| |
| * | rockchip: use 'arch-rockchip' as header file pathKever Yang2019-05-0140-135/+133
| * | pinctrl: exit pinconfig_post_bind if there are no subnodesUrja Rannikko2019-05-011-0/+3
| * | rockchip: spi: make optimised receive-handler unaligned-safePhilipp Tomsich2019-05-011-13/+6
| * | rockchip: spi: add driver-data and a 'rxonly_manages_fifo' flagPhilipp Tomsich2019-05-011-2/+22
| * | rockchip: spi: add optimised receive-only implementationPhilipp Tomsich2019-05-011-1/+88
| * | rockchip: spi: only wait for completion, if transmittingPhilipp Tomsich2019-05-011-3/+12
| * | rockchip: spi: consistently use false/true with rkspi_enable_chipPhilipp Tomsich2019-05-011-1/+1
| * | rockchip: spi: fix off-by-one in chunk size computationPhilipp Tomsich2019-05-011-1/+1
| * | rockchip: spi: remove unused code and fields in privPhilipp Tomsich2019-05-011-26/+3
| * | rockchip: spi: add debug message for delay in CS togglePhilipp Tomsich2019-05-011-2/+7
| |/
* | Merge tag 'u-boot-imx-20190426' of git://git.denx.de/u-boot-imxTom Rini2019-05-0113-299/+882
|\ \ | |/ |/|
| * ddr: imx8m: hide i.MX8M DDR options from device driver entryPeng Fan2019-04-251-0/+4
| * mxc_ocotp: Disable fuse sense for imx8mq B1Ye Li2019-04-251-0/+5
| * mxc_ocotp: Update redundancy banks for mx7ulp B0Ye Li2019-04-251-7/+11
| * misc: imx8: scu: add i.MX8QM supportPeng Fan2019-04-251-3/+13
| * clk: imx8: add i.MX8QM clk driverPeng Fan2019-04-253-0/+309
| * clk: imx8: split code into common and soc specific partPeng Fan2019-04-254-289/+342
| * pinctrl: imx8: add i.MX8QM compatiblePeng Fan2019-04-251-0/+1
| * Convert CONFIG_USB_EHCI_MX5 to KconfigLukasz Majewski2019-04-251-0/+7
| * USB: DM: Convert i.MX5 ehci code to driver modelLukasz Majewski2019-04-251-0/+103
| * imx8: fuse: add fuse driverPeng Fan2019-04-252-0/+87
* | avb: add support for named persistent valuesIgor Opaniuk2019-04-261-19/+102
* | sysreset: syscon: remove POWER reset causePatrick Delaunay2019-04-261-0/+3
* | net: lpc32xx: Use IRAM for transmit bufferGregory CLEMENT2019-04-261-1/+7
* | mtd: nand: raw: Fix CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT behaviorGregory CLEMENT2019-04-261-2/+2
* | firmware: ti_sci: Modify auth_boot TI-SCI API to match new versionAndrew F. Davis2019-04-262-11/+23
* | firmware: ti_sci: Add support for firewall managementAndrew F. Davis2019-04-262-0/+298
* | Merge git://git.denx.de/u-boot-marvellTom Rini2019-04-267-23/+101
|\ \
| * | watchdog: at91sam9_wdt: Remove now superfluous wdt start and resetStefan Roese2019-04-261-8/+0
| * | watchdog: mpc8xx_wdt: Watchdog driver and macros cleanupStefan Roese2019-04-263-5/+2
| * | watchdog: cadence: Remove driver specific "timeout-sec" handlingStefan Roese2019-04-261-9/+6
| * | watchdog: Implement generic watchdog_reset() versionStefan Roese2019-04-262-0/+27