summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-10-23mtd: spi-nor-core: Check return value of write_disable() in spi_nor_erase()Marek Behún1-1/+3
2021-10-23mtd: spi-nor-core: Don't overwrite return value if it is non-zeroMarek Behún1-2/+4
2021-10-23mtd: spi-nor-core: Check return value of write_enable() in spi_nor_erase()Marek Behún1-1/+3
2021-10-23mtd: spi-nor-core: Try cleaning up in case writing BAR failedMarek Behún1-1/+1
2021-10-23mtd: spi-nor: Add support for Spansion S25FL256LTakahiro Kuwano2-0/+20
2021-10-23mtd: spi-nor-ids: Add GD25LQ256D ChipYanhong Wang1-0/+5
2021-10-21Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini3-2/+12
2021-10-21arm: a37xx: pci: Fix condition for CRS responsePali Rohár1-1/+1
2021-10-21arm: a37xx: pci: Do not allow setting bars on PCI BridgePali Rohár1-0/+4
2021-10-21arm: mvebu: a3720: Create Kconfig option for I2C_MVMarek Behún2-1/+7
2021-10-20Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u...Tom Rini6-6/+32
2021-10-20ram: sifive: Fix -Wint-to-pointer-cast warningsBin Meng1-4/+4
2021-10-20net: macb: Fix -Wint-to-pointer-cast warningsBin Meng1-8/+3
2021-10-20dm: core: Add a new API devfdt_get_addr_index_ptr()Bin Meng1-3/+8
2021-10-20i2c: ocores: Fix -Wint-to-pointer-cast warningBin Meng1-1/+1
2021-10-20gpio: sifive: Fix -Wint-to-pointer-cast warningBin Meng1-4/+2
2021-10-20clk: sifive: Fix -Wint-to-pointer-cast warningBin Meng1-3/+3
2021-10-20cache: sifive: Fix -Wint-to-pointer-cast warningBin Meng1-1/+1
2021-10-19clk: fixed_rate: add dummy disable() functionSamuel Holland1-0/+1
2021-10-19drivers/gpio: add support for MAX7320 i2c i/o expanderHannes Schmelzer3-0/+122
2021-10-18Merge tag 'u-boot-rockchip-20211015' of https://source.denx.de/u-boot/custodi...Tom Rini4-77/+89
2021-10-15Convert CONFIG_USB_EHCI_IS_TDI to KconfigMarek Behún1-0/+7
2021-10-15Convert CONFIG_USB_EHCI_MXS to KconfigMarek Behún1-0/+7
2021-10-15Rename CONFIG_EHCI_IS_TDI to CONFIG_USB_EHCI_IS_TDIMarek Behún1-1/+1
2021-10-15mmc: rockchip_sdhci: enable strobe line for HS400Yifeng Zhao1-0/+3
2021-10-15clk: rockchip: rk3568: update clksElaine Zhang1-2/+9
2021-10-15spi: rockchip_sfc: Using read_pollJon Lin1-32/+35
2021-10-15spi: rockchip_sfc: Implement set_speed logicJon Lin1-43/+39
2021-10-15rockchip: px30: add support for setting cpll clockChris Morgan1-0/+3
2021-10-15pci: Fix printf format for regionsPali Rohár1-1/+1
2021-10-15pci: Fix configuring BARsPali Rohár1-6/+25
2021-10-15pci: Skip configuring invalid P2P bridge devicesPali Rohár1-0/+9
2021-10-15pci: Skip configuring PCI Rom Address for unsupported header typesPali Rohár1-1/+2
2021-10-12nvme: invalidate correct memory range after readStefan Agner1-3/+4
2021-10-12rtc: ds1307: Handle oscillator-stop bit correctlyMark Tomlinson1-52/+20
2021-10-12mtd: rawnand: Add Macronix raw NAND controller driverZhengxun Li3-0/+610
2021-10-12fastboot: fix partition name truncation in environment lookupMatthias Schiffer1-2/+2
2021-10-12Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini12-153/+253
2021-10-12Merge tag 'u-boot-at91-2022.01-b' of https://source.denx.de/u-boot/custodians...Tom Rini3-0/+214
2021-10-12Merge https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini39-172/+943
2021-10-12usb: sandbox: Add gadget callbacksPatrice Chotard1-0/+28
2021-10-12usb: gadget: Add bcdDevice for the DWC2 USB Gadget ControllerPatrice Chotard1-0/+8
2021-10-12cmd: bind: Fix driver binding on a devicePatrice Chotard6-6/+8
2021-10-12pwm: Add PWM driver for SAMA5D2Dan Sneddon3-0/+214
2021-10-12sunxi: video: Convert panel I2C to use DM_I2CSamuel Holland3-70/+93
2021-10-12i2c: Add a DM_I2C driver for the sun8i RSB controllerSamuel Holland3-0/+290
2021-10-12i2c: Add a DM_I2C driver for the sun6i P2WI controllerSamuel Holland3-0/+229
2021-10-12power: pmic: Add a driver for X-Powers AXP PMICsSamuel Holland3-0/+53
2021-10-12power: pmic: Consistently depend on SPL_DM_PMICSamuel Holland1-1/+10
2021-10-12power: pmic: Consistently depend on DM_PMICSamuel Holland1-37/+9