| Submitter | Tony Prisk |
|---|---|
| Date | Jan. 12, 2013, 3:09 a.m. |
| Message ID | <1357960163.8515.3.camel@gitbox> |
| Download | mbox |
| Permalink | /patch/211469/ |
| State | New |
| Headers | show |
Pull-request
git://server.prisktech.co.nz/git/linuxwmt.gitComments
On Sat, Jan 12, 2013 at 04:09:23PM +1300, Tony Prisk wrote: > The following changes since commit > d1c3ed669a2d452cacfb48c2d171a1f364dae2ed: > > Linux 3.8-rc2 (2013-01-02 18:13:21 -0800) > > are available in the git repository at: > > git://server.prisktech.co.nz/git/linuxwmt.git > tags/vt8500-multiplatform-3.9 Thanks, pulled in as vt8500/multiplatform. -Olof
The following changes since commit d1c3ed669a2d452cacfb48c2d171a1f364dae2ed: Linux 3.8-rc2 (2013-01-02 18:13:21 -0800) are available in the git repository at: git://server.prisktech.co.nz/git/linuxwmt.git tags/vt8500-multiplatform-3.9 for you to fetch changes up to ce3f386fdf10d79eaf6ebd63bb7adbd95f08f9f0: arm: vt8500: Remove remaining mach includes (2013-01-12 15:47:39 +1300) ---------------------------------------------------------------- arm: vt8500: Convert arch-vt8500 to multiplatform only. ---------------------------------------------------------------- Tony Prisk (3): arm: vt8500: Remove single platform Kconfig options arm: vt8500: Convert debug-macro.S to be multiplatform friendly arm: vt8500: Remove remaining mach includes arch/arm/Kconfig | 16 --------- arch/arm/Kconfig.debug | 8 +++++ .../mach/debug-macro.S => include/debug/vt8500.S} | 24 ++++++++----- arch/arm/mach-vt8500/Kconfig | 11 ++++-- arch/arm/mach-vt8500/include/mach/timex.h | 26 -------------- arch/arm/mach-vt8500/include/mach/uncompress.h | 37 -------------------- 6 files changed, 31 insertions(+), 91 deletions(-) rename arch/arm/{mach-vt8500/include/mach/debug-macro.S => include/debug/vt8500.S} (56%) delete mode 100644 arch/arm/mach-vt8500/include/mach/timex.h delete mode 100644 arch/arm/mach-vt8500/include/mach/uncompress.h