linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ux500,u300,nomadik core changes for 2.6.39
       [not found] <AANLkTi=3eiAjRdU9unXX13RbBHT-pPm+ujgsB0VpctiS@mail.gmail.com>
@ 2011-03-03 18:33 ` Linus Walleij
  2011-03-15  8:37   ` Russell King - ARM Linux
  0 siblings, 1 reply; 2+ messages in thread
From: Linus Walleij @ 2011-03-03 18:33 UTC (permalink / raw)
  To: linux-arm-kernel

Of all the mistakes I do I don't know what deep personal deficiency makes
me constantly miss to add the mailinglist CC to mails like this.

(And yes, I noticed RMK has a diskcrash to solve so I don't expect any
hasty action on this, noted.)


---------- Forwarded message ----------
From: Linus Walleij <linus.walleij@linaro.org>
Date: 2011/3/3
Subject: [GIT PULL] ux500,u300,nomadik core changes for 2.6.39
To: Russell King - ARM Linux <linux@arm.linux.org.uk>


Russell,

the following reviewed changes since commit
dd9c1549edef02290edced639f67b54a25abbe0e:

?Linux 2.6.38-rc7 (2011-03-01 13:55:12 -0800)

are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
for-rmk

Bibek Basu (1):
? ? ?mach-ux500: add hrefv60 GPIO pins

Jonas Aaberg (1):
? ? ?plat-nomadik: pull-up/down settings for GPIO resume

Lee Jones (1):
? ? ?mach-ux500: Add Rohm BH1780GLI Light Sensor to i2c_board_info

Linus Walleij (10):
? ? ?ARM: 6644/1: mach-ux500: update the U8500 defconfig
? ? ?mach-ux500: add DB5500 PMU resources
? ? ?mach-ux500: add a few AB8500 regulator consumers v3
? ? ?mach-ux500: delete old keypad board file
? ? ?mach-u300: use mmci driver for GPIO card detect
? ? ?mach-u300: config U300 PL180 PL011 PL022 for DMA
? ? ?mach-ux500: config Ux500 PL011 PL022 PL180 for DMA
? ? ?plat-nomadik: fix compilation warning
? ? ?mach-ux500: basic HREFv60 support v2
? ? ?mach-ux500: activate USB in the U8500 defconfig

Mian Yousaf Kaukab (4):
? ? ?mach-ux500: add platform data for musb
? ? ?mach-ux500: update MUSB clock configurations
? ? ?mach-ux500: add MUSB to db8500 devices
? ? ?mach-ux500: add MUSB to db5500 devices

Philippe Langlais (4):
? ? ?mach-ux500: platform data for SFH7741 proximity sensor driver
? ? ?mach-ux500: platform data for LP5521 leds driver
? ? ?mach-ux500: set sd/mmc clock rate to 100MHz
? ? ?mach-ux500: fix inverted SD-card GPIO pin

Rabin Vincent (11):
? ? ?ARM: perf_event: allow platform-specific interrupt handler
? ? ?mach-ux500: DB8500 PMU support
? ? ?mach-ux500: dynamic UIB (user interface boards) detection
? ? ?plat-nomadik: support varying number of GPIOs per block
? ? ?plat-nomadik: add custom dbg_show for GPIO
? ? ?plat-nomadik: implement suspend/resume for GPIO
? ? ?plat-nomadik: support secondary GPIO interrupts
? ? ?plat-nomadik: set altfunc to GPIO when enabling the sleep config
? ? ?plat-nomadik: implement safe switch sequence for Alt-C
? ? ?plat-nomadik: get rid of unused GPIO PM code
? ? ?mach-ux500: move MOP500 pins to separate file

Rikard Olsson (1):
? ? ?plat-nomadik: change sleep/wakeup setting in GPIO SLPM register

Sundar Iyer (3):
? ? ?mach-ux500: fix ux500 build error
? ? ?mach-ux500: add ST-UIB platform data
? ? ?mach-ux500: add U8500 UIB platform data

Virupax Sadashivpetimath (1):
? ? ?plat-nomadik: type secondary IRQ correctly

?arch/arm/configs/u8500_defconfig ? ? ? ? ? ? ?| ? 65 ++++-
?arch/arm/include/asm/pmu.h ? ? ? ? ? ? ? ? ? ?| ? 14 +
?arch/arm/kernel/perf_event.c ? ? ? ? ? ? ? ? ?| ? 17 +-
?arch/arm/mach-u300/core.c ? ? ? ? ? ? ? ? ? ? | ?179 +++++++++++--
?arch/arm/mach-u300/mmc.c ? ? ? ? ? ? ? ? ? ? ?| ?160 ++---------
?arch/arm/mach-u300/spi.c ? ? ? ? ? ? ? ? ? ? ?| ? 21 +-
?arch/arm/mach-ux500/Makefile ? ? ? ? ? ? ? ? ?| ? ?8 +-
?arch/arm/mach-ux500/board-mop500-keypads.c ? ?| ?229 ---------------
?arch/arm/mach-ux500/board-mop500-pins.c ? ? ? | ?241 ++++++++++++++++
?arch/arm/mach-ux500/board-mop500-regulators.c | ? 62 ++++
?arch/arm/mach-ux500/board-mop500-sdi.c ? ? ? ?| ?184 ++++++++-----
?arch/arm/mach-ux500/board-mop500-stuib.c ? ? ?| ?205 ++++++++++++++
?arch/arm/mach-ux500/board-mop500-u8500uib.c ? | ?111 ++++++++
?arch/arm/mach-ux500/board-mop500-uib.c ? ? ? ?| ?135 +++++++++
?arch/arm/mach-ux500/board-mop500.c ? ? ? ? ? ?| ?328 +++++++++++++++++----
?arch/arm/mach-ux500/board-mop500.h ? ? ? ? ? ?| ? 25 ++-
?arch/arm/mach-ux500/board-u5500-sdi.c ? ? ? ? | ? 25 ++
?arch/arm/mach-ux500/board-u5500.c ? ? ? ? ? ? | ? ?6 +-
?arch/arm/mach-ux500/clock.c ? ? ? ? ? ? ? ? ? | ? ?6 +-
?arch/arm/mach-ux500/cpu-db5500.c ? ? ? ? ? ? ?| ? 53 ++++-
?arch/arm/mach-ux500/cpu-db8500.c ? ? ? ? ? ? ?| ? 76 +++++-
?arch/arm/mach-ux500/devices-common.c ? ? ? ? ?| ? ?1 +
?arch/arm/mach-ux500/devices-common.h ? ? ? ? ?| ? ?7 +-
?arch/arm/mach-ux500/devices-db5500.h ? ? ? ? ?| ? 19 +-
?arch/arm/mach-ux500/devices-db8500.c ? ? ? ? ?| ? 67 +++++-
?arch/arm/mach-ux500/devices-db8500.h ? ? ? ? ?| ? 15 +-
?arch/arm/mach-ux500/dma-db5500.c ? ? ? ? ? ? ?| ? 16 +
?arch/arm/mach-ux500/include/mach/uncompress.h | ? ?6 +-
?arch/arm/mach-ux500/include/mach/usb.h ? ? ? ?| ? 25 ++
?arch/arm/mach-ux500/usb.c ? ? ? ? ? ? ? ? ? ? | ?160 +++++++++++
?arch/arm/plat-nomadik/gpio.c ? ? ? ? ? ? ? ? ?| ?375 +++++++++++++++++++++----
?arch/arm/plat-nomadik/include/plat/gpio.h ? ? | ? ?3 +
?32 files changed, 2219 insertions(+), 625 deletions(-)
?delete mode 100644 arch/arm/mach-ux500/board-mop500-keypads.c
?create mode 100644 arch/arm/mach-ux500/board-mop500-pins.c
?create mode 100644 arch/arm/mach-ux500/board-mop500-stuib.c
?create mode 100644 arch/arm/mach-ux500/board-mop500-u8500uib.c
?create mode 100644 arch/arm/mach-ux500/board-mop500-uib.c
?create mode 100644 arch/arm/mach-ux500/include/mach/usb.h
?create mode 100644 arch/arm/mach-ux500/usb.c

They have all seen testing in linux-next for various amounts of time.

These three patches:

? ? ?ARM: perf_event: allow platform-specific interrupt handler
? ? ?mach-ux500: DB8500 PMU support
? ? ?ARM: 6644/1: mach-ux500: update the U8500 defconfig

Are already merged to you devel branch I guess, but I don't want to
base the request on top of that unless you explicitly request it, and
git should cope, anyway, tell me if you prefer something different.

Bear with me if this is not a good time for pull requests, I might not
have the best feeling for kernel weather, but rc7 seems pretty stable.

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [GIT PULL] ux500,u300,nomadik core changes for 2.6.39
  2011-03-03 18:33 ` [GIT PULL] ux500,u300,nomadik core changes for 2.6.39 Linus Walleij
@ 2011-03-15  8:37   ` Russell King - ARM Linux
  0 siblings, 0 replies; 2+ messages in thread
From: Russell King - ARM Linux @ 2011-03-15  8:37 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Mar 03, 2011 at 07:33:20PM +0100, Linus Walleij wrote:
> Of all the mistakes I do I don't know what deep personal deficiency makes
> me constantly miss to add the mailinglist CC to mails like this.
> 
> (And yes, I noticed RMK has a diskcrash to solve so I don't expect any
> hasty action on this, noted.)

Not a disk crash, more a SWSUSP buggeration.  You don't really expect
to find an ARM vmlinux in your inode tables after resuming from
suspend-to-disk.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-03-15  8:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <AANLkTi=3eiAjRdU9unXX13RbBHT-pPm+ujgsB0VpctiS@mail.gmail.com>
2011-03-03 18:33 ` [GIT PULL] ux500,u300,nomadik core changes for 2.6.39 Linus Walleij
2011-03-15  8:37   ` Russell King - ARM Linux

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).