]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'keystone-fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel...
authorKevin Hilman <khilman@linaro.org>
Wed, 7 Aug 2013 23:11:29 +0000 (16:11 -0700)
committerKevin Hilman <khilman@linaro.org>
Wed, 7 Aug 2013 23:17:16 +0000 (16:17 -0700)
commitba7369e0a80c245d760b863f4bc82ad31c277695
tree9b73d38eb60a654b4304d706e1d9c5ecfa334622
parentea90304182ec31df1f638d099e344bc02e1f9fd5
parent47862fa9a7dd8e783ec22e7889ec9ad5d9de0d86
Merge tag 'keystone-fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into next/fixes-non-critical

From: Santosh Shilimkar <santosh.shilimkar@ti.com>:
ARM: keystone: non-critical fixes, cleanup for 3.12

Summary of changes:
- Drop unused HAVE_SCHED_CLOCK config option
- Remove now redundant smp_init_cpus call
- Update the smc code to remove dsb and r12 usage
- Convert device tree to use #include and GIC bindings

* tag 'keystone-fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone:
  ARM: Keystone: Convert device tree file to use IRQ defines
  ARM: keystone: use #include to include skeleton.dtsi
  ARM: keystone: Drop the un-necessary dsb from keystone_cpu_smc()
  ARM: Keystone: No need to preserve r12 across smc call
  ARM: keystone: remove redundant smp_init_cpus definition
  ARM: keystone: drop useless HAVE_SCHED_CLOCK

Signed-off-by: Kevin Hilman <khilman@linaro.org>