- 24 Dec, 2012 1 commit
-
-
Stephen Warren authored
Now that the only field in struct sys_timer is .init, delete the struct, and replace the machine descriptor .timer field with the initialization function itself. This will enable moving timer drivers into drivers/clocksource without having to place a public prototype of each struct sys_timer object into include/linux; the intent is to create a single of_clocksource_init() function that determines which timer driver to initialize by scanning the device dtree, much like the proposed irqchip_init() at: http://www.spinics.net/lists/arm-kernel/msg203686.html Includes mach-omap2 fixes from Igor Grinberg. Tested-by:
Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by:
Stephen Warren <swarren@nvidia.com>
-
- 26 Nov, 2012 3 commits
-
-
Vipul Kumar Samar authored
This patch fixes the platform data for compact flash controller. Signed-off-by:
Vipul Kumar Samar <vipulkumar.samar@st.com> Signed-off-by:
Viresh Kumar <viresh.kumar@linaro.org>
-
Shiraz Hashim authored
Few fields are not required to be programmed in platform data of spi controller now, as it comes via DT. Remove them. Signed-off-by:
Shiraz Hashim <shiraz.hashim@st.com> Signed-off-by:
Viresh Kumar <viresh.kumar@linaro.org>
-
Vipul Kumar Samar authored
This patch moves some global macro definitions to the files where they are used. Its a step towards removing spear.h completely later on. Signed-off-by:
Vipul Kumar Samar <vipulkumar.samar@st.com> Signed-off-by:
Viresh Kumar <viresh.kumar@linaro.org>
-
- 14 Sep, 2012 1 commit
-
-
Arnd Bergmann authored
Convert the spear13xx platform to use struct smp_operations to provide its SMP and CPU hotplug operations. Signed-off-by:
Marc Zyngier <marc.zyngier@arm.com> Acked-by:
Nicolas Pitre <nico@linaro.org> Acked-by:
Viresh Kumar <viresh.kumar@linaro.org> Cc: Shiraz Hashim <shiraz.hashim@st.com> Cc: spear-devel@list.st.com Signed-off-by:
Arnd Bergmann <arnd@arndb.de>
-
- 20 Jun, 2012 1 commit
-
-
Viresh Kumar authored
viresh.kumar@st.com email-id doesn't exist anymore as I have left the company. Replace ST's id with viresh.linux@gmail.com. It also updates .mailmap file to fix address for 'git shortlog' Signed-off-by:
Viresh Kumar <viresh.linux@gmail.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
- 14 May, 2012 1 commit
-
-
Viresh Kumar authored
This patch adds source files for SPEAr13xx Machines. Signed-off-by:
Viresh Kumar <viresh.kumar@st.com> Signed-off-by:
Deepak Sikri <deepak.sikri@st.com> Signed-off-by:
Shiraz Hashim <shiraz.hashim@st.com>
-