aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-10-23Revert "serial: serial_xen: print U-Boot banner and others"Tom Rini1-0/+2
2020-10-23Revert "serial: serial_xen: add DEBUG_UART support"Tom Rini2-31/+3
2020-10-22Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiWIP/22Oct2020Tom Rini1-251/+206
2020-10-22rtc: move pcf8563 to KconfigHeiko Schocher1-0/+6
2020-10-22mmc: mtk-sd: change some dev_err into dev_dbgFabien Parent1-3/+3
2020-10-22serial: serial_xen: add DEBUG_UART supportAKASHI Takahiro2-3/+31
2020-10-22serial: serial_xen: print U-Boot banner and othersAKASHI Takahiro1-2/+0
2020-10-22cosmetic: reset: ast2500: Rename driver and configsChia-Wei, Wang3-2/+2
2020-10-22reset: ast2500: Use SCU for reset controlChia-Wei, Wang2-51/+55
2020-10-22clk: ccf: replace the get_rate helperDario Binacchi1-25/+1
2020-10-22ARM: mvebu: a38x: Fix comment typoNaoki Hayama1-1/+1
2020-10-22mmc: Fix comment typoNaoki Hayama1-1/+1
2020-10-22rng: Add Qualcomm MSM PRNG driverRobert Marko3-0/+151
2020-10-22net: Add IPQ40xx MDIO driverRobert Marko3-0/+154
2020-10-22spi: Add Qualcomm QUP SPI controller driverRobert Marko3-0/+814
2020-10-22timer: Return count from timer_ops.get_countSean Anderson21-86/+49
2020-10-22common: rename getc() to getchar()Heinrich Schuchardt4-4/+4
2020-10-22tpm: cr50: Correct logging statementsSimon Glass1-5/+5
2020-10-22i2c: designware: Use log_debug() for debuggingSimon Glass1-2/+2
2020-10-22syscon: Drop the logging in syscon_get_by_driver_data()Simon Glass1-1/+1
2020-10-22Merge tag 'u-boot-stm32-20201021' of https://gitlab.denx.de/u-boot/custodians...Tom Rini3-17/+5
2020-10-21net: sun8i-emac: Lower MDIO frequencyAndre Przywara1-0/+17
2020-10-21net: sun8i-emac: Make internal PHY handling more robustAndre Przywara1-32/+15
2020-10-21net: sun8i_emac: Simplify and fix error handling for RXAndre Przywara1-26/+30
2020-10-21net: sun8i_emac: Fix MAC soft resetAndre Przywara1-14/+7
2020-10-21net: sun8i_emac: Fix overlong linesAndre Przywara1-12/+10
2020-10-21net: sun8i_emac: Wrap and simplify cache maintenance operationsAndre Przywara1-19/+14
2020-10-21net: sun8i_emac: Drop unneeded cache invalidation before sendingAndre Przywara1-3/+0
2020-10-21net: sun8i_emac: Reduce cache maintenance on TX descriptor initAndre Przywara1-2/+2
2020-10-21net: sun8i_emac: Improve cache maintenance on RX descriptor initAndre Przywara1-4/+9
2020-10-21net: sun8i_emac: Name magic bits and simplify read-modify-write callsAndre Przywara1-52/+61
2020-10-21net: sun8i_emac: Remove pointless wrapper functionsAndre Przywara1-46/+16
2020-10-21net: sun8i_emac: Simplify mdio_read/mdio_write functionsAndre Przywara1-41/+22
2020-10-21net: sun8i_emac: Don't hand out TX descriptor too earlyAndre Przywara1-1/+1
2020-10-21net: sun8i-emac: Bail out on PHY errorAndre Przywara1-1/+4
2020-10-21arm: stm32: cleanup arch gpio.hPatrick Delaunay1-0/+2
2020-10-21mmc: stm32_sdmmc2: Use mmc_of_parse() to read host capabilitiesAlexandru Gagniuc1-16/+2
2020-10-21mmc: mmc_of_parse: Enable 52 MHz support with "cap-mmc-highspeed"Alexandru Gagniuc1-1/+1
2020-10-20Merge https://gitlab.denx.de/u-boot/custodians/u-boot-shWIP/20Oct2020Tom Rini8-28/+1059
2020-10-20pinctrl: renesas: pfc-r8a77990: Sync PFC tables with Linux 5.9Lad Prabhakar1-27/+30
2020-10-20clk: renesas: Import R8A774C0 clock tables from Linux 5.9Lad Prabhakar3-0/+315
2020-10-20clk: renesas: Add R8A774E1 clock tablesBiju Das3-0/+365
2020-10-20clk: renesas: Add R8A774B1 clock tablesBiju Das3-0/+343
2020-10-20clk: renesas: r8a774a1-cpg-mssr: Add R8A774A1 RPC clockBiju Das1-0/+4
2020-10-20spi: renesas_rpc_spi: Add R-Car Gen3 and RZ/G2 fallback compatibility stringBiju Das1-1/+2
2020-10-20usb: gadget: Add bcdDevice for the MTU3 USB Gadget ControllerChunfeng Yun1-0/+8
2020-10-20usb: add MediaTek USB3 DRD driverChunfeng Yun13-0/+4557
2020-10-20usb: common: add define of usb_speed_string()Chunfeng Yun1-0/+7
2020-10-20usb: add USB_SPEED_SUPER_PLUSChunfeng Yun1-0/+1
2020-10-20usb: musb-new: Fix typo in caution messageNaoki Hayama1-1/+1