aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-30atcpit100: timer: Remove arch dependency.Rick Chen1-1/+1
2017-11-30dt-bindings: timer: Add andestech atcpit100 timerRick Chen1-0/+31
2017-11-30cosmetic: atcpit100_timer: Use device api to get platdataRick Chen1-2/+2
2017-11-30cosmetic: atcpit100_timer: Rename function name as atcpit100Rick Chen1-17/+17
2017-11-30ae3xx: timer: Rename AE3XX to ATCPIT100Rick Chen4-5/+6
2017-11-30ae3xx: timer: Fix ae3xx timer work abnormal in 64 bit.Rick Chen1-2/+2
2017-11-29Merge tag 'xilinx-for-v2018.01' of git://www.denx.de/git/u-boot-microblazeTom Rini104-2358/+3013
2017-11-29net: xilinx_axi_emac: Use readl and writel for io opsSiva Durga Prasad Paladugu1-42/+42
2017-11-29net: zynq_gem: Dont enable SGMII and PCS selectionSiva Durga Prasad Paladugu1-1/+10
2017-11-29arm: zynq: Change Zynq/ZynqMP Kconfig descriptionMichal Simek1-2/+2
2017-11-29tools: zynqmpimage: adjust ug1085 reference to v1.4 of the documentJean-Francois Dagenais1-1/+1
2017-11-29mtd: nand: zynq: Add support for the NAND lock/unlock operationJoe Hershberger1-0/+12
2017-11-29mtd: zynq: nand: Move board_nand_init() function to board.cWilson Lee2-2/+13
2017-11-29arm: zynq: Add ps7_init for cc108Michal Simek1-0/+815
2017-11-29arm: zynq: Show information about silicon versionMichal Simek1-0/+9
2017-11-29arm: zynq: Do not show information from checkboard twiceMichal Simek1-3/+0
2017-11-29arm: zynq: Use unsigned type with comparison with ARRAY_SIZEMichal Simek1-1/+2
2017-11-29arm: zynq: Convert all board to use arch ps7_init codeMichal Simek12-1629/+6
2017-11-29arm: zynq: Add support for EMIT_WRITE operationMichal Simek2-0/+8
2017-11-29arm: zynq: Add ps7GetSiliconVersion() to ps7_spl_initMichal Simek2-0/+12
2017-11-29arm: zynq: Move common ps7_init* initialization to arch codeMichal Simek8-156/+140
2017-11-29arm: zynq: Get rid of ps7_reset_apu() for syzygy boardMichal Simek1-7/+1
2017-11-29arm: zynq: Move ps7_* to separate fileMichal Simek5-22/+43
2017-11-29arm: zynq: Remove ps7_debug codeMichal Simek12-578/+0
2017-11-29arm: zynq: Enable debug uart on zc706Michal Simek1-0/+5
2017-11-29arm: zynq: Add missing ps7_post_config declarationMichal Simek1-0/+1
2017-11-29net: xilinx_axi_emac: Add support for non processor modeSiva Durga Prasad Paladugu1-12/+29
2017-11-28Merge git://git.denx.de/u-boot-mipsTom Rini14-24/+59
2017-11-28Merge git://git.denx.de/u-boot-uniphierTom Rini46-1770/+3109
2017-11-28boston: Add u-boot.mcs make targetPaul Burton1-0/+14
2017-11-28boston: Set CONFIG_SYS_LOAD_ADDR to 0x88000000Paul Burton1-1/+1
2017-11-28MIPS: Break out of cache loops for unimplemented cachesPaul Burton1-7/+6
2017-11-28MIPS: Clear instruction hazards in flush_cache()Paul Burton2-0/+17
2017-11-28MIPS: Ensure cache ops complete in cache maintenance functionsPaul Burton1-1/+12
2017-11-28Update Paul Burton's email addressPaul Burton8-7/+8
2017-11-28MIPS: Drop unused PTR_COUNT_SHIFT from u-boot.ldsPaul Burton1-6/+0
2017-11-28boston: Remove unused label in lowlevel_displayPaul Burton1-1/+1
2017-11-28boston: Drop unused return valuePaul Burton1-1/+0
2017-11-29ARM: uniphier: remove unused NAND CONFIG optionsMasahiro Yamada1-5/+0
2017-11-29ARM: dts: uniphier: Sync with Linux 4.15-rc1Masahiro Yamada20-66/+400
2017-11-29gpio: uniphier: import dt-binginds header from LinuxMasahiro Yamada2-2/+19
2017-11-29ARM: uniphier: remove XIRQ pin settingsMasahiro Yamada1-16/+0
2017-11-29ARM: uniphier: remove IRQ settingsMasahiro Yamada1-35/+0
2017-11-29ARM: uniphier: set CONFIG_LOGLEVEL to 6Masahiro Yamada3-0/+3
2017-11-29mtd: nand: denali: sync with Linux 4.15-rc1Masahiro Yamada5-1295/+1247
2017-11-29mtd: nand: introduce NAND_ROW_ADDR_3 flagMasahiro Yamada2-4/+8
2017-11-29mtd: nand: add a shorthand to generate nand_ecc_caps structureMasahiro Yamada1-0/+14
2017-11-29mtd: nand: add generic helpers to check, match, maximize ECC settingsMasahiro Yamada2-0/+253
2017-11-29mtd: nand: Pass the CS line to ->setup_data_interface()Boris Brezillon2-13/+21
2017-11-29mtd: nand: allow drivers to request minimum alignment for passed bufferMasahiro Yamada2-0/+10