summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-2020-01-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/01Nov2019Tom Rini2019-11-011-0/+1
|\
| * blk: set log2blksz in blk_create_device()Heinrich Schuchardt2019-10-301-0/+1
* | Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini2019-11-013-6/+9
|\ \
| * | fdt: Fix alignment issue when reading 64-bits properties from fdtJean-Jacques Hiblot2019-10-271-1/+1
| * | dm: core: Update log method for uclass_find_device_by_seqKever Yang2019-10-271-4/+7
| * | dm: regmap: Fix mask in regmap_update_bits()Simon Glass2019-10-271-1/+1
| |/
* | drivers: phy: Handle gracefully NULL pointersJean-Jacques Hiblot2019-10-311-5/+25
* | ata: ahci allow 64-bit DMA for SATARoman Kapl2019-10-311-3/+11
* | nvme: use page-aligned buffer for identify commandPatrick Wildt2019-10-311-6/+18
* | nvme: flush dcache on both r/w, and the prp listPatrick Wildt2019-10-311-3/+5
* | virtio: pci: use correct type in virtio_pci_bind()Heinrich Schuchardt2019-10-311-1/+1
* | gpio: da8xx_gpio: Fix the _gpio_direction_output functionKeerthy2019-10-301-7/+7
* | Merge tag 'u-boot-clk-23Oct2019' of https://gitlab.denx.de/u-boot/custodians/...WIP/30Oct2019Tom Rini2019-10-308-58/+280
|\ \
| * | test: clk: test clock self assignmentJean-Jacques Hiblot2019-10-221-0/+22
| * | drivers: clk: Fix using assigned-clocks in the node of the clock it sets upJean-Jacques Hiblot2019-10-222-7/+43
| * | test: clk: Update tests to also check the managed APIJean-Jacques Hiblot2019-10-222-9/+91
| * | drivers: clk: Add a managed API to get clocks from the device-treeJean-Jacques Hiblot2019-10-223-34/+48
| * | drivers: clk: Handle gracefully NULL pointersJean-Jacques Hiblot2019-10-221-7/+36
| * | clk: Add support for I2C clocks on NXP's imx6q SoC which use CCFLukasz Majewski2019-10-222-0/+39
| * | clk: Fix error check in clk_set_default_parents()Jean-Jacques Hiblot2019-10-221-1/+1
* | | Merge tag 'mmc-10-29-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot...Tom Rini2019-10-301-40/+3
|\ \ \
| * | | mmc: fsl_esdhc: drop i.MX DDR support codeYangbo Lu2019-10-291-6/+2
| * | | mmc: fsl_esdhc: remove redundant DM_MMC checkingYangbo Lu2019-10-291-2/+0
| * | | mmc: fsl_esdhc: make BLK as hard requirement of DM_MMCYangbo Lu2019-10-291-32/+1
| | |/ | |/|
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2019-10-3014-28/+74
|\ \ \ | |/ / |/| |
| * | spi-nor-ids: Add support for Adesto AT25SL321Fabio Estevam2019-10-251-0/+1
| * | mtd: spi: Clean up usage of CONFIG_SPI_FLASH_MTDFrieder Schrempf2019-10-253-5/+5
| * | spi-nor: spi-nor-ids: Add USE_FSR flag for mt25q* and n25q* entryVignesh Raghavendra2019-10-251-5/+6
| * | spi-nor: spi-nor-ids: Add entries for mt25q variantsVignesh Raghavendra2019-10-251-0/+3
| * | spi-nor: spi-nor-ids: Disable SPI_NOR_4B_OPCODES for n25q512* and n25q256*Vignesh Raghavendra2019-10-251-4/+4
| * | spi: designware_spi: Disable and free clock when remove driverLey Foon Tan2019-10-251-1/+15
| * | mtd: spi-nor-core: Replace MTD_SPI_NOR_USE_4K_SECTORS with SPI_FLASH_USE_4K_S...Vignesh Raghavendra2019-10-252-2/+2
| * | mtd: spi-nor-core: Use dev_err for reporting erase/write failuresVignesh Raghavendra2019-10-251-3/+3
| * | mtd: spi: Add a new option SPL_SPI_FLASH_MTD to KconfigFrieder Schrempf2019-10-251-0/+8
| * | spi: Kconfig: Enable SPI_SUNXI for SUNXIJagan Teki2019-10-251-0/+1
| * | mtd: spi: Kconfig: Imply SPI_FLASH if DM_SPI_FLASHJagan Teki2019-10-251-0/+1
| * | dm: spi: Change cs_info op to return -EINVAL for invalid cs numBin Meng2019-10-255-5/+5
| * | dm: spi: Return 0 if driver does not implement ops->cs_infoBin Meng2019-10-251-4/+3
| * | spi: Kconfig: Add help textJagan Teki2019-10-251-0/+17
| * | mtd: spi-nor: ids: Add is25wp256 chipJagan Teki2019-10-251-0/+2
| * | mtd: spi: Kconfig: Update CONFIG_SPI_FLASHJagan Teki2019-10-251-3/+2
* | | Merge tag 'mips-pull-2019-10-25' of git://git.denx.de/u-boot-mipsWIP/25Oct2019Tom Rini2019-10-2526-436/+1812
|\ \ \
| * | | mmc: mtk-sd: add a dts property cd-active-high for builtin-cd modeWeijie Gao2019-10-251-1/+5
| * | | mmc: mtk-sd: add support for MediaTek MT7620/MT7628 SoCsWeijie Gao2019-10-252-4/+21
| * | | net: mt7628-eth: add support to isolate LAN/WAN portsWeijie Gao2019-10-251-0/+32
| * | | net: mt7628-eth: free rx descriptor on receiving failureWeijie Gao2019-10-251-0/+3
| * | | net: mt7628-eth: make phy link up detection optional via DTWeijie Gao2019-10-252-29/+31
| * | | net: mt7628-eth: remove hardcoded gpio settings and regmap-based phy resetWeijie Gao2019-10-251-37/+8
| * | | phy: mt76x8-usb-phy: add slew rate calibration and remove non-mt7628 partWeijie Gao2019-10-252-68/+158
| * | | reset: add reset controller driver for MediaTek MIPS platformWeijie Gao2019-10-253-0/+90