| Commit message (Expand) | Author | Age | Files | Lines |
* | reset: Add generic reset driver | Sean Anderson | 2020-07-01 | 3 | -0/+87 |
* | dm: Fix error handling for dev_read_addr_ptr | Sean Anderson | 2020-07-01 | 4 | -4/+4 |
* | dm: Add support for simple-pm-bus | Sean Anderson | 2020-07-01 | 3 | -0/+64 |
* | clk: Add K210 clock support | Sean Anderson | 2020-07-01 | 3 | -2/+665 |
* | clk: Add a bypass clock for K210 | Sean Anderson | 2020-07-01 | 2 | -1/+271 |
* | clk: Add K210 pll support | Sean Anderson | 2020-07-01 | 5 | -0/+616 |
* | clk: Fix clk_get_by_* handling of index | Sean Anderson | 2020-07-01 | 1 | -4/+4 |
* | clk: Check that ops of composite clock components exist before calling | Sean Anderson | 2020-07-01 | 1 | -22/+35 |
* | clk: Always use the supplied struct clk | Sean Anderson | 2020-07-01 | 6 | -20/+18 |
* | Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/... | Tom Rini | 2020-06-30 | 13 | -57/+92 |
|\ |
|
| * | net: pcnet: Add Kconfig entries | Marek Vasut | 2020-06-29 | 1 | -0/+6 |
| * | net: pcnet: Add DM support | Marek Vasut | 2020-06-29 | 1 | -1/+126 |
| * | net: pcnet: Split common and non-DM functions | Marek Vasut | 2020-06-29 | 1 | -55/+94 |
| * | net: pcnet: Wrap name and enetaddr into private data | Marek Vasut | 2020-06-29 | 1 | -15/+19 |
| * | net: pcnet: Wrap iobase into private data | Marek Vasut | 2020-06-29 | 1 | -57/+46 |
| * | net: pcnet: Pass private data through dev->priv | Marek Vasut | 2020-06-29 | 1 | -10/+10 |
| * | net: pcnet: Wrap devbusfn into private data | Marek Vasut | 2020-06-29 | 1 | -10/+9 |
| * | net: pcnet: Drop useless forward declarations | Marek Vasut | 2020-06-29 | 1 | -6/+0 |
| * | net: pcnet: Move initialize function at the end | Marek Vasut | 2020-06-29 | 1 | -91/+89 |
| * | net: pcnet: Move private data allocation to initialize | Marek Vasut | 2020-06-29 | 1 | -13/+14 |
| * | net: pcnet: Replace memset+malloc with calloc | Marek Vasut | 2020-06-29 | 1 | -2/+1 |
| * | net: pcnet: Simplify private data allocation | Marek Vasut | 2020-06-29 | 1 | -21/+12 |
| * | net: pcnet: Use PCI_DEVICE() to define PCI device compat list | Marek Vasut | 2020-06-29 | 1 | -1/+1 |
| * | net: pcnet: Drop PCNET_HAS_PROM | Marek Vasut | 2020-06-29 | 1 | -5/+0 |
| * | net: pcnet: Drop typedef struct pcnet_priv_t | Marek Vasut | 2020-06-29 | 1 | -5/+5 |
| * | video: rockchip: fix HDMI 4K resolution | Anatolij Gustschin | 2020-06-29 | 1 | -1/+1 |
| * | Merge tag 'fixes-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-... | Tom Rini | 2020-06-28 | 5 | -37/+44 |
| |\ |
|
| | * | video: orisetech_otm8009a: fill characteristics of DSI data link | Yannick Fertre | 2020-06-28 | 1 | -15/+5 |
| | * | video: raydium_rm68200: fill characteristics of DSI data link | Yannick Fertre | 2020-06-28 | 1 | -15/+5 |
| | * | video: stm32: stm32_dsi: copy DSI fields | Yannick Fertre | 2020-06-28 | 1 | -0/+3 |
| | * | video: check hardware version of DSI | Yannick Fertre | 2020-06-28 | 1 | -1/+9 |
| | * | video: vidconsole: avoid multiple lines overwrite logo | Ye Li | 2020-06-28 | 1 | -0/+1 |
| | * | video: bmp: support 8bits BMP drawing on 24/32 bpp framebuffer | Ye Li | 2020-06-28 | 1 | -6/+21 |
| * | | rockchip: correctly set vop0 or vop1 | Patrick Wildt | 2020-06-28 | 1 | -1/+2 |
| * | | rockchip: clk: rk3188: change APLL to safe 600MHz | Alexander Kochetkov | 2020-06-27 | 1 | -1/+2 |
| |/ |
|
| * | Merge tag 'mmc-2020-6-24' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc | Tom Rini | 2020-06-24 | 3 | -17/+39 |
| |\ |
|
| | * | mmc: sdhci: Fix HISPD bit handling | Jagan Teki | 2020-06-24 | 1 | -6/+19 |
| | * | mmc: retry CMD1 in mmc_send_op_cond() until the eMMC is ready | Haibo Chen | 2020-06-24 | 1 | -1/+8 |
| | * | mmc: fsl_esdhc_imx: disable the CMD CRC check for standard tuning | Haibo Chen | 2020-06-24 | 1 | -10/+12 |
| * | | nvme: Invalidate dcache before submitting admin cmd | Jagan Teki | 2020-06-23 | 1 | -0/+3 |
| |/ |
|
* | | arm: pxa: mmc: add driver model support | Marcel Ziswiler | 2020-06-30 | 1 | -28/+132 |
* | | kconfig: mmc: move pxa_mmc_generic to kconfig | Marcel Ziswiler | 2020-06-30 | 1 | -0/+8 |
* | | dm: core: gracefully handle alias seq without of | Marcel Ziswiler | 2020-06-30 | 1 | -1/+3 |
* | | mmc: add missing space before comment delimiter | Marcel Ziswiler | 2020-06-30 | 1 | -1/+1 |
* | | Convert CONFIG_CADENCE_QSPI to Kconfig | Tom Rini | 2020-06-29 | 1 | -1/+1 |
* | | spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI* | Lukasz Majewski | 2020-06-29 | 8 | -14/+14 |
* | | Convert CONFIG_ATMEL_HLCD to Kconfig | Tom Rini | 2020-06-26 | 1 | -1/+0 |
* | | Convert CONFIG_AT91_GPIO to Kconfig | Tom Rini | 2020-06-26 | 1 | -1/+0 |
* | | Convert CONFIG_ARM_PL180_MMCI to Kconfig | Tom Rini | 2020-06-26 | 1 | -1/+0 |
* | | Convert CONFIG_AM335X_LCD to Kconfig | Tom Rini | 2020-06-26 | 1 | -1/+0 |