| Commit message (Expand) | Author | Age | Files | Lines |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 11 | -24/+11 |
* | powerpc: mpc8xx: move watchdog into drivers/watchdog | Christophe Leroy | 2018-04-06 | 2 | -12/+4 |
* | powerpc: mpc8xx: cleaning up watchdog | Christophe Leroy | 2018-04-06 | 2 | -20/+8 |
* | powerpc: mpc8xx: refactorise reginfo | Christophe Leroy | 2018-04-06 | 3 | -72/+20 |
* | powerpc: mpc8xx: initialisation of initial RAM | Christophe Leroy | 2018-04-06 | 1 | -7/+20 |
* | powercp: mpc8xx: move commproc.h | Christophe Leroy | 2018-04-06 | 4 | -4/+4 |
* | powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xx | Christophe Leroy | 2018-04-06 | 2 | -2/+2 |
* | powerpc: mpc8xx: remove get_immr() argument | Christophe Leroy | 2018-04-06 | 2 | -2/+2 |
* | powerpc: mpc8xx: get rid of the multiple PVR_ values | Christophe Leroy | 2018-04-06 | 1 | -1/+1 |
* | powerpc: mpc8xx: harmonise initialisation of the immap local pointer | Christophe Leroy | 2018-04-06 | 2 | -5/+3 |
* | libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> | Masahiro Yamada | 2018-03-05 | 2 | -2/+2 |
* | powerpc: Rework interrupt_init_cpu() | Tom Rini | 2017-08-26 | 1 | -3/+1 |
* | powerpc, 8xx: fix missing function declarations. | Christophe Leroy | 2017-07-23 | 2 | -7/+8 |
* | powerpc: move get_pvr() and get_svr() into C | Christophe Leroy | 2017-07-22 | 1 | -5/+0 |
* | powerpc, 8xx: move cache helper into C | Christophe Leroy | 2017-07-22 | 1 | -32/+0 |
* | powerpc, 8xx: move get_immr() into C | Christophe Leroy | 2017-07-22 | 1 | -15/+0 |
* | powerpc, 8xx: Move cache function into C files | Christophe Leroy | 2017-07-22 | 3 | -56/+50 |
* | powerpc, 8xx: Simplifying check_CPU() | Christophe Leroy | 2017-07-22 | 1 | -32/+7 |
* | powerpc: Remove unneccessary #ifdefs in reginfo | Christophe Leroy | 2017-07-22 | 1 | -1/+2 |
* | powerpc, timer: Does 8xx specific actions in 8xx cpu_init | Christophe Leroy | 2017-07-22 | 1 | -1/+4 |
* | powerpc: get rid of addr_probe() | Christophe Leroy | 2017-07-22 | 1 | -8/+0 |
* | powerpc, 8xx: Simplify brgclk calculation and remove get_brgclk() | Christophe Leroy | 2017-07-22 | 1 | -22/+3 |
* | powerpc, 8xx: Add support for MCR3000 board from CSSI | Christophe Leroy | 2017-07-08 | 1 | -0/+5 |
* | powerpc, 8xx: move Serial driver to drivers/serial/ | Christophe Leroy | 2017-07-08 | 2 | -280/+0 |
* | powerpc, 8xx: move SPI driver to drivers/spi/ | Christophe Leroy | 2017-07-08 | 2 | -340/+0 |
* | powerpc, 8xx: move FEC Ethernet driver in drivers/net | Christophe Leroy | 2017-07-08 | 3 | -852/+1 |
* | powerpc, 8xx: Migrate to Kconfig | Christophe Leroy | 2017-07-08 | 3 | -5/+153 |
* | powerpc, 8xx: Properly set CPM frequency in the device tree | Christophe Leroy | 2017-07-08 | 1 | -0/+2 |
* | powerpc, 8xx: Handle checkpatch errors and some of the warnings/checks | Christophe Leroy | 2017-07-08 | 11 | -287/+253 |
* | powerpc, 8xx: Implement GLL2 ERRATA | Christophe Leroy | 2017-07-08 | 1 | -0/+20 |
* | powerpc, 8xx: Use IO accessors to access IO memory | Christophe Leroy | 2017-07-08 | 9 | -533/+493 |
* | powerpc, 8xx: move specific reginfo | Christophe Leroy | 2017-07-08 | 2 | -0/+65 |
* | powerpc, 8xx: move immap.c in arch/powerpc/cpu/mpc8xx/ | Christophe Leroy | 2017-07-08 | 3 | -0/+404 |
* | powerpc: Partialy restore core of mpc8xx | Christophe Leroy | 2017-07-08 | 13 | -0/+3217 |
* | powerpc, 8xx: remove support for 8xx | Heiko Schocher | 2017-06-12 | 20 | -6886/+0 |
* | i2c: powerpc: Remove use of CONFIG_HARD_I2C | Simon Glass | 2017-05-15 | 2 | -673/+0 |
* | fdt: Move fdt_fixup_ethernet to a common place | Tom Rini | 2017-05-01 | 1 | -3/+0 |
* | board_f: Remove adjust_sdram_tbs_8xx() from the init sequence | Simon Glass | 2017-04-05 | 1 | -30/+33 |
* | board_f: Remove sdram_adjust_866() from the init sequence | Simon Glass | 2017-04-05 | 1 | -16/+16 |
* | board_f: powerpc: Rename get_clocks_866() to get_clocks() | Simon Glass | 2017-04-05 | 1 | -1/+1 |
* | powerpc: Drop CONFIG_SYS_ALLOC_DPRAM | Simon Glass | 2017-01-25 | 7 | -118/+6 |
* | net: mii: Fix changes made by spatch | Joe Hershberger | 2016-08-15 | 1 | -2/+4 |
* | net: mii: Use spatch to update miiphy_register | Joe Hershberger | 2016-08-15 | 1 | -13/+21 |
* | arch/powerpc: Simplify some calculations using ARRAY_SIZE() macro. | Robert P. J. Day | 2016-06-03 | 1 | -2/+2 |
* | Fix spelling of "transferred". | Vagrant Cascadian | 2016-03-22 | 1 | -1/+1 |
* | Remove unused CONFIG_MODEM_SUPPORT option and associated dead code. | David Müller (ELSOFT AG) | 2016-02-08 | 1 | -22/+0 |
* | Fix GCC format-security errors and convert sprintfs. | Ben Whitten | 2016-01-14 | 3 | -4/+4 |
* | Move console definitions into a new console.h file | Simon Glass | 2015-11-19 | 1 | -0/+1 |
* | video: Drop DEV_EXT_VIDEO flag | Bin Meng | 2015-11-05 | 1 | -1/+0 |
* | arch: Make board selection choices optional | Joe Hershberger | 2015-05-12 | 1 | -0/+1 |