aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2019-05-21powerpc: Simplify processor.hMario Six1-120/+0
2019-05-21mpc83xx: Add arch clock.h to make SDHC workMario Six1-0/+22
2019-05-21mpc83xx: Prepare usage of DM gpio driverMario Six1-0/+8
2019-05-21powerpc: mpc83xx: Fix MPC8308 IMMR memory layoutMario Six1-3/+39
2019-05-20powerpc: Add LSDMR config valuesMario Six1-0/+3
2019-05-20mpc83xx: Introduce ARCH_MPC837XMario Six4-6/+6
2019-05-20mpc83xx: Introduce ARCH_MPC836*Mario Six3-5/+5
2019-05-20mpc83xx: Introduce ARCH_MPC834*Mario Six5-12/+12
2019-05-20mpc83xx: Introduce ARCH_MPC832*Mario Six1-1/+1
2019-05-20mpc83xx: Introduce ARCH_MPC831*Mario Six4-10/+10
2019-05-20mpc83xx: Introduce ARCH_MPC830*Mario Six5-11/+11
2019-03-02powerpc: enabled building with CONFIG_DM=yHeinrich Schuchardt1-3/+3
2018-12-05Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-7/+0
2018-11-27spi: Zap CONFIG_HARD_SPIJagan Teki1-7/+0
2018-11-26spl: Add support for passing handoff info to U-Boot properSimon Glass1-3/+0
2018-10-29powerpc: t1040: Correct RCW EC2 settingsBin Meng1-2/+1
2018-10-29powerpc: t1040: Correct RCW MAC2_GMII_SEL valueBin Meng1-1/+1
2018-09-18misc: Add MPC83xx serdes driverMario Six1-0/+4
2018-09-18cpu: Add MPC83xx CPU driverMario Six1-0/+2
2018-09-18clk: Add MPC83xx clock driverMario Six3-1/+79
2018-09-18powerpc: Add read*_*/write*_* macrosMario Six1-0/+18
2018-09-10arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada1-28/+2
2018-07-10configs: Remove empty #ifdef/#ifndef blocks from configsAlex Kiernan1-3/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini32-65/+32
2018-04-06powerpc: mpc8xx: redistribute data in CPM dpramChristophe Leroy1-8/+8
2018-04-06powercp: mpc8xx: move commproc.hChristophe Leroy1-0/+687
2018-04-06powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xxChristophe Leroy5-7/+7
2018-04-06powerpc: mpc8xx: remove get_immr() argumentChristophe Leroy1-4/+2
2018-04-06powerpc: mpc8xx: make get_immr() independent of CONFIG_8xxChristophe Leroy1-2/+1
2018-04-06powerpc: mpc8xx: get rid of the multiple PVR_ valuesChristophe Leroy1-4/+2
2018-03-16ppc: Remove orphan xilinx_irq.h fileMichal Simek1-25/+0
2018-02-09PowerPC: phy: enable all phylib drivers when use phylib and tsec enetZhao Qiang1-3/+1
2018-01-30Convert CONFIG_SYS_BOOT_GET_{CMDLINE, KBD} to KconfigDerald D. Woods1-2/+0
2018-01-28powerpc: Drop CONFIG_WALNUT and other related dead codeTuomas Tynkkynen1-14/+0
2018-01-28gpio: mpc8xxx: Rename Kconfig option, structures, and functionsMario Six1-1/+1
2018-01-10drivers/misc: Share qbman init between archsAhmed Mansour3-66/+5
2017-10-02powerpc: Use asm-generic/io.hPaul Burton1-20/+5
2017-08-26powerpc: Rework interrupt_init_cpu()Tom Rini1-1/+1
2017-08-07Move PHYLIB to KconfigAlexandru Gagniuc1-5/+0
2017-07-23powerpc: Remove 8260 remaindersChristophe Leroy1-14/+0
2017-07-23powerpc, 8xx: fix missing function declarations.Christophe Leroy1-0/+4
2017-07-22powerpc: move get_pvr() and get_svr() into CChristophe Leroy1-2/+9
2017-07-22powerpc, 8xx: move cache helper into CChristophe Leroy2-6/+32
2017-07-22powerpc, 8xx: move get_immr() into CChristophe Leroy1-1/+8
2017-07-22powerpc: Remove unneccessary #ifdefs in reginfoChristophe Leroy1-0/+4
2017-07-22powerpc: move set_msr() and get_msr() into .hChristophe Leroy1-0/+14
2017-07-08powerpc, 8xx: Migrate to KconfigChristophe Leroy1-5/+0
2017-07-08powerpc, 8xx: Handle checkpatch errors and some of the warnings/checksChristophe Leroy1-48/+24
2017-07-08powerpc, 8xx: Use IO accessors to access IO memoryChristophe Leroy1-128/+241
2017-07-08powerpc: Partialy restore core of mpc8xxChristophe Leroy5-1/+901