aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-01-19Fix ehci-mx6 USB driver FTBFS on master branch.iot-gate-imx8-paulliu-master-oldusb-rtc-reset-uefisecbootYing-Chun Liu (PaulLiu)
2021-01-19rtc: add rtc-abx80x, a driver for the Abracon AB x80x i2c rtcYing-Chun Liu (PaulLiu)
2021-01-19usb: ehci-mx6: Improve the bind functionYe Li
2021-01-19usb: ehci-mx6: Fix PHY power up issue on iMX8 platformsYe Li
2021-01-19usb: ehci-mx6: Fix usb type issue in DM driverYe Li
2021-01-19ehci-mx6: Add OTG ID detecting by GPIOYe Li
2021-01-19usb: ehci-mx6: Fix USB QTD data buffer errorYe Li
2021-01-19usb: ehci-mx6: configure usb out of suspend statePeng Fan
2021-01-19usb: ehci-mx6: Enable iMX EHCI driver for iMX8M NanoYe Li
2021-01-19usb: ehci-mx6: fix controller index for imx8m and imx8Ye Li
2021-01-19usb: ehci-mx6: Update driver to support i.MX8MMYe Li
2021-01-19usb: ehci-mx6: Turn on the power domain of USB PHYYe Li
2021-01-19usb: ehci-mx6: Add i.MX8 OTG controller supportPeng Fan
2021-01-19usb: ehci-mx6: preparing for ARM64 buildPeng Fan
2021-01-19usb: ehci-mx6: Add powerup_fixup implementationPeng Fan
2021-01-06Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini
2021-01-05dtoc: Drop dm_populate_phandle_data()Simon Glass
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass
2021-01-05dm: core: Add logging when lists_bind_fdt() failsSimon Glass
2021-01-05dm: core: Allow the uclass list to moveSimon Glass
2021-01-05dm: core: Split out scanning code to dm_scan()Simon Glass
2021-01-05dm: core: Access device ofnode through functionsSimon Glass
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass
2021-01-05dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass
2021-01-05dm: core: Access device flags through functionsSimon Glass
2021-01-05dm: core: Rename sqq to seq_Simon Glass
2021-01-05dm: core: Split out alloc code into a new functionSimon Glass
2021-01-05x86: sysreset: Move priv/plat structs to headersSimon Glass
2021-01-05dm: core: Move priv/plat structs for simple_bus to headersSimon Glass
2021-01-05spi: Tweak a few strange SPI NOR features for of-platdataSimon Glass
2021-01-05spi: Tidy up get/set of device nodeSimon Glass
2021-01-05x86: spl: Move priv/plat structs to headersSimon Glass
2021-01-05x86: apl: Move priv/plat structs to headersSimon Glass
2021-01-05sandbox: Add a compatible string for spltestSimon Glass
2021-01-05sandbox: i2c: Move priv into a header fileSimon Glass
2021-01-05sandbox: serial: Move priv into a header fileSimon Glass
2021-01-05x86: pinctrl: Drop unlikely error messages from TPLSimon Glass
2021-01-05x86: apl: Reduce size for TPLSimon Glass
2021-01-05test: Move some test drivers into their own fileSimon Glass
2021-01-05sysreset: Use a shorter error with SPLSimon Glass
2021-01-05pinctrl: Drop post_bind() method when not neededSimon Glass
2021-01-05dm: core: Rename the priv/plat membersSimon Glass
2021-01-05dm: core: Use access methods for dev/uclass private dataSimon Glass
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass
2021-01-05dm: core: Add functions to set priv/platSimon Glass
2021-01-05dm: core: Add function to access uclass privSimon Glass