- 28 Nov, 2017 1 commit
-
-
Wolfram Sang authored
include/linux/i2c is to be deprecated. Move this platform_data to the proper platform_data dir. Signed-off-by:
Wolfram Sang <wsa@the-dreams.de> Signed-off-by:
Robert Jarzmik <robert.jarzmik@free.fr>
-
- 01 Dec, 2015 1 commit
-
-
Arnd Bergmann authored
Lots of header files are never included outside of a mach-pxa directory and do not need to be made visible in include/mach, so let's just move them all down one level. Signed-off-by:
Arnd Bergmann <arnd@arndb.de>
-
- 14 Oct, 2015 1 commit
-
-
Thierry Reding authored
Use a PWM lookup table to provide the PWM to the pwm-backlight device. The driver has a legacy code path that is required only because boards still use the legacy method of requesting PWMs by global ID. Replacing these usages allows that legacy fallback to be removed. Cc: Daniel Mack <daniel@zonque.org> Cc: Haojian Zhuang <haojian.zhuang@gmail.com> Cc: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by:
Thierry Reding <thierry.reding@gmail.com> Signed-off-by:
Robert Jarzmik <robert.jarzmik@free.fr>
-
- 20 Sep, 2015 1 commit
-
-
Jarkko Nikula authored
Use for struct pxa2xx_spi_master clock_enable field was removed years ago from the pxa2xx-spi driver by the commit 2f1a74e5 ("[ARM] pxa: make pxa2xx_spi driver use ssp_request()/ssp_free()"). Therefore remove it from structure definition, documentation and from couple affected board files. Signed-off-by:
Jarkko Nikula <jarkko.nikula@linux.intel.com> Acked-by:
Mark Brown <broonie@kernel.org> Signed-off-by:
Robert Jarzmik <robert.jarzmik@free.fr>
-
- 16 Oct, 2013 1 commit
-
-
Thierry Reding authored
The GPIO API defines 0 as being a valid GPIO number, so this field needs to be initialized explicitly. A special case is the Palm Tungsten|C board. Since it doesn't use any quirks that would require the existing .init() or .exit() hooks it can simply use the new enable_gpio field. Signed-off-by:
Thierry Reding <treding@nvidia.com>
-
- 19 Jun, 2013 1 commit
-
-
Chao Xie authored
pxa27x-keypad includes matrix keys. Make use of matrix_keymap for the matrix keys. Signed-off-by:
Chao Xie <chao.xie@marvell.com> Signed-off-by:
Dmitry Torokhov <dmitry.torokhov@gmail.com>
-
- 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>
-
- 14 Sep, 2012 1 commit
-
-
Arnd Bergmann authored
Platform data for device drivers should be defined in include/linux/platform_data/*.h, not in the architecture and platform specific directories. This moves such data out of the pxa include directories Signed-off-by:
Arnd Bergmann <arnd@arndb.de> Acked-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org> Acked-by:
Nicolas Pitre <nico@linaro.org> Acked-by:
Mauro Carvalho Chehab <mchehab@redhat.com> Acked-by:
Igor Grinberg <grinberg@compulab.co.il> Acked-by:
Jeff Garzik <jgarzik@redhat.com> Acked-by:
Marek Vasut <marex@denx.de> Acked-by:
Robert Jarzmik <robert.jarzmik@free.fr> Acked-by:
Paul Parsons <lost.distance@yahoo.com> Acked-by:
Vinod Koul <vinod.koul@linux.intel.com> Acked-By:
Stefan Schmidt <stefan@openezx.org> Cc: Eric Miao <eric.y.miao@gmail.com> Cc: Haojian Zhuang <haojian.zhuang@gmail.com> Cc: Daniel Ribeiro <drwyrm@gmail.com> Cc: Harald Welte <laforge@openezx.org> Cc: Philipp Zabel <philipp.zabel@gmail.com> Cc: Tomas Cech <sleep_walker@suse.cz> Cc: Sergey Lapin <slapin@ossfans.org> Cc: Jonathan Cameron <jic23@cam.ac.uk> Cc: Dan Williams <djbw@fb.com> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com> Cc: Chris Ball <cjb@laptop.org> Cc: David Woodhouse <dwmw2@infradead.org> Cc: Samuel Ortiz <samuel@sortiz.org> Cc: Alan Stern <stern@rowland.harvard.edu> Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de> Cc: Liam Girdwood <lrg@ti.com> Cc: Jaroslav Kysela <perex@perex.cz> Cc: Takashi Iwai <tiwai@suse.de> Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Cc: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Cc: openezx-devel@lists.openezx.org
-
- 14 May, 2012 1 commit
-
-
Axel Lin authored
Signed-off-by:
Axel Lin <axel.lin@gmail.com> Cc: Eric Miao <eric.y.miao@gmail.com> Tested-by:
Paul Parsons <lost.distance@yahoo.com> Acked-by:
Philipp Zabel <philipp.zabel@gmail.com> Acked-by:
Robert Jarzmik <robert.jarzmik@free.fr> Acked-by:
Marek Vasut <marek.vasut@gmail.com> Acked-by:
Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by:
Haojian Zhuang <haojian.zhuang@gmail.com>
-
- 26 Jan, 2012 1 commit
-
-
Rob Herring authored
Remove NR_IRQS and add a per machine .nr_irqs setting. Signed-off-by:
Rob Herring <rob.herring@calxeda.com>
-
- 05 Jan, 2012 1 commit
-
-
Russell King authored
Hook these platforms restart code into the new restart hook rather than using arch_reset(). Acked-by:
Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 14 Nov, 2011 1 commit
-
-
Haojian Zhuang authored
Avoid to define gpio_to_irq() and irq_to_gpio() for potential name confliction since multiple architecture will be built together. Signed-off-by:
Haojian Zhuang <haojian.zhuang@marvell.com>
-
- 13 Oct, 2011 1 commit
-
-
Nicolas Pitre authored
Signed-off-by:
Nicolas Pitre <nicolas.pitre@linaro.org>
-
- 08 Oct, 2011 1 commit
-
-
Eric Miao authored
Cc: Vasily Khoruzhick <anarsoul@gmail.com> Acked-by:
Arnd Bergmann <arnd@arndb.de> Signed-off-by:
Eric Miao <eric.y.miao@gmail.com>
-
- 21 Aug, 2011 1 commit
-
-
Nicolas Pitre authored
Signed-off-by:
Nicolas Pitre <nicolas.pitre@linaro.org> Acked-by:
Arnd Bergmann <arnd@arndb.de>
-
- 12 Jul, 2011 2 commits
-
-
Vasily Khoruzhick authored
Signed-off-by:
Vasily Khoruzhick <anarsoul@gmail.com> Signed-off-by:
Eric Miao <eric.y.miao@gmail.com>
-
Eric Miao authored
Signed-off-by:
Eric Miao <eric.y.miao@gmail.com>
-
- 21 Mar, 2011 1 commit
-
-
Sebastian Andrzej Siewior authored
This patch moves the platform data definition from arch/arm/plat-pxa/include/plat/i2c.h to include/linux/i2c/pxa-i2c.h so it can be accessed from x86 the same way as on ARM. This change should make no functional change to the PXA code. The move is verified by building the following defconfigs: cm_x2xx_defconfig corgi_defconfig em_x270_defconfig ezx_defconfig imote2_defconfig pxa3xx_defconfig spitz_defconfig zeus_defconfig raumfeld_defconfig magician_defconfig mmp2_defconfig pxa168_defconfig pxa910_defconfig Signed-off-by:
Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by:
Dirk Brandewie <dirk.brandewie@gmail.com> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 16 Mar, 2011 7 commits
-
-
Vasily Khoruzhick authored
Otherwise userspace might be confused. Signed-off-by:
Vasily Khoruzhick <anarsoul@gmail.com> Acked-by:
Marek Vasut <marek.vasut@gmail.com>
-
Vasily Khoruzhick authored
So user can see if there's any mmc activity and if device's charging. Signed-off-by:
Vasily Khoruzhick <anarsoul@gmail.com> Acked-by:
Marek Vasut <marek.vasut@gmail.com>
-
Vasily Khoruzhick authored
It eats too much power, and anyway it's not usefull during boot process. Userspace can enable it later. Signed-off-by:
Vasily Khoruzhick <anarsoul@gmail.com> Acked-by:
Marek Vasut <marek.vasut@gmail.com>
-
Vasily Khoruzhick authored
GPIO15 seems to be not related to WiFi, so don't touch it. Signed-off-by:
Vasily Khoruzhick <anarsoul@gmail.com> Acked-by:
Marek Vasut <marek.vasut@gmail.com>
-
Vasily Khoruzhick authored
Fix coefficients to get actual voltage, and make voltage_max/voltage_min looks like values for LiIon battery. Signed-off-by:
Vasily Khoruzhick <anarsoul@gmail.com> Acked-by:
Marek Vasut <marek.vasut@gmail.com>
-
Vasily Khoruzhick authored
It's very easy to press some keypad key when Z2 is closed, so to prevent unexpected wakeups, use only 'Power' key to wake Z2 from sleep. Signed-off-by:
Vasily Khoruzhick <anarsoul@gmail.com> Acked-by:
Marek Vasut <marek.vasut@gmail.com>
-
Russell King - ARM Linux authored
set_pxa_fb_info() has been a long-standing wart in the naming scheme of the pxa_set_xxx_info() functions. This renames the function, and combines set_pxa_fb_parent() with set_pxa_fb_info(). Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk> Acked-by:
Igor Grinberg <grinberg@compulab.co.il> Signed-off-by:
Eric Miao <eric.y.miao@gmail.com>
-
- 16 Dec, 2010 1 commit
-
-
Marek Vasut authored
This patch introduces pxa2xx_map_io() and pxa3xx_map_io() to distinguish between PXA25x/PXA27x and PXA3xx memory mapping. Also, fixup for platforms broken after introducing pxa{25x,27x}_map_io() and pxa3xx_map_io() is included. Signed-off-by:
Marek Vasut <marek.vasut@gmail.com> Signed-off-by:
Eric Miao <eric.y.miao@gmail.com>
-
- 01 Dec, 2010 1 commit
-
-
Sebastian Andrzej Siewior authored
The PXA-SPI driver relies on some files / defines which are arm specific and are within the ARM tree. The CE4100 SoC which is x86 has also the SPI core. This patch moves the ssp and spi files from arm/mach-pxa and plat-pxa to include/linux where the CE4100 can access them. This move got verified by building the following defconfigs: cm_x2xx_defconfig corgi_defconfig em_x270_defconfig ezx_defconfig imote2_defconfig pxa3xx_defconfig spitz_defconfig zeus_defconfig raumfeld_defconfig magician_defconfig Signed-off-by:
Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by:
Dirk Brandewie <dirk.brandewie@gmail.com>
-
- 20 Oct, 2010 1 commit
-
-
Nicolas Pitre authored
Since we're now using addruart to establish the debug mapping, we can remove the io_pg_offst and phys_io members of struct machine_desc. The various declarations were removed using the following script: grep -rl MACHINE_START arch/arm | xargs \ sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }' [ Initial patch was from Jeremy Kerr, example script from Russell King ] Signed-off-by:
Nicolas Pitre <nicolas.pitre@linaro.org> Acked-by: Eric Miao <eric.miao at canonical.com>
-
- 09 Oct, 2010 1 commit
-
-
Mark F. Brown authored
mach-mmp utilizes pxa27x_keypad code so we need to move header to platform pxa directory. Signed-off-by:
Mark F. Brown <mark.brown314@gmail.com> Signed-off-by:
Eric Miao <eric.y.miao@gmail.com>
-
- 05 Aug, 2010 2 commits
-
-
Marek Vasut authored
Signed-off-by:
Marek Vasut <marek.vasut@gmail.com>
-
Marek Vasut authored
Register TPS65021 regulator in Zipit Z2. Signed-off-by:
Marek Vasut <marek.vasut@gmail.com> Signed-off-by:
Eric Miao <eric.y.miao@gmail.com>
-
- 18 Jun, 2010 2 commits
-
-
Marek Vasut authored
This patch registers the WM8750 codec on a proper place on the ZipitZ2 machine after the WM8750 driver was converted to new API. Signed-off-by:
Marek Vasut <marek.vasut@gmail.com> Signed-off-by:
Eric Miao <eric.y.miao@gmail.com>
-
Marek Vasut authored
This patch adds support for the AER915 battery chip into Zipit Z2 platform file. Signed-off-by:
Marek Vasut <marek.vasut@gmail.com> Signed-off-by:
Eric Miao <eric.y.miao@gmail.com>
-
- 13 Jun, 2010 1 commit
-
-
Marek Vasut authored
This patch fixes flash layout to it's final version. Also, I fixed the authorship information of this file as it's been totally reworked since Ken released his last version. Signed-off-by:
Marek Vasut <marek.vasut@gmail.com> Signed-off-by:
Eric Miao <eric.y.miao@gmail.com>
-
- 11 May, 2010 2 commits
-
-
Eric Miao authored
delay_detect in HZ is confusing, convert it to be millisecond based. And thus remove those unnecessary call to msecs_to_jiffies() at runtime for this field. Other constants are converted assuming HZ == 100, which are basically true for those platforms. The assignment in csb726.c was incorrect, and is fixed in this patch as a result. Signed-off-by:
Eric Miao <eric.y.miao@gmail.com> Acked-by:
Robert Jarzmik <robert.jarzmik@free.fr> Acked-by:
Marc Zyngier <maz@misterjones.org> Acked-by:
Marek Vasut <marek.vasut@gmail.com> Acked-by:
Mike Rapoport <mike@compulab.co.il> Acked-by:
Daniel Mack <daniel@caiaq.de>
-
Marek Vasut authored
This patch adds support for the Zipit Z2. The parts missing from this patch are the battery support, SPI driver for the LCD and support for the Silicon Serial ID chip. Signed-off-by:
Marek Vasut <marek.vasut@gmail.com> Signed-off-by:
Eric Miao <eric.y.miao@gmail.com>
-