* [GIT PULL 3/5] First set of omap1 related changes
[not found] <0Mfo5g-1RocQt3wlY-00NttP@mx.kundenserver.de>
@ 2012-02-29 21:06 ` Arnd Bergmann
2012-02-29 21:13 ` Tony Lindgren
0 siblings, 1 reply; 6+ messages in thread
From: Arnd Bergmann @ 2012-02-29 21:06 UTC (permalink / raw)
To: linux-arm-kernel
On Wednesday 29 February 2012, Tony Lindgren wrote:
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap omap1
>
> Janusz Krzysztofik (7):
> ARM: OMAP1: ams-delta: register latch dependent devices later
> ARM: OMAP1: ams-delta: convert latches to basic_mmio_gpio
> ARM: OMAP1: ams-delta: supersede custom led device by leds-gpio
> LED: drop leds-ams-delta driver
> MTD: NAND: ams-delta: use GPIO instead of custom I/O
> omapfb: lcd_ams_delta: drive control lines over GPIO
> input: serio: ams-delta: toggle keyboard power over GPIO
>
Since these are all for ams-delta, I pulled them into next/boards together
with other board specific updates.
Thanks,
Arnd
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL 3/5] First set of omap1 related changes
2012-02-29 21:06 ` [GIT PULL 3/5] First set of omap1 related changes Arnd Bergmann
@ 2012-02-29 21:13 ` Tony Lindgren
2012-03-01 22:26 ` Janusz Krzysztofik
0 siblings, 1 reply; 6+ messages in thread
From: Tony Lindgren @ 2012-02-29 21:13 UTC (permalink / raw)
To: linux-arm-kernel
* Arnd Bergmann <arnd@arndb.de> [120229 12:35]:
> On Wednesday 29 February 2012, Tony Lindgren wrote:
> > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap omap1
> >
> > Janusz Krzysztofik (7):
> > ARM: OMAP1: ams-delta: register latch dependent devices later
> > ARM: OMAP1: ams-delta: convert latches to basic_mmio_gpio
> > ARM: OMAP1: ams-delta: supersede custom led device by leds-gpio
> > LED: drop leds-ams-delta driver
> > MTD: NAND: ams-delta: use GPIO instead of custom I/O
> > omapfb: lcd_ams_delta: drive control lines over GPIO
> > input: serio: ams-delta: toggle keyboard power over GPIO
> >
>
> Since these are all for ams-delta, I pulled them into next/boards together
> with other board specific updates.
OK makes sense.
Thanks,
Tony
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL 3/5] First set of omap1 related changes
2012-02-29 21:13 ` Tony Lindgren
@ 2012-03-01 22:26 ` Janusz Krzysztofik
2012-03-01 23:31 ` Tony Lindgren
0 siblings, 1 reply; 6+ messages in thread
From: Janusz Krzysztofik @ 2012-03-01 22:26 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, 29 Feb 2012 13:13:31 Tony Lindgren wrote:
> * Arnd Bergmann <arnd@arndb.de> [120229 12:35]:
> > On Wednesday 29 February 2012, Tony Lindgren wrote:
> > > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap
omap1
> > >
> > > Janusz Krzysztofik (7):
> > > ARM: OMAP1: ams-delta: register latch dependent devices
later
> > > ARM: OMAP1: ams-delta: convert latches to basic_mmio_gpio
> > > ARM: OMAP1: ams-delta: supersede custom led device by leds-
gpio
> > > LED: drop leds-ams-delta driver
> > > MTD: NAND: ams-delta: use GPIO instead of custom I/O
> > > omapfb: lcd_ams_delta: drive control lines over GPIO
> > > input: serio: ams-delta: toggle keyboard power over GPIO
> > >
> >
> > Since these are all for ams-delta, I pulled them into next/boards
together
> > with other board specific updates.
>
> OK makes sense.
Any chance for the continuation series [1] as well as two section
mismatch related fixes [2] [3] getting your attention? NB, that
continuation series needs another section mismatch fix, which I was
planing to submit once there was a stable base for it.
Thanks,
Janusz
[1] http://www.spinics.net/lists/linux-omap/msg64146.html
[2] http://www.spinics.net/lists/linux-omap/msg64441.html
[3] http://www.spinics.net/lists/linux-omap/msg64442.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL 3/5] First set of omap1 related changes
2012-03-01 22:26 ` Janusz Krzysztofik
@ 2012-03-01 23:31 ` Tony Lindgren
2012-03-02 17:20 ` Janusz Krzysztofik
0 siblings, 1 reply; 6+ messages in thread
From: Tony Lindgren @ 2012-03-01 23:31 UTC (permalink / raw)
To: linux-arm-kernel
* Janusz Krzysztofik <jkrzyszt@tis.icnet.pl> [120301 13:56]:
>
> Any chance for the continuation series [1] as well as two section
> mismatch related fixes [2] [3] getting your attention? NB, that
> continuation series needs another section mismatch fix, which I was
> planing to submit once there was a stable base for it.
>
> [1] http://www.spinics.net/lists/linux-omap/msg64146.html
> [2] http://www.spinics.net/lists/linux-omap/msg64441.html
> [3] http://www.spinics.net/lists/linux-omap/msg64442.html
Hmm sorry I guess I was waiting for the missing section
mismatch patch.
I've pushed ams-delta branch that's based on -rc5 merged
with what Arnd pulled yesterday as -rc1 has i2c-omap.c
a compile bug for omap1. I've applied these two patches
there as the second one depends on what got pulled:
ARM: OMAP1: ams-delta: clean up init data section assignments
ARM: OMAP1: ams-delta: fix incorrect section tags
Looks like your patch "ARM: OMAP1: ams-delta: set up regulator
over modem reset GPIO pin" causes the following error with
CONFIG_DEBUG_SECTION_MISMATCH=y:
arch/arm/mach-omap1/board-ams-delta.c:273:36: error:
modem_nreset_config causes a section type conflict
So care to update and repost that (and possibly the following
two patches) with your missing fixes?
Regards,
Tony
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL 3/5] First set of omap1 related changes
2012-03-01 23:31 ` Tony Lindgren
@ 2012-03-02 17:20 ` Janusz Krzysztofik
0 siblings, 0 replies; 6+ messages in thread
From: Janusz Krzysztofik @ 2012-03-02 17:20 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, 1 Mar 2012 15:31:01 Tony Lindgren wrote:
>
> I've pushed ams-delta branch that's based on -rc5 merged
> with what Arnd pulled yesterday as -rc1 has i2c-omap.c
> a compile bug for omap1. I've applied these two patches
> there as the second one depends on what got pulled:
>
> ARM: OMAP1: ams-delta: clean up init data section assignments
> ARM: OMAP1: ams-delta: fix incorrect section tags
Thanks!
> Looks like your patch "ARM: OMAP1: ams-delta: set up regulator
> over modem reset GPIO pin" causes the following error with
> CONFIG_DEBUG_SECTION_MISMATCH=y:
>
> arch/arm/mach-omap1/board-ams-delta.c:273:36: error:
> modem_nreset_config causes a section type conflict
>
> So care to update and repost that (and possibly the following
> two patches) with your missing fixes?
OK, I will, in a couple of days.
Thanks,
Janusz
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL 1/5] non-critical fixes for v3.4 merge window
@ 2012-02-29 20:15 Tony Lindgren
2012-02-29 20:15 ` [GIT PULL 3/5] First set of omap1 related changes Tony Lindgren
0 siblings, 1 reply; 6+ messages in thread
From: Tony Lindgren @ 2012-02-29 20:15 UTC (permalink / raw)
To: linux-arm-kernel
Hi Arnd & Olof,
This contains fixes for MMC platform init to allow marking
functions that should be __init as __init. Also included are
some randconfig fixes.
Regards,
Tony
The following changes since commit 6b21d18ed50c7d145220b0724ea7f2613abf0f95:
Linus Torvalds (1):
Linux 3.3-rc5
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap fixes-non-critical
Kevin Hilman (1):
ARM: OMAP: convert omap_device_build() and callers to __init
Ohad Ben-Cohen (1):
ARM: OMAP: omap_device: Expose omap_device_{alloc, delete, register}
Paul Walmsley (1):
ARM: OMAP2+: I2C: always compile I2C reset code, even if I2C driver is not built
Peter Ujfalusi (1):
OMAP4: dma: Correct CPU version check for dma_common_ch_end
Santosh Shilimkar (2):
ARM: OMAP: fix section mismatch warning for omap4_hotplug_cpu()
ARM: OMAP: Fix section mismatch warning for platform_cpu_die()
Tony Lindgren (13):
ARM: OMAP: Fix kernel panic with HSMMC when twl4030_gpio is a module
ARM: OMAP: Fix build error when mmc_omap is built as module
ARM: OMAP2+: Split omap2_hsmmc_init() to properly support I2C GPIO pins
ARM: OMAP2+: Fix Kconfig dependencies for USB_ARCH_HAS_EHCI
ARM: OMAP2+: Fix OMAP_HDQ_BASE build error
ARM: OMAP2+: Fix board_mux section type conflict when OMAP_MUX is not set
ARM: OMAP2+: Fix zoom LCD backlight if TWL_CORE is not selected
ARM: OMAP2+: Fix devexit for smartreflex when CONFIG_HOTPLUG is not set
ARM: OMAP: Fix devexit for dma when CONFIG_HOTPLUG is not set
ARM: OMAP2+: Fix multiple randconfig errors with SOC_OMAP and SOC_OMAP_NOOP
ARM: OMAP2+: Mark omap_hsmmc_init and omap_mux related functions as __init
Merge branch 'randconfig' into fixes-non-critical
Merge branch 'hsmmc' into fixes-non-critical
arch/arm/Makefile | 4 +-
arch/arm/mach-omap2/Kconfig | 55 +++++++----
arch/arm/mach-omap2/Makefile | 5 +-
arch/arm/mach-omap2/board-2430sdp.c | 2 +-
arch/arm/mach-omap2/board-3430sdp.c | 5 +-
arch/arm/mach-omap2/board-4430sdp.c | 4 +-
arch/arm/mach-omap2/board-am3517evm.c | 2 +-
arch/arm/mach-omap2/board-cm-t35.c | 5 +-
arch/arm/mach-omap2/board-devkit8000.c | 4 +-
arch/arm/mach-omap2/board-flash.c | 2 +-
arch/arm/mach-omap2/board-igep0020.c | 6 +-
arch/arm/mach-omap2/board-ldp.c | 2 +-
arch/arm/mach-omap2/board-n8x0.c | 4 +
arch/arm/mach-omap2/board-omap3beagle.c | 10 ++-
arch/arm/mach-omap2/board-omap3evm.c | 7 +-
arch/arm/mach-omap2/board-omap3logic.c | 2 +-
arch/arm/mach-omap2/board-omap3pandora.c | 5 +-
arch/arm/mach-omap2/board-omap3stalker.c | 15 ++-
arch/arm/mach-omap2/board-omap3touchbook.c | 17 ++--
arch/arm/mach-omap2/board-omap4panda.c | 6 +-
arch/arm/mach-omap2/board-overo.c | 3 +-
arch/arm/mach-omap2/board-rm680.c | 2 +-
arch/arm/mach-omap2/board-rx51-peripherals.c | 2 +-
arch/arm/mach-omap2/board-zoom-display.c | 4 +
arch/arm/mach-omap2/board-zoom-peripherals.c | 4 +-
arch/arm/mach-omap2/devices.c | 15 ++--
arch/arm/mach-omap2/display.c | 8 +-
arch/arm/mach-omap2/dma.c | 2 +-
arch/arm/mach-omap2/gpio.c | 2 +-
arch/arm/mach-omap2/hsmmc.c | 129 +++++++++++++++++++------
arch/arm/mach-omap2/hsmmc.h | 12 ++-
arch/arm/mach-omap2/mcbsp.c | 2 +-
arch/arm/mach-omap2/mux.c | 14 ++--
arch/arm/mach-omap2/mux.h | 2 +-
arch/arm/mach-omap2/omap-hotplug.c | 2 +-
arch/arm/mach-omap2/omap-mpuss-lowpower.c | 2 +-
arch/arm/mach-omap2/pm.c | 2 +-
arch/arm/mach-omap2/smartreflex.c | 2 +-
arch/arm/mach-omap2/sr_device.c | 2 +-
arch/arm/plat-omap/dma.c | 2 +-
arch/arm/plat-omap/include/plat/omap_device.h | 7 ++
arch/arm/plat-omap/omap_device.c | 20 ++---
42 files changed, 264 insertions(+), 138 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL 3/5] First set of omap1 related changes
2012-02-29 20:15 [GIT PULL 1/5] non-critical fixes for v3.4 merge window Tony Lindgren
@ 2012-02-29 20:15 ` Tony Lindgren
0 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2012-02-29 20:15 UTC (permalink / raw)
To: linux-arm-kernel
These too we considered too late for the last merge window,
there will be another set coming after this.
Regards,
Tony
The following changes since commit dcd6c92267155e70a94b3927bce681ce74b80d1f:
Linus Torvalds (1):
Linux 3.3-rc1
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap omap1
Janusz Krzysztofik (7):
ARM: OMAP1: ams-delta: register latch dependent devices later
ARM: OMAP1: ams-delta: convert latches to basic_mmio_gpio
ARM: OMAP1: ams-delta: supersede custom led device by leds-gpio
LED: drop leds-ams-delta driver
MTD: NAND: ams-delta: use GPIO instead of custom I/O
omapfb: lcd_ams_delta: drive control lines over GPIO
input: serio: ams-delta: toggle keyboard power over GPIO
Tony Lindgren (1):
Merge branch 'omap1-part2' into omap1
arch/arm/mach-omap1/Kconfig | 2 +
arch/arm/mach-omap1/board-ams-delta.c | 226 +++++++++++++++++----
arch/arm/plat-omap/include/plat/board-ams-delta.h | 48 ++---
drivers/input/serio/ams_delta_serio.c | 54 +++--
drivers/leds/Kconfig | 7 -
drivers/leds/Makefile | 1 -
drivers/leds/leds-ams-delta.c | 126 ------------
drivers/mtd/nand/ams-delta.c | 74 +++++--
drivers/video/omap/lcd_ams_delta.c | 27 ++-
sound/soc/omap/ams-delta.c | 2 +-
10 files changed, 318 insertions(+), 249 deletions(-)
delete mode 100644 drivers/leds/leds-ams-delta.c
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-03-02 17:20 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <0Mfo5g-1RocQt3wlY-00NttP@mx.kundenserver.de>
2012-02-29 21:06 ` [GIT PULL 3/5] First set of omap1 related changes Arnd Bergmann
2012-02-29 21:13 ` Tony Lindgren
2012-03-01 22:26 ` Janusz Krzysztofik
2012-03-01 23:31 ` Tony Lindgren
2012-03-02 17:20 ` Janusz Krzysztofik
2012-02-29 20:15 [GIT PULL 1/5] non-critical fixes for v3.4 merge window Tony Lindgren
2012-02-29 20:15 ` [GIT PULL 3/5] First set of omap1 related changes Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).