aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-12-01gpio: Convert to use APIs which support live DTPatrick Delaunay1-3/+2
2020-11-29Merge tag 'mmc-2020-11-29' of https://gitlab.denx.de/u-boot/custodians/u-boot...WIP/29Nov2020Tom Rini2-94/+91
2020-11-28i2c: ocores: add i2c driver for OpenCores I2C controllerPragnesh Patel3-0/+645
2020-11-28i2c: designware_i2c: Don't warn if no reset controllerSimon Glass1-3/+5
2020-11-28i2c: mvtwsi: disable i2c slave also on Armada 8kBaruch Siach1-1/+2
2020-11-28mmc: check a return value about regulator's always-onJaehoon Chung1-2/+2
2020-11-28mmc: display an error number to debugJaehoon Chung1-5/+5
2020-11-28mmc: fsl_esdhc: make sure delay chain locked for HS400Yangbo Lu1-3/+25
2020-11-28mmc: fsl_esdhc: set sysctl register for clock initializationYangbo Lu1-1/+1
2020-11-28mmc: Add some helper functions for retrying on errorSean Anderson1-83/+58
2020-11-25phy: stm32: usbphyc: manage optional vbus regulator on phy_power_on/offPatrick Delaunay1-10/+23
2020-11-25pinctrl: stmfx: update pin namePatrick Delaunay1-4/+4
2020-11-25pinctrl: stmfx: update pincontrol and gpio device namePatrick Delaunay1-1/+4
2020-11-25gpio: stm32: correct the bias managementPatrick Delaunay1-14/+14
2020-11-25pinctrl: stm32: display bias information for all pinsPatrick Delaunay1-12/+12
2020-11-25remoteproc: stm32: update error management in stm32_copro_startPatrick Delaunay1-7/+6
2020-11-25remoteproc: stm32: use reset for hold bootPatrick Delaunay1-68/+25
2020-11-25reset: stm32: Add support of MCU HOLD BOOTPatrick Delaunay1-4/+13
2020-11-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbWIP/22Nov2020Tom Rini3-23/+42
2020-11-22usb: gadget: dwc2_udc_otg: return zero when reset property is not presentJaehoon Chung1-1/+1
2020-11-22usb: dwc3: Handle case where setup_phy is not neededSiva Durga Prasad Paladugu1-1/+1
2020-11-22usb: dwc2: add "u-boot,force-vbus-detection" for stm32Patrick Delaunay2-21/+40
2020-11-22pinctrl: renesas: Drop unused members from struct sh_pfc_pinctrlLad Prabhakar1-4/+0
2020-11-22pinctrl: renesas: r8a7795: Optimize pinctrl image size for R8A774E1Biju Das1-2/+12
2020-11-22pinctrl: renesas: r8a77965: Optimize pinctrl image size for R8A774B1Biju Das1-0/+12
2020-11-22pinctrl: renesas: r8a7796: Optimize pinctrl image size for R8A774A1Biju Das1-0/+12
2020-11-22pinctrl: renesas: r8a77951: Add R8A774E1 PFC supportBiju Das5-409/+519
2020-11-22pinctrl: renesas: r8a77965: Add R8A774B1 PFC supportBiju Das5-405/+513
2020-11-21Merge tag 'efi-2021-01-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/21Nov2020Tom Rini1-2/+1
2020-11-21dfu: simplify the dependencies of DFU_TFTPAKASHI Takahiro1-2/+1
2020-11-20tpm: spi: Cleanup source codeMichal Simek1-3/+0
2020-11-19drivers: led: bcm6858: set the correct led polarity registerSteven Lawrance1-4/+4
2020-11-17Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvWIP/17Nov2020Tom Rini1-9/+12
2020-11-17pinctrl: k210: Rename power domains to match datasheetSean Anderson1-5/+5
2020-11-17pinctrl: k210: Fix inverted IE and OE for I2CSean Anderson1-4/+7
2020-11-17sunxi: allow to use AXP20[39] attached to I2C0 on V3 seriesIcenowy Zheng1-2/+2
2020-11-17clk: sunxi: add compatible string for V3Icenowy Zheng1-0/+2
2020-11-17sunxi: gpio: introduce compatible string for V3 GPIOIcenowy Zheng1-0/+1
2020-11-16Merge tag 'ti-v2021.01-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2-4/+4
2020-11-16Merge tag 'u-boot-amlogic-20201116' of https://gitlab.denx.de/u-boot/custodia...Tom Rini4-7/+122
2020-11-16Merge tag 'u-boot-rockchip-20201113' of https://gitlab.denx.de/u-boot/custodi...Tom Rini10-15/+25
2020-11-15mtd: OneNAND: Set MTD typePali Rohár1-0/+1
2020-11-15power: twl4030: Add twl4030_i2c_read() functionPali Rohár1-4/+3
2020-11-14cros_ec: Handling EC_CMD_GET_NEXT_EVENTHeinrich Schuchardt1-0/+10
2020-11-14cros_ec: Increase command timeout for flash eraseSimon Glass1-1/+4
2020-11-14cros_ec: Correct collection of EC hashSimon Glass1-6/+10
2020-11-13video: rockchip: Restrict EDP, VOP, MIPI files to GPL-2.0Alper Nebi Yasak9-9/+9
2020-11-13rockchip: rk3399: Init clocks in U-Boot proper if SPL was not runAlper Nebi Yasak1-6/+16
2020-11-12mmc: meson-gx: change clock phase value on SM1 SoCsNeil Armstrong2-4/+28
2020-11-12mmc: meson-gx: move arch header to local headerNeil Armstrong2-1/+90