summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | dm: Fix error handling for dev_read_addr_ptrSean Anderson2020-07-015-5/+7
| | * | dm: Add support for simple-pm-busSean Anderson2020-07-019-0/+162
| | * | clk: Add K210 clock supportSean Anderson2020-07-018-2/+837
| | * | clk: Add a bypass clock for K210Sean Anderson2020-07-013-1/+302
| | * | clk: Add K210 pll supportSean Anderson2020-07-019-0/+786
| | * | clk: Fix clk_get_by_* handling of indexSean Anderson2020-07-011-4/+4
| | * | clk: Check that ops of composite clock components exist before callingSean Anderson2020-07-011-22/+35
| | * | clk: Always use the supplied struct clkSean Anderson2020-07-017-51/+50
| |/ /
| * | Merge branch '2020-06-30-minor-TI-board-updates' into nextTom Rini2020-06-3010-365/+1
| |\ \
| | * | ti814x: Remove platformTom Rini2020-06-308-363/+0
| | * | ti816x_evm: Enable DM_MMCTom Rini2020-06-301-0/+1
| | * | am335x: Update list of defconfigsTom Rini2020-06-301-2/+0
| * | | Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2020-06-3035-77/+292
| |\ \ \ | | |/ / | |/| |
| | * | .azure-pipelines.yml: add Qemu tests for MIPS Malta boardDaniel Schwierzeck2020-06-291-0/+16
| | * | .travis.yml: add Qemu tests for MIPS Malta boardDaniel Schwierzeck2020-06-291-0/+28
| | * | .gitlab-ci.yml: add Qemu tests for MIPS Malta boardDaniel Schwierzeck2020-06-291-0/+32
| | * | mips: malta: build u-boot-swap.binDaniel Schwierzeck2020-06-292-0/+2
| | * | Makefile: add rule to generate u-boot-swap.binDaniel Schwierzeck2020-06-291-0/+6
| | * | tools: add script for byte endianness swappingDaniel Schwierzeck2020-06-291-0/+55
| | * | net: pcnet: Add Kconfig entriesMarek Vasut2020-06-296-1/+10
| | * | net: pcnet: Add DM supportMarek Vasut2020-06-291-1/+126
| | * | net: pcnet: Split common and non-DM functionsMarek Vasut2020-06-291-55/+94
| | * | net: pcnet: Wrap name and enetaddr into private dataMarek Vasut2020-06-291-15/+19
| | * | net: pcnet: Wrap iobase into private dataMarek Vasut2020-06-291-57/+46
| | * | net: pcnet: Pass private data through dev->privMarek Vasut2020-06-291-10/+10
| | * | net: pcnet: Wrap devbusfn into private dataMarek Vasut2020-06-291-10/+9
| | * | net: pcnet: Drop useless forward declarationsMarek Vasut2020-06-291-6/+0
| | * | net: pcnet: Move initialize function at the endMarek Vasut2020-06-291-91/+89
| | * | net: pcnet: Move private data allocation to initializeMarek Vasut2020-06-291-13/+14
| | * | net: pcnet: Replace memset+malloc with callocMarek Vasut2020-06-291-2/+1
| | * | net: pcnet: Simplify private data allocationMarek Vasut2020-06-291-21/+12
| | * | net: pcnet: Use PCI_DEVICE() to define PCI device compat listMarek Vasut2020-06-291-1/+1
| | * | net: pcnet: Drop PCNET_HAS_PROMMarek Vasut2020-06-292-6/+0
| | * | net: pcnet: Drop typedef struct pcnet_priv_tMarek Vasut2020-06-291-5/+5
| * | | Merge branch '2020-06-30-pxa-dm_mmc-migration' into nextTom Rini2020-06-3012-48/+193
| |\ \ \
| | * | | colibri_pxa270_defconfig: enable dm_mmcMarcel Ziswiler2020-06-301-0/+1
| | * | | colibri_pxa270: add mmc platform dataMarcel Ziswiler2020-06-301-5/+15
| | * | | colibri_pxa270_defconfig: enable cmd_dmMarcel Ziswiler2020-06-301-0/+1
| | * | | arm: pxa: mmc: add driver model supportMarcel Ziswiler2020-06-302-28/+154
| | * | | kconfig: mmc: move pxa_mmc_generic to kconfigMarcel Ziswiler2020-06-304-8/+9
| | * | | dm: core: gracefully handle alias seq without ofMarcel Ziswiler2020-06-302-1/+7
| | * | | Makefile: allow dm_mmc without of_controlMarcel Ziswiler2020-06-301-1/+1
| | * | | serial: pxa: clean-up platform data include fileMarcel Ziswiler2020-06-301-4/+4
| | * | | mmc: add missing space before comment delimiterMarcel Ziswiler2020-06-301-1/+1
| |/ / /
| * | | Merge branch '2020-06-26-more-Kconfig-migration' into nextTom Rini2020-06-29325-365/+381
| |\ \ \
| | * | | spi: Move DM_SPI_FLASH and SPI_FLASH_DATAFLASH to Kconfig (for ls1021aXXX)Lukasz Majewski2020-06-294-17/+4
| | * | | spi: Move DM_SPI_FLASH to Kconfig (for NXP's ls1043a)Lukasz Majewski2020-06-292-2/+4
| | * | | Convert CONFIG_CADENCE_QSPI to KconfigTom Rini2020-06-294-2/+3
| | * | | spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski2020-06-2959-28/+122
| | * | | x86: Don't build some unused objects in TPLTom Rini2020-06-292-2/+4