summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-02-07Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini16-1792/+3765
2019-02-07configs: Don't use SPI_FLASH_BAR as defaultVignesh R1-0/+6
2019-02-07mtd: spi: Add lightweight SPI flash stack for SPLVignesh R5-263/+1116
2019-02-07mtd: spi: Remove unused filesVignesh R2-1548/+0
2019-02-07mtd: spi: Switch to new SPI NOR frameworkVignesh R8-282/+91
2019-02-07mtd: spi: sf_probe: Add "jedec, spi-nor" compatible stringVignesh R1-0/+1
2019-02-07mtd: spi: spi-nor-core: Add back U-Boot specific featuresVignesh R1-3/+159
2019-02-07mtd: spi: spi-nor-core: Add SFDP supportVignesh R2-6/+637
2019-02-07mtd: spi: spi-nor-core: Add 4 Byte addressing supportVignesh R1-0/+141
2019-02-07mtd: spi: spi-nor-core: Add SPI MEM supportVignesh R1-4/+93
2019-02-07mtd: spi: Port SPI NOR framework from LinuxVignesh R1-0/+1716
2019-02-07spi: Add non DM version of SPI_MEMVignesh R3-2/+108
2019-02-07spi: spi-mem: Claim SPI bus before spi mem accessVignesh R1-5/+8
2019-02-07spi: spi-mem: Extend spi_mem_adjust_op_size() to honor max xfer sizeVignesh R1-0/+19
2019-02-07spi: spi-mem: Allow use of spi_mem_exec_op for all SPI modesVignesh R1-9/+0
2019-02-05Merge git://git.denx.de/u-boot-marvellTom Rini4-336/+491
2019-02-05video: Armada XP: Move driver to DM_VIDEOStefan Roese1-129/+192
2019-02-05pci: pci_mvebu: Add DM_PCI support and move CONFIG_PCI_MVEBU to defconfigStefan Roese2-197/+282
2019-02-05pci: Add pci_get_devfn() to extract devfn from the fdt_pci_addrStefan Roese1-9/+19
2019-02-02Merge tag 'for-master-20190201' of git://git.denx.de/u-boot-rockchipTom Rini32-6480/+2936
2019-02-02Merge tag 'mips-pull-2019-02-01' of git://git.denx.de/u-boot-mipsTom Rini12-279/+1123
2019-02-01regulator: pbias: Handle extended drain IO when changing omap36 PBIASAdam Ford1-2/+47
2019-02-01pinctrl: Kconfig: fix missing include of rockchip/KconfigPhilipp Tomsich1-0/+1
2019-02-01pinctrl: Kconfig: sort includes alphabeticallyPhilipp Tomsich1-5/+5
2019-02-01rockchip: Implement spl_gpio in the GPIO driverSimon Glass1-0/+46
2019-02-01rockchip: clk: Add mention of four new clocksSimon Glass1-0/+12
2019-02-01clk: Improve debug message in clk_set_default_rates()Simon Glass1-2/+2
2019-02-01pinctrl: rockchip: Clean the unused rockchip pinctrl driversDavid Wu9-6387/+0
2019-02-01pinctrl: rockchip: Add common rockchip pinctrl driverDavid Wu15-100/+2531
2019-02-01rockchip: Add a sound driverSimon Glass2-1/+133
2019-02-01rockchip: Add an I2S driverSimon Glass3-0/+159
2019-02-01rockchip: rk3288: Add i2s pinctrl and clock supportSimon Glass2-0/+62
2019-02-01usb: ether: call _usb_eth_halt() if initialization failsJean-Jacques Hiblot1-1/+4
2019-02-01net: Add MSCC Luton networkd driver.Horatiu Vultur3-0/+744
2019-02-01net: mscc: Remove unused variablesHoratiu Vultur1-13/+1
2019-02-01net: mscc: Move mac_table_add function into different file.Horatiu Vultur4-78/+107
2019-02-01net: mscc: Move ocelot_send and ocelot_recv in a different file.Horatiu Vultur4-116/+175
2019-02-01net: mscc: Move miim commands into separate file.Horatiu Vultur4-71/+88
2019-02-01net: mscc: Move ocelot_switch to mscc_eswitch folderHoratiu Vultur5-7/+14
2019-02-01Merge tag 'video-updates-for-2019.04-rc1' of git://git.denx.de/u-boot-videoTom Rini2-5/+3
2019-01-31video: Add Meson Video Processing Unit DriverNeil Armstrong16-0/+5373
2019-01-31video: dw_hdmi: add support for color conversionJorge Ramirez-Ortiz1-1/+252
2019-01-31video: dw_hdmi: support SoC specific read/write opsJorge Ramirez-Ortiz1-2/+12
2019-01-31power: domain: meson-gx-pwrc-vpu: add missing dependsMaxime Jourdan1-1/+1
2019-01-31dfu: mmc: call fs functions instead of run_commandSimon Goldschmidt1-36/+31
2019-01-30Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini13-7/+149
2019-01-30sunxi: clk: enable clk and reset for CCU devicesAndre Przywara1-0/+12
2019-01-30Merge tag 'u-boot-imx-20190129' of git://git.denx.de/u-boot-imxTom Rini8-4/+55
2019-01-29mmc: sunxi: Honour non-removable property in DTAndre Przywara1-1/+2
2019-01-29mmc: sunxi: Add DM clk and reset supportAndre Przywara1-5/+13