summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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-sunxiTom 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 KconfigHeiko 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
|\ \ \
| * | | arm: stm32: cleanup arch gpio.hPatrick Delaunay2020-10-211-0/+2
| * | | mmc: stm32_sdmmc2: Use mmc_of_parse() to read host capabilitiesAlexandru Gagniuc2020-10-211-16/+2
| * | | mmc: mmc_of_parse: Enable 52 MHz support with "cap-mmc-highspeed"Alexandru Gagniuc2020-10-211-1/+1
| |/ /
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-shTom Rini2020-10-208-28/+1059
|\ \ \
| * | | pinctrl: renesas: pfc-r8a77990: Sync PFC tables with Linux 5.9Lad Prabhakar2020-10-201-27/+30
| * | | clk: renesas: Import R8A774C0 clock tables from Linux 5.9Lad Prabhakar2020-10-203-0/+315
| * | | clk: renesas: Add R8A774E1 clock tablesBiju Das2020-10-203-0/+365
| * | | clk: renesas: Add R8A774B1 clock tablesBiju Das2020-10-203-0/+343
| * | | clk: renesas: r8a774a1-cpg-mssr: Add R8A774A1 RPC clockBiju Das2020-10-201-0/+4
| * | | spi: renesas_rpc_spi: Add R-Car Gen3 and RZ/G2 fallback compatibility stringBiju Das2020-10-201-1/+2
| |/ /
* | | usb: gadget: Add bcdDevice for the MTU3 USB Gadget ControllerChunfeng Yun2020-10-201-0/+8
* | | usb: add MediaTek USB3 DRD driverChunfeng Yun2020-10-2013-0/+4557
* | | usb: common: add define of usb_speed_string()Chunfeng Yun2020-10-201-0/+7
* | | usb: add USB_SPEED_SUPER_PLUSChunfeng Yun2020-10-201-0/+1
* | | usb: musb-new: Fix typo in caution messageNaoki Hayama2020-10-201-1/+1
* | | usb: dwc2: Fix control OUT transfer issueChance.Yang2020-10-201-3/+13