summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-10-08spi: Add support for SPL_OF_PLATDATA to mxs_gpio.c driverLukasz Majewski1-17/+55
2019-10-08mmc: Replace printf with debug call for timeouts in the i.MX28 mxs driverLukasz Majewski1-2/+2
2019-10-08mmc: Convert mxsmmc eMMC driver for i.MX2{38} to DM/DTSLukasz Majewski1-70/+373
2019-10-08spi: Add support for SPL_OF_PLATDATA to mxs_spi.c driverLukasz Majewski1-2/+32
2019-10-08spi: fix: Call mxs_reset_block() during DM/DTS probeLukasz Majewski1-0/+2
2019-10-08spl: Init proper struct driver member (platdata_auto_alloc_size) for mxs_spiLukasz Majewski1-1/+1
2019-10-08imx8: move i.MX8 cpu desc code to drivers/cpu/imx8_cpu.cPeng Fan2-0/+183
2019-10-08imx: scu_api: add sc_pm_is_partition_startedPeng Fan1-0/+27
2019-10-08imx: scu_api: add sc_rm_set_master_sidPeng Fan1-0/+22
2019-10-08misc: Kconfig: make i.MX7ULP could use MXC_OCOTPPeng Fan1-1/+1
2019-10-08serial: Kconfig: make MXC_UART usable for MX7 and IMX8MPeng Fan1-1/+1
2019-10-08pinctrl: imx: use devfdt_get_addr_size_indexPeng Fan1-3/+1
2019-10-07NET: DW: fix regression for ARC boardsEugeniy Paltsev1-0/+1
2019-10-03dm: core: Correct bad cast in ofnode_get_addr_size_index()Simon Glass1-2/+5
2019-10-03dm: core: Correct low cell in ofnode_read_pci_addr()Simon Glass1-1/+1
2019-09-22Merge tag 'fixes-for-2019.10' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini1-1/+1
2019-09-21sunxi: video: HDMI: Fix LCD clock dividerMark Kettenis1-1/+1
2019-09-21Merge tag 'u-boot-rockchip-20190920' of https://gitlab.denx.de/u-boot/custodi...Tom Rini1-5/+10
2019-09-19watchdog: omap_wdt: Fix WDT target reset when booted from emmcSuniel Mahesh1-1/+1
2019-09-19rtc: ds3231/ds3232: fix coding styleBiwen Li1-1/+2
2019-09-19ram: rk3288: Initialize dram for TPL buildsJagan Teki1-5/+10
2019-09-16Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini3-17/+37
2019-09-16Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini10-91/+228
2019-09-16mtd: spi-nor: enable protection ops for SST26 flash seriesEugeniy Paltsev1-4/+4
2019-09-16mtd: spi-nor: add missing SST26* flash IC protection opsEugeniy Paltsev2-0/+182
2019-09-16mtd: spi: Drop sf.cJagan Teki3-72/+1
2019-09-16mtd: spi_dataflash: Use spi read then writeJagan Teki1-9/+13
2019-09-16spi: Add spi_write_then_readJagan Teki1-0/+24
2019-09-16spi: Kconfig: Unmark DEPRECATED for MXS_SPILukasz Majewski1-1/+0
2019-09-16spi: soft_spi: Fix data abort if slave is not probedChristophe Kerello1-2/+2
2019-09-16spi: mvebu_a3700_spi: Fix clock prescale computationMarek BehĂșn1-3/+2
2019-09-15Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini11-33/+49
2019-09-13soc: ti: k3-navss-ringacc: fix k3_nav_ringacc_ring_reset_dmaVignesh Raghavendra1-1/+3
2019-09-12watchdog: sp805_wdt: add expire_now methodThomas Schaefer1-1/+9
2019-09-12mmc: fsl_esdhc: Add emmc hs200 supportYinbo Zhu1-15/+19
2019-09-12mmc: Kconfig: Add FSL_ESDHC_USE_PERIPHERAL_CLK optionYinbo Zhu1-1/+9
2019-09-11rockchip: clk: rk3399: remove clk_enable()Kever Yang1-37/+0
2019-09-11rockchip: clk: rk3368: remove clk_enable()Kever Yang1-19/+0
2019-09-11rockchip: clk: rk3328: remove clk_enable()Kever Yang1-12/+0
2019-09-11rockchip: clk: rk3288: remove clk_enable()Kever Yang1-23/+0
2019-09-11usb: ohci-generic: don't probe fail if there is no clk_enable() opsKever Yang1-1/+1
2019-09-11usb: ehci-generic: don't probe fail if there is no clk_enable() opsKever Yang1-1/+1
2019-09-11usb: musb_hcd: fix compilation errorJean-Jacques Hiblot1-2/+2
2019-09-11dwc2: use the nonblock argument in submit_int_msgMichal Suchanek1-1/+1
2019-09-11usb: Add nonblock argument to submit_int_msgMichal Suchanek10-30/+46
2019-09-10usb: xhci-dwc3: Add support for dis_u2_susphy_quirkNeil Armstrong1-0/+3
2019-09-09Merge tag 'mmc-9-6-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini15-57/+206
2019-09-07Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini4-65/+113
2019-09-07Merge tag 'rpi-next-2019.10' of https://github.com/mbgg/u-bootTom Rini2-7/+17
2019-09-06mmc: bcm283x: Add support for bcm2711 device in bcm2835_sdhciMatthias Brugger1-2/+10