summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiWIP/11Jul2020Tom Rini2020-07-11101-7887/+107
|\
| * doc: driver-model: Update SPI migration statusJagan Teki2020-07-101-14/+1
| * spi: kirkwood: Drop nondm codeBhargav Shah2020-07-103-130/+19
| * mtd: spi-nor: Enable QE bit for ISSI flash in case of SFDPPragnesh Patel2020-07-091-3/+4
| * spi: add support for all spi modes with soft spiJohannes Holland2020-07-091-11/+37
| * arm: Remove mx31pdk boardJagan Teki2020-07-098-409/+0
| * spi: omap3: Drop nondm codeJagan Teki2020-07-092-143/+7
| * db-88f6281-bp-nand: Enable DM_SPI/SPI_FLASHJagan Teki2020-07-091-2/+2
| * arm: Remove pengwyn boardJagan Teki2020-07-0910-589/+0
| * arm: Remove pepper boardJagan Teki2020-07-0910-562/+0
| * arm: Remove bav335x boardJagan Teki2020-07-0912-1489/+0
| * arm: Remove cairo boardJagan Teki2020-07-098-703/+0
| * logicpd: Drop omap3 zoom1Jagan Teki2020-07-0910-493/+0
| * arm: Remove overo boardJagan Teki2020-07-0919-1850/+0
| * arm: Remove cm_t35 boardJagan Teki2020-07-097-854/+0
| * arm: Remove cm_t54 boardJagan Teki2020-07-099-620/+0
| * siemens: rut: Enable DM_SPI, DM_SPI_FLASHJagan Teki2020-07-091-2/+6
| * siemens: pxm2: Enable DM_SPI, DM_SPI_FLASHJagan Teki2020-07-091-2/+6
| * siemens: thuban: Enable DM_SPI, DM_SPI_FLASHJagan Teki2020-07-091-2/+6
| * siemens: rastaban: Enable DM_SPI, DM_SPI_FLASHJagan Teki2020-07-091-2/+6
| * siemens: etamin: Enable DM_SPI, DM_SPI_FLASHJagan Teki2020-07-091-2/+6
| * siemens: draco: Enable DM_SPI, DM_SPI_FLASHJagan Teki2020-07-092-5/+6
| * am335x: igep003x: Enable DM_SPIJagan Teki2020-07-091-0/+1
* | Merge tag 'uniphier-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2020-07-1147-593/+432
|\ \
| * | ARM: uniphier: remove NAND reset codeMasahiro Yamada2020-07-114-55/+0
| * | mtd: nand: raw: denali: Wait for reset completion statusLey Foon Tan2020-07-113-1/+17
| * | mtd: nand: raw: denali: Assert reset before deassertLey Foon Tan2020-07-111-0/+2
| * | serial: uniphier: enable FIFOMasahiro Yamada2020-07-111-0/+7
| * | serial: uniphier: flush transmitter before changing hardware settingsMasahiro Yamada2020-07-111-0/+8
| * | serial: uniphier: use register macros instead of structureMasahiro Yamada2020-07-111-43/+32
| * | ARM: uniphier: remove sbc/ directoryMasahiro Yamada2020-07-115-33/+8
| * | bus: uniphier-system-bus: move hardware init from board filesMasahiro Yamada2020-07-1111-256/+131
| * | bus: uniphier-system-bus: add UniPhier System Bus driverMasahiro Yamada2020-07-116-0/+40
| * | ARM: uniphier: remove support for NOR Flash on support cardMasahiro Yamada2020-07-117-131/+0
| * | ARM: uniphier: remove unused uniphier_sbc_init_admulti()Masahiro Yamada2020-07-112-34/+5
| * | ARM: uniphier: fix build error when CONFIG_MICRO_SUPPORT_CARD=nMasahiro Yamada2020-07-111-0/+2
| * | ARM: uniphier: sync with Linux 5.8-rc4Masahiro Yamada2020-07-1118-14/+172
| * | ARM: uniphier: consolidate SoC select menuMasahiro Yamada2020-07-112-19/+15
| * | ARM: uniphier: increase CONFIG_SYS_MONITOR_LEN to 2MBMasahiro Yamada2020-07-111-2/+2
| * | Revert "ARM: uniphier: add weird workaround code for LD20"Masahiro Yamada2020-07-112-14/+0
* | | Merge tag 'dm-pull-10jul20' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/10Jul2020-cTom Rini2020-07-1095-313/+1030
|\ \ \
| * | | dtoc: add test for cd-gpiosWalter Lozano2020-07-092-0/+109
| * | | dtoc: update dtb_platdata to support cd-gpiosWalter Lozano2020-07-092-7/+11
| * | | arm: dts: include gpio nodes for card detectWalter Lozano2020-07-095-1/+24
| * | | dm: doc: update of-plat with new phandle supportWalter Lozano2020-07-091-8/+16
| * | | dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano2020-07-0910-65/+100
| * | | sandbox: Move section u_boot_list to make it RWWalter Lozano2020-07-091-1/+1
| * | | core: extend struct driver_info to point to deviceWalter Lozano2020-07-094-3/+56
| * | | core: drop const for struct driver_infoWalter Lozano2020-07-093-3/+3
| * | | dm: doc: update of-plat with the support for driver aliasesWalter Lozano2020-07-091-1/+13