summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-01-31sandbox: keep time offset when resettingHeinrich Schuchardt1-1/+3
2021-01-31dm: core: Update ofnode_read_fmap_entry() to read hashesSimon Glass1-9/+12
2021-01-31dm: core: Add a comment about pinctrl_select_state()Simon Glass1-0/+9
2021-01-31clk: x86: Correct the driver nameSimon Glass1-2/+2
2021-01-31clk: Add debugging for return valuesSimon Glass1-5/+11
2021-01-31sandbox: Disable I2C emulators in SPLSimon Glass1-0/+2
2021-01-31i2c: desigware: Add an alias for Intel Apollo LakeSimon Glass1-0/+2
2021-01-31cros_ec: Add vstore supportSimon Glass2-2/+121
2021-01-31cros_ec: Allow use with of-platdataSimon Glass1-0/+2
2021-01-31cros_ec: Show events in human-readable formSimon Glass1-1/+11
2021-01-31cros_ec: Add support for switchesSimon Glass3-0/+33
2021-01-31cros_ec: Support reading EC featuresSimon Glass2-6/+31
2021-01-31cros_ec: Add support for reading the SKU IDSimon Glass2-0/+20
2021-01-31cros_ec: Add run-time check for input buffer overflowSimon Glass1-0/+2
2021-01-31cros_ec: Tidy up a few delaysSimon Glass1-7/+17
2021-01-31cros_ec: Add a function for the hello messageSimon Glass2-15/+43
2021-01-31tpm: cr50: Rename driver to work with of-platdataSimon Glass1-2/+2
2021-01-31tpm: cr50: Add a better description and more debugSimon Glass1-4/+18
2021-01-31tpm: cr50: Check for valid localitySimon Glass1-4/+12
2021-01-29spi: mtk_snor: add support for MTK SPI NOR controllerSkyLake.Huang3-0/+571
2021-01-28rtc: add rtc-abx80x, a driver for the Abracon AB x80x i2c rtcYing-Chun Liu (PaulLiu)3-0/+563
2021-01-28mmc: pci_mmc: Set the removable flagSimon Glass1-0/+8
2021-01-28mmc: pci_mmc: Only generate ACPI code for the SD cardSimon Glass1-1/+10
2021-01-28video: Allow syncing the entire framebuffer to the copySimon Glass1-0/+10
2021-01-28pci: Remove CONFIG_PCI_ENUM_ONLY as it's not used (any more)Stefan Roese2-81/+41
2021-01-28bootcount: allow to use this feature on TPLPhilippe Reynes1-0/+1
2021-01-27Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini6-11/+62
2021-01-27net: phy: micrel: Try default PHY ofnode firstMarek Vasut1-2/+7
2021-01-27net: phy: ca_phy: Add driver for CAxxxx SoCsAbbie Chang4-0/+144
2021-01-27net: cortina_ni: Add eth support for Cortina Access CAxxxx SoCsAaron Tseng4-0/+1512
2021-01-27net: e1000: Add missing address translationsStefan Roese1-5/+5
2021-01-27net: e1000: Use virt_to_phys() instead of pci_virt_to_mem()Stefan Roese1-7/+1
2021-01-27net: e1000: Remove unused bus_to_phys() macroStefan Roese1-2/+0
2021-01-27arm64: a37xx: pci: Fix printing debug messagesPali Rohár1-3/+2
2021-01-27serial: a3720: Implement pending method for output directionPali Rohár1-2/+8
2021-01-27pci: pci_mvebu: Define an IO region as wellPhil Sutter1-1/+27
2021-01-27pci: Make auto-config code a little more robustPhil Sutter1-4/+5
2021-01-27arm: mvebu: Espressobin: Disable slot when emmc is not presentPali Rohár1-0/+19
2021-01-27gpio: Add support for DM GPIO for KirkwoodHarm Berntsen1-1/+1
2021-01-26Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini10-69/+260
2021-01-26clk: sunxi: Add support for H616 clocksJernej Skrabec3-0/+128
2021-01-26sunxi: gpio: introduce compatible for H616Jernej Skrabec1-0/+2
2021-01-26sunxi: Add support for H616 SoCJernej Skrabec1-0/+1
2021-01-26mmc: sunxi: Refactor mod clock register offsetAndre Przywara1-61/+23
2021-01-26i2c: mvtwsi: sunxi: update macroJernej Skrabec1-1/+1
2021-01-26mmc: sunxi: Replace H6 ifdefs with H6 gen macroJernej Skrabec1-6/+6
2021-01-26sunxi: Add support for AXP305 PMICJernej Skrabec3-1/+96
2021-01-26net: sun8i-emac: Allow all RGMII PHY modesAndre Przywara1-0/+3
2021-01-25Merge tag 'mips-pull-2021-01-24' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini25-12/+2709
2021-01-25Merge tag 'u-boot-imx-20210125' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini7-7/+136