An error occurred fetching the project authors.
- 05 Aug, 2010 1 commit
-
-
Atul Dahiya authored
This patch moves the dependency of RTC driver from MACH_XXX(board) to ARCH_XXX(SoC). This will enable all machines using Samsung S5P6440, S5PC100 and S5PV210 SoCs to use RTC driver by default. Signed-off-by:
Atul Dahiya <atul.dahiya@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 01 Jul, 2010 1 commit
-
-
Will Deacon authored
CPU performance event counters on v7 cores will only operate if either the NIDEN or DBGEN signals are driven high. For the OMAP3 platform, these signals are driven low by default but DBGEN can be asserted by selecting the OMAP3_EMU Kconfig option, which enables the virtual clock for hardware debugging peripherals. Acked-by:
Jean Pihet <jpihet@mvista.com> Signed-off-by:
Will Deacon <will.deacon@arm.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 24 May, 2010 1 commit
-
-
Alexander Holler authored
Add an option to force usage of the in-kernel cmdline even if the boot loader passes another command string to the kernel. Useful if someone cannot or don't want to change the command-line options of the boot loader but is able to change the kernel. Signed-off-by:
Alexander Holler <holler@ahsoftware.de> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 20 May, 2010 2 commits
-
-
Ben Dooks authored
Fixup commit 5cfc8ee0 which introduced ARCH_USES_GETTIMEOFFSET but missed out several S5P architectures. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Marek Szyprowski authored
This patch moves S5PC100 SoC support to plat-s5p framework. Most periperal support code has been already moved from plat-s5pc1xx to mach-s5pc100. Signed-off-by:
Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by:
Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 18 May, 2010 1 commit
-
-
Russell King authored
GENERIC_TIME is now enabled by default, so 'select GENERIC_TIME' is redundant. Remove them. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 17 May, 2010 2 commits
-
-
Hartley Sweeten authored
The ARCH_REQUIRE_GPIOLIB config option will select GPIOLIB which in turn will select GENERIC_GPIO. Because of this, there is no reason to do the select GENERIC_GPIO in arch/arm/Kconfig for the architectures that have ARCH_REQUIRE_GPIOLIB. Signed-off-by:
H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Will Deacon authored
Enable hardware perf-events if CPU_HAS_PMU and select HAVE_OPROFILE if HAVE_PERF_EVENTS. If no hardware support is present, OProfile will fall back to timer mode. This patch also removes the old OProfile drivers in favour of the code implemented by perf. Signed-off-by:
Will Deacon <will.deacon@arm.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 10 May, 2010 2 commits
-
-
Ben Dooks authored
These devices are so similar that they share the same SoC ID code, so note this. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Yauhen Kharuzhy authored
Add arch/arm/mach-s3c2416 for support of the Samsung S3C2416 SoC. This patch adds support of the S3C2416 SoC, clocks, timers, and initial IRQ support (without support of secondary set of registers). Signed-off-by:
Yauhen Kharuzhy <jekhor@gmail.com> [ben-linux@fluff.org: removed files to be reworked, fixed conflicts] [ben-linux@fluff.org: use s3c2443 reset instead of specific reset code] Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 06 May, 2010 1 commit
-
-
Cyril Chemparathy authored
Preliminary modification prior to adding support for TNETV107X based on ARM1176. This change allows for CPUs other than ARM926T to be used for Davinci derivative SoCs. Existing devices (DA8x and DMx) operate unchanged. Signed-off-by:
Cyril Chemparathy <cyril@ti.com> Signed-off-by:
Kevin Hilman <khilman@deeprootsystems.com>
-
- 03 May, 2010 2 commits
-
-
Steve Muckle authored
MSM supports the <linux/clk.h> interface. Acked-by:
David Brown <davidb@quicinc.com> Signed-off-by:
Steve Muckle <smuckle@quicinc.com>
-
Daniel Walker authored
ARCH_MSM supports armv7 cpus, so we're pushed the CPU_V6/CPU_V7 selection down into the arch/arm/mach-msm/Kconfig. Also update the description to be a bit more accurate. Signed-off-by:
Daniel Walker <dwalker@codeaurora.org>
-
- 02 May, 2010 6 commits
-
-
Anton Vorontsov authored
This patch adds very basic support for ECONA CNS3xxx ARM11 MPcore (ARMv6) dual-core processors. Note that SMP is not yet supported, as well as many peripheral devices. Support for these features will be added later. Signed-off-by:
Anton Vorontsov <avorontsov@mvista.com>
-
Russell King authored
Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Russell King authored
Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Russell King authored
Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Russell King authored
Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Russell King authored
The only difference between ICST307 and ICST525 are the two arrays for calculating the S parameter; the code is now identical. Merge the two files and kill the duplicated code. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 29 Apr, 2010 2 commits
-
-
Russell King authored
Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Russell King authored
Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 28 Apr, 2010 1 commit
-
-
Colin Tuckley authored
The switch to using GPIOLIB broke the sd/mmc card detection on the RealView development boards if GPIO_PL061 was not selected. This patch selects GPIO_PL061 if GPIOLIB is selected. The sense of the return value from mmc_status has also changed and is corrected. Signed-off-by:
Colin Tuckley <colin.tuckley@arm.com> Acked-by:
Catalin Marinas <catalin.marinas@arm.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 22 Apr, 2010 1 commit
-
-
Anton Vorontsov authored
This patch adds support for PCI domains on ARM platforms. Also, protect asm/mach/pci.h from multiple inclustions, otherwise build fails because of pci_domain_nr() and pci_proc_domain() redefinitions. Signed-off-by:
Anton Vorontsov <avorontsov@mvista.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 14 Apr, 2010 2 commits
-
-
Albin Tonnerre authored
This patch allows using a kernel image compressed with LZMA on ARM. Extracting the image is fairly slow, but it might be useful on machines with a very limited amount of storage, as the size benefit is quite significant (about 25% smaller with LZMA compared to GZIP) Tested-by:
Martin Michlmayr <tbm@cyrius.com> Tested-by:
Paulius Zaleckas <paulius.zaleckas@gmail.com> Signed-off-by:
Albin Tonnerre <albin.tonnerre@free-electrons.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
viresh kumar authored
Reviewed-by:
Linus Walleij <linux.walleij@stericsson.com> Signed-off-by:
Viresh Kumar <viresh.kumar@st.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 24 Mar, 2010 1 commit
-
-
John Stultz authored
Convert arm to use GENERIC_TIME via the arch_getoffset() infrastructure, reducing the amount of arch specific code we need to maintain. The arm architecture is the last arch that need to be converted. Signed-off-by:
John Stultz <johnstul@us.ibm.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk> Cc: Andrew Morton <akpm@linux-foundation.org>
-
- 19 Mar, 2010 2 commits
-
-
Rabin Vincent authored
Add support for the GPIOs on the U8500, using the plat-nomadik GPIO driver. Acked-by:
Linus Walleij <linus.walleij@stericsson.com> Acked-by:
Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> Signed-off-by:
Rabin Vincent <rabin.vincent@stericsson.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Russell King authored
If support for COMMON_CLKDEV is enabled, we have CLK support. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 15 Mar, 2010 1 commit
-
-
Russell King authored
... and document the sorting criteria to help future additions. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 12 Mar, 2010 1 commit
-
-
FUJITA Tomonori authored
Signed-off-by:
FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Acked-by:
Russell King <rmk+kernel@arm.linux.org.uk> Cc: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
- 01 Mar, 2010 1 commit
-
-
Haojian Zhuang authored
Marvell MMP2 (aka ARMADA610) is a SoC based on PJ4 core. It's ARMv6 compatible. Support basic interrupt handler and timer, and basic support for MMP2 based FLINT platform. Signed-off-by:
Haojian Zhuang <haojian.zhuang@marvell.com> Signed-off-by:
Eric Miao <eric.y.miao@gmail.com>
-
- 24 Feb, 2010 8 commits
-
-
Kukjin Kim authored
Updates arch/arm Kconfig and Makefile for building the S5PV210 support. Also modifies the plat-s5p Kconfig file to include the support for plat-s5p for S5PV210. Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Kukjin Kim authored
Add ARM_L1_CACHE_SHIFT_6 to arch/arm/Kconfig to allow CPUs with L1 cache lines which are 64bytes to indicate this without having to alter the arch/arm/mm/Kconfig entry each time. Update the mm Kconfig so that ARM_L1_CACHE_SHIFT default value uses this and change OMAP3 and S5PC1XX to select ARM_L1_CACHE_SHIFT_6. Acked-by:
Ben Dooks <ben-linux@fluff.org> Acked-by:
Tony Lindgren <tony@atomide.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Uwe Kleine-König authored
This is broken since at least one year when ec996ba9 (mxc timer: make compile time independent) removed the symbol MXC_TCN. Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-
Uwe Kleine-König authored
ARCH_REQUIRE_GPIOLIB selects GPIOLIB which in turn selects GENERIC_GPIO Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-
Uwe Kleine-König authored
Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-
Kukjin Kim authored
Updates arch/arm Kconfig and Makefile for building the S5P6442 support. Also modifies the plat-s5p Kconfig file to include the support for plat-s5p for S5P6442. Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Ben Dooks authored
The plat-s3c directory is now clear, so remove the files in it and expunge it from the build process. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Ben Dooks authored
Move the Kconfig entries from plat-s3c to plat-samsung and plat-s3c24xx as necessary. The S3C_BOOT entries and the DMA configuration can go to plat-samsung. The low-level UART configurations are currently S3C2XX specific and can go to plat-s3c24xx. Eliminating plat-s3c from the build process will be submitted seperately. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 20 Feb, 2010 1 commit
-
-
Ben Dooks authored
Remove the Kconfig and PLAT_S3C64XX defines for the previous S3C64XX directory structure now that the code is moved into mach-s3c64xx. Note, we cannot currently remove plat-s3c64xx directory as we have a pair of include files used within plat-s3c and plat-samsung that need to find a new home. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-