summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc8xx
AgeCommit message (Expand)AuthorFilesLines
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini11-24/+11
2018-04-06powerpc: mpc8xx: move watchdog into drivers/watchdogChristophe Leroy2-12/+4
2018-04-06powerpc: mpc8xx: cleaning up watchdogChristophe Leroy2-20/+8
2018-04-06powerpc: mpc8xx: refactorise reginfoChristophe Leroy3-72/+20
2018-04-06powerpc: mpc8xx: initialisation of initial RAMChristophe Leroy1-7/+20
2018-04-06powercp: mpc8xx: move commproc.hChristophe Leroy4-4/+4
2018-04-06powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xxChristophe Leroy2-2/+2
2018-04-06powerpc: mpc8xx: remove get_immr() argumentChristophe Leroy2-2/+2
2018-04-06powerpc: mpc8xx: get rid of the multiple PVR_ valuesChristophe Leroy1-1/+1
2018-04-06powerpc: mpc8xx: harmonise initialisation of the immap local pointerChristophe Leroy2-5/+3
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2-2/+2
2017-08-26powerpc: Rework interrupt_init_cpu()Tom Rini1-3/+1
2017-07-23powerpc, 8xx: fix missing function declarations.Christophe Leroy2-7/+8
2017-07-23powerpc: move get_pvr() and get_svr() into CChristophe Leroy1-5/+0
2017-07-23powerpc, 8xx: move cache helper into CChristophe Leroy1-32/+0
2017-07-23powerpc, 8xx: move get_immr() into CChristophe Leroy1-15/+0
2017-07-23powerpc, 8xx: Move cache function into C filesChristophe Leroy3-56/+50
2017-07-23powerpc, 8xx: Simplifying check_CPU()Christophe Leroy1-32/+7
2017-07-23powerpc: Remove unneccessary #ifdefs in reginfoChristophe Leroy1-1/+2
2017-07-23powerpc, timer: Does 8xx specific actions in 8xx cpu_initChristophe Leroy1-1/+4
2017-07-23powerpc: get rid of addr_probe()Christophe Leroy1-8/+0
2017-07-23powerpc, 8xx: Simplify brgclk calculation and remove get_brgclk()Christophe Leroy1-22/+3
2017-07-08powerpc, 8xx: Add support for MCR3000 board from CSSIChristophe Leroy1-0/+5
2017-07-08powerpc, 8xx: move Serial driver to drivers/serial/Christophe Leroy2-280/+0
2017-07-08powerpc, 8xx: move SPI driver to drivers/spi/Christophe Leroy2-340/+0
2017-07-08powerpc, 8xx: move FEC Ethernet driver in drivers/netChristophe Leroy3-852/+1
2017-07-08powerpc, 8xx: Migrate to KconfigChristophe Leroy3-5/+153
2017-07-08powerpc, 8xx: Properly set CPM frequency in the device treeChristophe Leroy1-0/+2
2017-07-08powerpc, 8xx: Handle checkpatch errors and some of the warnings/checksChristophe Leroy11-287/+253
2017-07-08powerpc, 8xx: Implement GLL2 ERRATAChristophe Leroy1-0/+20
2017-07-08powerpc, 8xx: Use IO accessors to access IO memoryChristophe Leroy9-533/+493
2017-07-08powerpc, 8xx: move specific reginfoChristophe Leroy2-0/+65
2017-07-08powerpc, 8xx: move immap.c in arch/powerpc/cpu/mpc8xx/Christophe Leroy3-0/+404
2017-07-08powerpc: Partialy restore core of mpc8xxChristophe Leroy13-0/+3217
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher20-6886/+0
2017-05-15i2c: powerpc: Remove use of CONFIG_HARD_I2CSimon Glass2-673/+0
2017-05-01fdt: Move fdt_fixup_ethernet to a common placeTom Rini1-3/+0
2017-04-05board_f: Remove adjust_sdram_tbs_8xx() from the init sequenceSimon Glass1-30/+33
2017-04-05board_f: Remove sdram_adjust_866() from the init sequenceSimon Glass1-16/+16
2017-04-05board_f: powerpc: Rename get_clocks_866() to get_clocks()Simon Glass1-1/+1
2017-01-26powerpc: Drop CONFIG_SYS_ALLOC_DPRAMSimon Glass7-118/+6
2016-08-15net: mii: Fix changes made by spatchJoe Hershberger1-2/+4
2016-08-15net: mii: Use spatch to update miiphy_registerJoe Hershberger1-13/+21
2016-06-04arch/powerpc: Simplify some calculations using ARRAY_SIZE() macro.Robert P. J. Day1-2/+2
2016-03-22Fix spelling of "transferred".Vagrant Cascadian1-1/+1
2016-02-08Remove unused CONFIG_MODEM_SUPPORT option and associated dead code.David Müller (ELSOFT AG)1-22/+0
2016-01-15Fix GCC format-security errors and convert sprintfs.Ben Whitten3-4/+4
2015-11-20Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-11-05video: Drop DEV_EXT_VIDEO flagBin Meng1-1/+0
2015-05-13arch: Make board selection choices optionalJoe Hershberger1-0/+1