summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* imx8: move i.MX8 cpu desc code to drivers/cpu/imx8_cpu.cPeng Fan2019-10-082-0/+183
* imx: scu_api: add sc_pm_is_partition_startedPeng Fan2019-10-081-0/+27
* imx: scu_api: add sc_rm_set_master_sidPeng Fan2019-10-081-0/+22
* misc: Kconfig: make i.MX7ULP could use MXC_OCOTPPeng Fan2019-10-081-1/+1
* serial: Kconfig: make MXC_UART usable for MX7 and IMX8MPeng Fan2019-10-081-1/+1
* pinctrl: imx: use devfdt_get_addr_size_indexPeng Fan2019-10-081-3/+1
* NET: DW: fix regression for ARC boardsEugeniy Paltsev2019-10-071-0/+1
* dm: core: Correct bad cast in ofnode_get_addr_size_index()Simon Glass2019-10-031-2/+5
* dm: core: Correct low cell in ofnode_read_pci_addr()Simon Glass2019-10-031-1/+1
* Merge tag 'fixes-for-2019.10' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/22Sep2019Tom Rini2019-09-221-1/+1
|\
| * sunxi: video: HDMI: Fix LCD clock dividerMark Kettenis2019-09-211-1/+1
* | Merge tag 'u-boot-rockchip-20190920' of https://gitlab.denx.de/u-boot/custodi...WIP/20Sep2019Tom Rini2019-09-201-5/+10
|\ \ | |/ |/|
| * ram: rk3288: Initialize dram for TPL buildsJagan Teki2019-09-191-5/+10
* | watchdog: omap_wdt: Fix WDT target reset when booted from emmcSuniel Mahesh2019-09-191-1/+1
* | rtc: ds3231/ds3232: fix coding styleBiwen Li2019-09-191-1/+2
|/
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqWIP/16Sep2019Tom Rini2019-09-163-17/+37
|\
| * watchdog: sp805_wdt: add expire_now methodThomas Schaefer2019-09-121-1/+9
| * mmc: fsl_esdhc: Add emmc hs200 supportYinbo Zhu2019-09-121-15/+19
| * mmc: Kconfig: Add FSL_ESDHC_USE_PERIPHERAL_CLK optionYinbo Zhu2019-09-121-1/+9
* | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini2019-09-1610-91/+228
|\ \
| * | mtd: spi-nor: enable protection ops for SST26 flash seriesEugeniy Paltsev2019-09-161-4/+4
| * | mtd: spi-nor: add missing SST26* flash IC protection opsEugeniy Paltsev2019-09-162-0/+182
| * | mtd: spi: Drop sf.cJagan Teki2019-09-163-72/+1
| * | mtd: spi_dataflash: Use spi read then writeJagan Teki2019-09-161-9/+13
| * | spi: Add spi_write_then_readJagan Teki2019-09-161-0/+24
| * | spi: Kconfig: Unmark DEPRECATED for MXS_SPILukasz Majewski2019-09-161-1/+0
| * | spi: soft_spi: Fix data abort if slave is not probedChristophe Kerello2019-09-161-2/+2
| * | spi: mvebu_a3700_spi: Fix clock prescale computationMarek BehĂșn2019-09-161-3/+2
* | | Merge branch 'master' of git://git.denx.de/u-boot-usbWIP/14Sep2019Tom Rini2019-09-1411-33/+49
|\ \ \ | |/ / |/| |
| * | usb: musb_hcd: fix compilation errorJean-Jacques Hiblot2019-09-111-2/+2
| * | dwc2: use the nonblock argument in submit_int_msgMichal Suchanek2019-09-111-1/+1
| * | usb: Add nonblock argument to submit_int_msgMichal Suchanek2019-09-1110-30/+46
| |/
* | soc: ti: k3-navss-ringacc: fix k3_nav_ringacc_ring_reset_dmaVignesh Raghavendra2019-09-131-1/+3
* | rockchip: clk: rk3399: remove clk_enable()Kever Yang2019-09-111-37/+0
* | rockchip: clk: rk3368: remove clk_enable()Kever Yang2019-09-111-19/+0
* | rockchip: clk: rk3328: remove clk_enable()Kever Yang2019-09-111-12/+0
* | rockchip: clk: rk3288: remove clk_enable()Kever Yang2019-09-111-23/+0
* | usb: ohci-generic: don't probe fail if there is no clk_enable() opsKever Yang2019-09-111-1/+1
* | usb: ehci-generic: don't probe fail if there is no clk_enable() opsKever Yang2019-09-111-1/+1
|/
* usb: xhci-dwc3: Add support for dis_u2_susphy_quirkNeil Armstrong2019-09-101-0/+3
* Merge tag 'mmc-9-6-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcWIP/08Sep2019Tom Rini2019-09-0815-57/+206
|\
| * mmc: sdhci: Add support for dt caps & caps maskT Karthik Reddy2019-09-061-9/+14
| * dm: core: Add functions to read 64-bit dt propertiesT Karthik Reddy2019-09-062-1/+11
| * dm: mmc_spi: Fix NULL pointer dereference in mmc_spi_bind()Bin Meng2019-09-051-15/+20
| * mmc: dw_mmc: fix timeout calculate methodKever Yang2019-09-051-2/+3
| * mmc: Add Aspeed SD controller driverEddie James2019-09-053-0/+102
| * clk: aspeed: Add support for SD clockEddie James2019-09-052-0/+29
| * mmc: Rename timeout parameters for clarificationSam Protsenko2019-09-055-26/+27
| * mmc: Fix timeout values passed to mmc_wait_dat0()Sam Protsenko2019-09-051-2/+2
| * dm: mmc: remove unused U_BOOT_DRIVER(mmc)Andy Yan2019-09-051-4/+0