summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drivers: mux: mmio-based syscon mux controllerJean-Jacques Hiblot2020-10-283-0/+157
* dm: board: complete the initialization of the muxes in initr_dm()Jean-Jacques Hiblot2020-10-281-0/+23
* drivers: Add a new framework for multiplexer devicesJean-Jacques Hiblot2020-10-285-0/+332
* rtc: provide an emulated RTCHeinrich Schuchardt2020-10-273-0/+92
* Merge tag 'video-for-2021.01-rc1' of https://gitlab.denx.de/u-boot/custodians...WIP/26Oct2020Tom Rini2020-10-261-1/+8
|\
| * nokia_rx51: disable obsolete VIDEO configAnatolij Gustschin2020-10-261-1/+1
| * eb_cpu5282: fix CONFIG_DM_VIDEO build warningsAnatolij Gustschin2020-10-261-0/+7
* | riscv: Move timer portions of SiFive CLINT to drivers/timerSean Anderson2020-10-262-0/+48
* | timer: Add _TIMER suffix to Andes PLMT KconfigSean Anderson2020-10-262-2/+2
* | riscv: Move Andes PLMT driver to drivers/timerSean Anderson2020-10-263-0/+58
* | clk: kendryte: no need to check argument of free()Heinrich Schuchardt2020-10-261-2/+1
|/
* phy: nop-phy: add clk bulkPeng Fan2020-10-231-0/+35
* i2c: i2c-gpio: Convert to use APIs which support live DTPatrick Delaunay2020-10-231-7/+3
* power: regulator: gpio-regulator: Convert to use APIs which support live DTPatrick Delaunay2020-10-231-9/+13
* power: regulator: gpio-regulator: protect count valuePatrick Delaunay2020-10-231-2/+3
* Revert "serial: serial_xen: print U-Boot banner and others"Tom Rini2020-10-231-0/+2
* Revert "serial: serial_xen: add DEBUG_UART support"Tom Rini2020-10-232-31/+3
* Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiWIP/22Oct2020Tom Rini2020-10-221-251/+206
|\
| * net: sun8i-emac: Lower MDIO frequencyAndre Przywara2020-10-211-0/+17
| * net: sun8i-emac: Make internal PHY handling more robustAndre Przywara2020-10-211-32/+15
| * net: sun8i_emac: Simplify and fix error handling for RXAndre Przywara2020-10-211-26/+30
| * net: sun8i_emac: Fix MAC soft resetAndre Przywara2020-10-211-14/+7
| * net: sun8i_emac: Fix overlong linesAndre Przywara2020-10-211-12/+10
| * net: sun8i_emac: Wrap and simplify cache maintenance operationsAndre Przywara2020-10-211-19/+14
| * net: sun8i_emac: Drop unneeded cache invalidation before sendingAndre Przywara2020-10-211-3/+0
| * net: sun8i_emac: Reduce cache maintenance on TX descriptor initAndre Przywara2020-10-211-2/+2
| * net: sun8i_emac: Improve cache maintenance on RX descriptor initAndre Przywara2020-10-211-4/+9
| * net: sun8i_emac: Name magic bits and simplify read-modify-write callsAndre Przywara2020-10-211-52/+61
| * net: sun8i_emac: Remove pointless wrapper functionsAndre Przywara2020-10-211-46/+16
| * net: sun8i_emac: Simplify mdio_read/mdio_write functionsAndre Przywara2020-10-211-41/+22
| * net: sun8i_emac: Don't hand out TX descriptor too earlyAndre Przywara2020-10-211-1/+1
| * net: sun8i-emac: Bail out on PHY errorAndre Przywara2020-10-211-1/+4
* | rtc: move pcf8563 to KconfigWIP/2020-10-22-misc-changesHeiko Schocher2020-10-221-0/+6
* | mmc: mtk-sd: change some dev_err into dev_dbgFabien Parent2020-10-221-3/+3
* | serial: serial_xen: add DEBUG_UART supportAKASHI Takahiro2020-10-222-3/+31
* | serial: serial_xen: print U-Boot banner and othersAKASHI Takahiro2020-10-221-2/+0
* | cosmetic: reset: ast2500: Rename driver and configsChia-Wei, Wang2020-10-223-2/+2
* | reset: ast2500: Use SCU for reset controlChia-Wei, Wang2020-10-222-51/+55
* | clk: ccf: replace the get_rate helperDario Binacchi2020-10-221-25/+1
* | ARM: mvebu: a38x: Fix comment typoNaoki Hayama2020-10-221-1/+1
* | mmc: Fix comment typoNaoki Hayama2020-10-221-1/+1
* | rng: Add Qualcomm MSM PRNG driverRobert Marko2020-10-223-0/+151
* | net: Add IPQ40xx MDIO driverRobert Marko2020-10-223-0/+154
* | spi: Add Qualcomm QUP SPI controller driverRobert Marko2020-10-223-0/+814
* | timer: Return count from timer_ops.get_countSean Anderson2020-10-2221-86/+49
* | common: rename getc() to getchar()Heinrich Schuchardt2020-10-224-4/+4
* | tpm: cr50: Correct logging statementsSimon Glass2020-10-221-5/+5
* | i2c: designware: Use log_debug() for debuggingSimon Glass2020-10-221-2/+2
* | syscon: Drop the logging in syscon_get_by_driver_data()Simon Glass2020-10-221-1/+1
* | Merge tag 'u-boot-stm32-20201021' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2020-10-223-17/+5
|\ \