aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/cpu/mpc8xx
Commit message (Expand)AuthorAgeFilesLines
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0711-24/+11
* powerpc: mpc8xx: move watchdog into drivers/watchdogChristophe Leroy2018-04-062-12/+4
* powerpc: mpc8xx: cleaning up watchdogChristophe Leroy2018-04-062-20/+8
* powerpc: mpc8xx: refactorise reginfoChristophe Leroy2018-04-063-72/+20
* powerpc: mpc8xx: initialisation of initial RAMChristophe Leroy2018-04-061-7/+20
* powercp: mpc8xx: move commproc.hChristophe Leroy2018-04-064-4/+4
* powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xxChristophe Leroy2018-04-062-2/+2
* powerpc: mpc8xx: remove get_immr() argumentChristophe Leroy2018-04-062-2/+2
* powerpc: mpc8xx: get rid of the multiple PVR_ valuesChristophe Leroy2018-04-061-1/+1
* powerpc: mpc8xx: harmonise initialisation of the immap local pointerChristophe Leroy2018-04-062-5/+3
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-052-2/+2
* powerpc: Rework interrupt_init_cpu()Tom Rini2017-08-261-3/+1
* powerpc, 8xx: fix missing function declarations.Christophe Leroy2017-07-232-7/+8
* powerpc: move get_pvr() and get_svr() into CChristophe Leroy2017-07-221-5/+0
* powerpc, 8xx: move cache helper into CChristophe Leroy2017-07-221-32/+0
* powerpc, 8xx: move get_immr() into CChristophe Leroy2017-07-221-15/+0
* powerpc, 8xx: Move cache function into C filesChristophe Leroy2017-07-223-56/+50
* powerpc, 8xx: Simplifying check_CPU()Christophe Leroy2017-07-221-32/+7
* powerpc: Remove unneccessary #ifdefs in reginfoChristophe Leroy2017-07-221-1/+2
* powerpc, timer: Does 8xx specific actions in 8xx cpu_initChristophe Leroy2017-07-221-1/+4
* powerpc: get rid of addr_probe()Christophe Leroy2017-07-221-8/+0
* powerpc, 8xx: Simplify brgclk calculation and remove get_brgclk()Christophe Leroy2017-07-221-22/+3
* powerpc, 8xx: Add support for MCR3000 board from CSSIChristophe Leroy2017-07-081-0/+5
* powerpc, 8xx: move Serial driver to drivers/serial/Christophe Leroy2017-07-082-280/+0
* powerpc, 8xx: move SPI driver to drivers/spi/Christophe Leroy2017-07-082-340/+0
* powerpc, 8xx: move FEC Ethernet driver in drivers/netChristophe Leroy2017-07-083-852/+1
* powerpc, 8xx: Migrate to KconfigChristophe Leroy2017-07-083-5/+153
* powerpc, 8xx: Properly set CPM frequency in the device treeChristophe Leroy2017-07-081-0/+2
* powerpc, 8xx: Handle checkpatch errors and some of the warnings/checksChristophe Leroy2017-07-0811-287/+253
* powerpc, 8xx: Implement GLL2 ERRATAChristophe Leroy2017-07-081-0/+20
* powerpc, 8xx: Use IO accessors to access IO memoryChristophe Leroy2017-07-089-533/+493
* powerpc, 8xx: move specific reginfoChristophe Leroy2017-07-082-0/+65
* powerpc, 8xx: move immap.c in arch/powerpc/cpu/mpc8xx/Christophe Leroy2017-07-083-0/+404
* powerpc: Partialy restore core of mpc8xxChristophe Leroy2017-07-0813-0/+3217
* powerpc, 8xx: remove support for 8xxHeiko Schocher2017-06-1220-6886/+0
* i2c: powerpc: Remove use of CONFIG_HARD_I2CSimon Glass2017-05-152-673/+0
* fdt: Move fdt_fixup_ethernet to a common placeTom Rini2017-05-011-3/+0
* board_f: Remove adjust_sdram_tbs_8xx() from the init sequenceSimon Glass2017-04-051-30/+33
* board_f: Remove sdram_adjust_866() from the init sequenceSimon Glass2017-04-051-16/+16
* board_f: powerpc: Rename get_clocks_866() to get_clocks()Simon Glass2017-04-051-1/+1
* powerpc: Drop CONFIG_SYS_ALLOC_DPRAMSimon Glass2017-01-257-118/+6
* net: mii: Fix changes made by spatchJoe Hershberger2016-08-151-2/+4
* net: mii: Use spatch to update miiphy_registerJoe Hershberger2016-08-151-13/+21
* arch/powerpc: Simplify some calculations using ARRAY_SIZE() macro.Robert P. J. Day2016-06-031-2/+2
* Fix spelling of "transferred".Vagrant Cascadian2016-03-221-1/+1
* Remove unused CONFIG_MODEM_SUPPORT option and associated dead code.David Müller (ELSOFT AG)2016-02-081-22/+0
* Fix GCC format-security errors and convert sprintfs.Ben Whitten2016-01-143-4/+4
* Move console definitions into a new console.h fileSimon Glass2015-11-191-0/+1
* video: Drop DEV_EXT_VIDEO flagBin Meng2015-11-051-1/+0
* arch: Make board selection choices optionalJoe Hershberger2015-05-121-0/+1