- 09 Mar, 2009 4 commits
-
-
Philipp Zabel authored
Default to the same behaviour as the shipped WinCE system. Signed-off-by:
Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by:
Eric Miao <eric.miao@marvell.com>
-
Philipp Zabel authored
so they can be shared with gpio_vbus. Signed-off-by:
Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by:
Eric Miao <eric.miao@marvell.com>
-
Philipp Zabel authored
Signed-off-by:
Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by:
Eric Miao <eric.miao@marvell.com>
-
Philipp Zabel authored
Fixes an off-by-one error. Signed-off-by:
Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by:
Eric Miao <eric.miao@marvell.com>
-
- 03 Mar, 2009 1 commit
-
-
Ryan Mallon authored
Add m2p dma support to the ep93xx Signed-off-by:
Ryan Mallon <ryan@bluewatersys.com> Acked-by:
Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 27 Feb, 2009 2 commits
-
-
Ryan Mallon authored
Add the clocks for ep93xx m2p dma engine. Signed-off-by:
Ryan Mallon <ryan@bluewatersys.com> Acked-by:
Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Jean-Christop PLAGNIOL-VILLARD authored
SCALE: add ice dcc support Tested on the ixp425 with the ice PEEDI Ack-by:
Eric Miao <eric.miao@marvell.com> Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 21 Feb, 2009 5 commits
-
-
Russell King authored
We should not be modifying the scatterlist passed to us from the driver code; doing so breaks assumptions made by the DMA API code, and could cause problems if the driver retries a transfer using an old scatterlist. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Russell King authored
There's no point these being in a generic include file when they're only used in arch/arm/mach-rpc/dma.c. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Mark Brown authored
The AT91SAM20-EK has a WM8731 attached to it with MCLK supplied from PCLK0 and the digital audio interface supplied by SSC0. Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by:
Andrew Victor <linux@maxim.org.za> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Dmitry Artamonow authored
Signed-off-by:
Dmitry Artamonow <mad_soft@inbox.ru> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Dmitry Artamonow authored
Code has never been in buildable state since initial merge. Signed-off-by:
Dmitry Artamonow <mad_soft@inbox.ru> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 19 Feb, 2009 9 commits
-
-
Catalin Marinas authored
This patch adds the platform_device and resource structures for the USB ISP1761 chip, usable with the in-kernel isp1760 driver. Signed-off-by:
Catalin Marinas <catalin.marinas@arm.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Catalin Marinas authored
This driver adds the platform_device definitions to allow the use of CompactFlash on the RealView PB11MPCore and PB-A8 platforms. Note that the CompactFlash controller is expected to be initialised by the Boot Monitor and support the True IDE mode. Signed-off-by:
Catalin Marinas <catalin.marinas@arm.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Catalin Marinas authored
This chip is on the I2C bus on the RealView and Versatile boards. The patch adds the i2c_board_info definition for this device and registers it with the I2C subsystem. Signed-off-by:
Catalin Marinas <catalin.marinas@arm.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Alexander Schulz authored
This includes a new defconfig for the Shark and some changes to the mach-shark directory to avoid namespace pollution and to switch the rtc to the newer driver. Signed-off-by:
Alexander Schulz <alex@shark-linux.de> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Daniel Silverstone authored
Ensure __iomem attribute is __force 'd off in the minimal __raw_writel() implementation. Signed-off-by:
Simtec Linux Team <linux@simtec.co.uk> Signed-off-by:
Ben Dooks <ben@simtec.co.uk> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Catalin Marinas authored
This patch also makes the frame pointer default to y only if !ARM_UNWIND. LOCKDEP no longer selects FRAME_POINTER if ARM_UNWIND is enabled. Signed-off-by:
Catalin Marinas <catalin.marinas@arm.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Catalin Marinas authored
This is needed to allow or stop the unwinding at certain points in the kernel like exception entries. Signed-off-by:
Catalin Marinas <catalin.marinas@arm.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Catalin Marinas authored
This patch adds ELF section parsing for the unwinding tables in loadable modules together with the PREL31 relocation symbol resolving. Signed-off-by:
Catalin Marinas <catalin.marinas@arm.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Catalin Marinas authored
This patch adds the main functionality for parsing the stack unwinding information generated by the ARM EABI toolchains. The unwinding information consists of an index with a pair of words per function and a table with unwinding instructions. For more information, see "Exception Handling ABI for the ARM Architecture" at: http://infocenter.arm.com/help/topic/com.arm.doc.subset.swdev.abi/index.html Signed-off-by:
Catalin Marinas <catalin.marinas@arm.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 12 Feb, 2009 8 commits
-
-
Catalin Marinas authored
This patch changes the walk_stacktrace and its callers for easier integration of stack unwinding. The arch/arm/kernel/stacktrace.h file is also moved to arch/arm/include/asm/stacktrace.h. Signed-off-by:
Catalin Marinas <catalin.marinas@arm.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Catalin Marinas authored
This patch moves code around in the arch/arm/kernel/traps.c file for easier integration of the stack unwinding support. Signed-off-by:
Catalin Marinas <catalin.marinas@arm.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
wanzongshun authored
Add W90P910 Evaluate Board NOR flash driver support, The EV Board default support W19B320ABT7H of Winbond inc. Signed-off-by:
Wan ZongShun <mcuos.com@gmail.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
wanzongshun authored
Delete the macros W90X900_RES and W90X900_DEVICE I thought it will be better to define the structures for each device directly. Signed-off-by:
Wan ZongShun <mcuos.com@gmail.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Catalin Marinas authored
The __cpu_up() function in arch/arm/kernel/smp.c sets the pmd entries without flushing or cleaning them. Signed-off-by:
Catalin Marinas <catalin.marinas@arm.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Catalin Marinas authored
The VFPv3D16 is a VFPv3 CPU configuration where only 16 double registers are present, as the VFPv2 configuration. This patch adds the corresponding hwcap bits so that applications or debuggers have more information about the supported features. Signed-off-by:
Catalin Marinas <catalin.marinas@arm.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Catalin Marinas authored
This patch adds ptrace support for setting and getting the VFP registers using PTRACE_SETVFPREGS and PTRACE_GETVFPREGS. The user_vfp structure defined in asm/user.h contains 32 double registers (to cover VFPv3 and Neon hardware) and the FPSCR register. Cc: Paul Brook <paul@codesourcery.com> Cc: Daniel Jacobowitz <dan@codesourcery.com> Signed-off-by:
Catalin Marinas <catalin.marinas@arm.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Ryan Mallon authored
Add support for gpiolib, including debugfs output, to the AT91 family. The at91_get/set_gpio_value calls still exist since they are used by the atmel serial driver. Signed-off-by:
Ryan Mallon <ryan@bluewatersys.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 10 Feb, 2009 6 commits
-
-
Zbynek Michl authored
Patch adds support for the HTC Himalaya device. It includes hardware definitions and w100fb support. Signed-off-by:
Zbynek Michl <Zbynek.Michl@seznam.cz> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Jaya Kumar authored
This patch adds support for the AM300 platform driver which uses the E-Ink broadsheetfb display driver. Cc: Eric Miao <eric.miao@marvell.com> Signed-off-by:
Jaya Kumar <jayakumar.lkml@gmail.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Kristoffer Ericson authored
This patch updates the list of devices activated at init to also include the keyboard and touchscreen structs. We also remove a non-needed #ifdef. Signed-off-by:
Kristoffer Ericson <kristoffer.ericson@gmail.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
wanzongshun authored
Add W90P910 UART0 support,the W90P910 UART0 is 8250 series. Signed-off-by:
Wan ZongShun <mcuos.com@gmail.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Daniel Silverstone authored
This patch provides the core board support for the Brivo Systems LLC ACS-5000 master board for automated door/card-reader etc management. Signed-off-by:
Daniel Silverstone <dsilvers@simtec.co.uk> Signed-off-by:
Vincent Sanders <vince@simtec.co.uk> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Hartley Sweeten authored
Add the on-board rtc i2c device to the edb9307a platform init. The EP93xx based EDB9307A dev board has an on-board ISL1208 RTC connected to the I2C bus. Now that the core code supports the I2C bus, this patch will add support for the device. Signed-off-by:
H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 02 Feb, 2009 5 commits
-
-
Sascha Hauer authored
This patch adds a MX2/MX3 specific SDHC driver. The hardware is basically the same as in the MX1, but unlike the MX1 controller the MX2 controller just works as expected. Since the MX1 driver has more workarounds for bugs than anything else I had no success with supporting MX1 and MX2 in a sane way in one driver. Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by:
Pierre Ossman <drzeus@drzeus.cx>
-
Mike Rapoport authored
machines Signed-off-by:
Mike Rapoport <mike@compulab.co.il> Signed-off-by:
Eric Miao <eric.miao@marvell.com>
-
Mike Rapoport authored
xm_x2xx_defconfig currently supports 3 platforms: CM-X255, CM-X270 and EM-X270. Although EM-X270 is similar to CM-X2XX, it has a lot of unique features. Keeping these features in the same _defconfig increases the kernel size in the way it does not fit into CM-X2XX NOR flash. Rename xm_x2xx_defconfig to cm_x2xx_defconfig and remove EM-X270 specifc parts from it. Signed-off-by:
Mike Rapoport <mike@compulab.co.il> Signed-off-by:
Eric Miao <eric.miao@marvell.com>
-
Mike Rapoport authored
Signed-off-by:
Mike Rapoport <mike@compulab.co.il> Signed-off-by:
Eric Miao <eric.miao@marvell.com>
-
Mike Rapoport authored
Change several GPIO assignment from static to run-time Split MFP table to common and EM-X270 specific parts Introduce em_x270_module_init Signed-off-by:
Mike Rapoport <mike@compulab.co.il> Signed-off-by:
Eric Miao <eric.miao@marvell.com>
-