linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] rmobile updates for 2.6.38-rc1
@ 2011-01-07  3:39 Paul Mundt
  2011-01-13  9:42 ` [GIT PULL] rmobile updates for 2.6.38-rc1, part 2 Paul Mundt
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Paul Mundt @ 2011-01-07  3:39 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-sh, linux-kernel

Please pull from:

	master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git rmobile-latest

Which contains:

Guennadi Liakhovetski (7):
      mmc: sh_mmcif: switch to completion, fix flags
      ARM: mach-shmobile: add DMA defines for MMCIF on sh7372
      mmc: sh_mmcif: cosmetic clean up
      mmc: sh_mmcif: add DMA support
      ARM: mach-shmobile: enable MMCIF DMA on ap4evb
      mmc: sh_mmcif: make DMA support by the driver unconditional
      dma: shdma: don't register the global die notifier multiple times

Kuninori Morimoto (17):
      ARM: mach-shmobile: ag5evm: remove unused define
      ARM: mach-shmobile: clock-sh73a0: modify MSTP order
      ARM: mach-shmobile: ag5evm: Add FSI resources
      ARM: mach-shmobile: Add mackerel board support
      ARM: mach-shmobile: mackerel: Add SMSC support
      ARM: mach-shmobile: mackerel: Add LCDC support
      ARM: mach-shmobile: mackerel: document switch and pin modes.
      ARM: mach-shmobile: mackerel: Add mackerel defconfig
      ARM: mach-shmobile: mackerel: Add lost GPIO_FN_LCDD 18 - 23
      ARM: mach-shmobile: mackerel: Add USB1(Host) support
      ARM: mach-shmobile: mackerel: Add LEDs support
      ARM: mach-shmobile: mackerel: Add FSI-AK4643 support
      ARM: mach-shmobile: mackerel: fixup default memory size
      ARM: mach-shmobile: ap4/mackerel: modify wrong comment out of USB
      ARM: mach-shmobile: ap4evb: fixup clk_put timing of fsib_clk
      ARM: mach-shmobile: mackerel: add HDMI video support
      ARM: mach-shmobile: mackerel: Add HDMI sound support

Magnus Damm (17):
      ARM: mach-shmobile: Initial AG5 and AG5EVM support
      ARM: mach-shmobile: AG5 clock framework improvements
      ARM: mach-shmobile: Fix up pinmux entries in Makefile
      ARM: mach-shmobile: SMP base support
      ARM: mach-shmobile: Enable SMP support
      ARM: mach-shmobile: sh73a0 SMP support
      ARM: mach-shmobile: Clean up headsmp.S
      ARM: mach-shmobile: Bump up NR_IRQS to 1024
      ARM: mach-shmobile: sh73a0 INTCS support
      ARM: mach-shmobile: sh73a0 TMU support
      ARM: mach-shmobile: sh73a0 CPGA fix for KEYSC
      ARM: mach-shmobile: Mackerel VGA camera support
      ARM: mach-shmobile: Use shared GIC entry macros
      ARM: mach-shmobile: Enable CONFIG_MULTI_IRQ_HANDLER
      ARM: mach-shmobile: Run-time IRQ handler for INTCA
      ARM: mach-shmobile: Run-time IRQ handler for GIC
      ARM: mach-shmobile: Rely on run-time IRQ handlers

Paul Mundt (7):
      ARM: mach-shmobile: Tidy up the Kconfig bits.
      ARM: mach-shmobile: Split out entry-macros in to GIC and INTC variants.
      ARM: mach-shmobile: Add ag5evm defconfig.
      mailmap: Fix up Takashi YOSHII's attribution.
      ARM: mach-shmobile: Fix up clkdev fallout for SH73A0.
      ARM: mach-shmobile: update for GIC changes.
      ARM: mach-shmobile: update for SMP changes.

Simon Horman (5):
      mmc, sh: Move constants to sh_mmcif.h
      sh, mmc: Make mmcif_update_progress static inline
      mmc, sh: Correct value for reset
      sh, mmc: Use defines when setting CE_CLK_CTRL
      ARM: mach-shmobile: mackerel: Add zboot support

Takashi YOSHII (9):
      ARM: mach-shmobile: Add sh73a0 pinmux support
      ARM: mach-shmobile: ag5evm: use gpio.
      ARM: mach-shmobile: ag5evm: scan keyboard support
      ARM: mach-shmobile: sh73a0 i2c_shmobile support.
      ARM: mach-shmobile: ag5evm i2c_shmobile support.
      ARM: mach-shmobile: sh73a0 GPIO pullup improvement
      ARM: mach-shmobile: Use pullups for AG5EVM KEYSC pins
      ARM: mach-shmobile: Add eMMC support through MMCIF on AG5EVM
      ARM: mach-shmobile: sh73a0: fix div4 table

Tony SIM (2):
      ARM: mach-shmobile: mackerel: Add Accelerometer sensor support
      ARM: mach-shmobile: mackerel: Add keypad tca6408a support

Yusuke Goda (3):
      ARM: mach-shmobile: mackerel: Add sdhi support
      ARM: mach-shmobile: mackerel: Add mmcif support
      ARM: mach-shmobile: mackerel: Add GPS support

 .mailmap                                           |    1 +
 arch/arm/Kconfig                                   |   12 +-
 arch/arm/configs/ag5evm_defconfig                  |   83 +
 arch/arm/configs/mackerel_defconfig                |  138 +
 arch/arm/mach-shmobile/Kconfig                     |   35 +-
 arch/arm/mach-shmobile/Makefile                    |   28 +-
 arch/arm/mach-shmobile/board-ag5evm.c              |  315 +++
 arch/arm/mach-shmobile/board-ap4evb.c              |   24 +-
 arch/arm/mach-shmobile/board-g3evm.c               |    1 +
 arch/arm/mach-shmobile/board-g4evm.c               |    1 +
 arch/arm/mach-shmobile/board-mackerel.c            | 1200 +++++++++
 arch/arm/mach-shmobile/clock-sh73a0.c              |  356 +++
 arch/arm/mach-shmobile/entry-gic.S                 |   18 +
 arch/arm/mach-shmobile/entry-intc.S                |   57 +
 arch/arm/mach-shmobile/headsmp.S                   |   27 +
 arch/arm/mach-shmobile/hotplug.c                   |   41 +
 arch/arm/mach-shmobile/include/mach/common.h       |   16 +
 arch/arm/mach-shmobile/include/mach/entry-macro.S  |   41 +-
 arch/arm/mach-shmobile/include/mach/hardware.h     |    3 -
 .../mach-shmobile/include/mach/head-mackerel.txt   |   87 +
 arch/arm/mach-shmobile/include/mach/irqs.h         |    5 +-
 arch/arm/mach-shmobile/include/mach/sh7372.h       |    2 +
 arch/arm/mach-shmobile/include/mach/sh73a0.h       |  467 ++++
 arch/arm/mach-shmobile/include/mach/smp.h          |   16 +
 arch/arm/mach-shmobile/include/mach/zboot.h        |    3 +
 arch/arm/mach-shmobile/intc-sh73a0.c               |  267 ++
 arch/arm/mach-shmobile/localtimer.c                |   25 +
 arch/arm/mach-shmobile/pfc-sh73a0.c                | 2746 ++++++++++++++++++++
 arch/arm/mach-shmobile/platsmp.c                   |   70 +
 arch/arm/mach-shmobile/setup-sh7372.c              |   10 +
 arch/arm/mach-shmobile/setup-sh73a0.c              |  412 +++
 arch/arm/mach-shmobile/smp-sh73a0.c                |   97 +
 arch/arm/mm/Kconfig                                |    2 +-
 arch/sh/include/mach-common/mach/romimage.h        |    2 +-
 arch/sh/include/mach-ecovec24/mach/romimage.h      |    2 +-
 arch/sh/include/mach-kfr2r09/mach/romimage.h       |    2 +-
 drivers/dma/shdma.c                                |   16 +-
 drivers/mmc/host/sh_mmcif.c                        |  429 +++-
 drivers/serial/sh-sci.h                            |    7 +
 include/linux/mmc/sh_mmcif.h                       |   60 +-
 40 files changed, 6904 insertions(+), 220 deletions(-)
 create mode 100644 arch/arm/configs/ag5evm_defconfig
 create mode 100644 arch/arm/configs/mackerel_defconfig
 create mode 100644 arch/arm/mach-shmobile/board-ag5evm.c
 create mode 100644 arch/arm/mach-shmobile/board-mackerel.c
 create mode 100644 arch/arm/mach-shmobile/clock-sh73a0.c
 create mode 100644 arch/arm/mach-shmobile/entry-gic.S
 create mode 100644 arch/arm/mach-shmobile/entry-intc.S
 create mode 100644 arch/arm/mach-shmobile/headsmp.S
 create mode 100644 arch/arm/mach-shmobile/hotplug.c
 create mode 100644 arch/arm/mach-shmobile/include/mach/head-mackerel.txt
 create mode 100644 arch/arm/mach-shmobile/include/mach/sh73a0.h
 create mode 100644 arch/arm/mach-shmobile/include/mach/smp.h
 create mode 100644 arch/arm/mach-shmobile/intc-sh73a0.c
 create mode 100644 arch/arm/mach-shmobile/localtimer.c
 create mode 100644 arch/arm/mach-shmobile/pfc-sh73a0.c
 create mode 100644 arch/arm/mach-shmobile/platsmp.c
 create mode 100644 arch/arm/mach-shmobile/setup-sh73a0.c
 create mode 100644 arch/arm/mach-shmobile/smp-sh73a0.c

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

* [GIT PULL] rmobile updates for 2.6.38-rc1, part 2.
  2011-01-07  3:39 [GIT PULL] rmobile updates for 2.6.38-rc1 Paul Mundt
@ 2011-01-13  9:42 ` Paul Mundt
  2011-01-25  9:52 ` [GIT PULL] rmobile updates for 2.6.38-rc3 Paul Mundt
  2011-03-04  8:09 ` [GIT PULL] rmobile updates for 2.6.38-rc8 Paul Mundt
  2 siblings, 0 replies; 4+ messages in thread
From: Paul Mundt @ 2011-01-13  9:42 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-sh, linux-kernel

Please pull from:

	master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git rmobile-latest

Which contains:

Arnd Hannemann (1):
      ARM: mach-shmobile: sh7372 Enable SDIO IRQs

Magnus Damm (4):
      ARM: mach-shmobile: sh7367 Enable SDIO IRQs
      ARM: mach-shmobile: sh7377 Enable SDIO IRQs
      ARM: mach-shmobile: sh7372 Enable SDIO IRQs for Mackerel
      ARM: mach-shmobile: Kill off unused !gpio_is_valid() case

Simon Horman (2):
      ARM: mach-shmobile: mackerel: SCIF port for earlyprintk when using zboot
      ARM: mach-shmobile: ap4eb: SCIF port for earlyprintk when using zboot

Tony SIM (1):
      ARM: mach-shmobile: mackerel: Add touchscreen ST1232 support

Yusuke Goda (1):
      ARM: mach-shmobile: mackerel: Add support get_cd in CN23

 arch/arm/mach-shmobile/board-ap4evb.c              |    8 ++---
 arch/arm/mach-shmobile/board-g4evm.c               |   15 ++++++++
 arch/arm/mach-shmobile/board-mackerel.c            |   35 ++++++++++++++++----
 .../arm/mach-shmobile/include/mach/head-ap4evb.txt |    7 ++++
 .../mach-shmobile/include/mach/head-mackerel.txt   |    7 ++++
 arch/arm/mach-shmobile/intc-sh7367.c               |    6 ++--
 arch/arm/mach-shmobile/intc-sh7372.c               |    4 +-
 arch/arm/mach-shmobile/intc-sh7377.c               |    4 +-
 8 files changed, 67 insertions(+), 19 deletions(-)

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

* [GIT PULL] rmobile updates for 2.6.38-rc3
  2011-01-07  3:39 [GIT PULL] rmobile updates for 2.6.38-rc1 Paul Mundt
  2011-01-13  9:42 ` [GIT PULL] rmobile updates for 2.6.38-rc1, part 2 Paul Mundt
@ 2011-01-25  9:52 ` Paul Mundt
  2011-03-04  8:09 ` [GIT PULL] rmobile updates for 2.6.38-rc8 Paul Mundt
  2 siblings, 0 replies; 4+ messages in thread
From: Paul Mundt @ 2011-01-25  9:52 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-sh, linux-kernel

This is a fairly straightforward set of fixes. The bulk of the additions
here are simply plugging in some platform data for AG5.

Please pull from:

	master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git rmobile-fixes-for-linus

Which contains:

Kuninori Morimoto (2):
      ARM: mach-shmobile: clock-sh7372: fixup pllc2 set_rate
      ARM: mach-shmobile: ag5evm: Add IrDA support

Magnus Damm (6):
      ARM: mach-shmobile: sh7372 INTCS MFIS2 interrupt update
      ARM: mach-shmobile: remove sh7367 on-chip set_irq_type()
      ARM: mach-shmobile: sh73a0 CPGA fix for FRQCRA M3
      ARM: mach-shmobile: sh73a0 CPGA fix for IrDA MSTP
      ARM: mach-shmobile: sh73a0 CPGA fix for PLL CFG bit
      ARM: mach-shmobile: AG5EVM LCDC / MIPI-DSI platform data

Paul Mundt (1):
      mmc: sh_mmcif: Convert to __raw_xxx() I/O accessors.

Simon Horman (1):
      ARM: mach-shmobile: mackerel: clarify shdi/mmcif switch settings

Takashi YOSHII (2):
      ARM: mach-shmobile: fix cpu_base of gic_init() on sh73a0
      ARM: mach-shmobile: ag5evm requires GPIOLIB

 arch/arm/mach-shmobile/Kconfig          |    2 +
 arch/arm/mach-shmobile/board-ag5evm.c   |  180 ++++++++++++++++++++++++++++++-
 arch/arm/mach-shmobile/board-g3evm.c    |    1 -
 arch/arm/mach-shmobile/board-mackerel.c |    5 +-
 arch/arm/mach-shmobile/clock-sh7372.c   |    4 +-
 arch/arm/mach-shmobile/clock-sh73a0.c   |   29 +++++-
 arch/arm/mach-shmobile/intc-sh7372.c    |   11 ++-
 arch/arm/mach-shmobile/intc-sh73a0.c    |    5 +-
 include/linux/mmc/sh_mmcif.h            |    4 +-
 9 files changed, 222 insertions(+), 19 deletions(-)

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

* [GIT PULL] rmobile updates for 2.6.38-rc8
  2011-01-07  3:39 [GIT PULL] rmobile updates for 2.6.38-rc1 Paul Mundt
  2011-01-13  9:42 ` [GIT PULL] rmobile updates for 2.6.38-rc1, part 2 Paul Mundt
  2011-01-25  9:52 ` [GIT PULL] rmobile updates for 2.6.38-rc3 Paul Mundt
@ 2011-03-04  8:09 ` Paul Mundt
  2 siblings, 0 replies; 4+ messages in thread
From: Paul Mundt @ 2011-03-04  8:09 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-sh, linux-kernel

Please pull from:

	master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git rmobile-fixes-for-linus

Which contains:

Kuninori Morimoto (4):
      ARM: mach-shmobile: ap4evb: fixup memory initialize for zboot
      ARM: mach-shmobile: mackerel: fixup memory initialize for zboot
      ARM: mach-shmobile: ap4evb: modify LCDC clock divider value
      ARM: mach-shmobile: mackerel: modify LCDC clock divider value

Magnus Damm (2):
      ARM: mach-shmobile: AG5EVM MIPI-DSI LCD reset delay fix
      ARM: mach-shmobile: Add sh73a0 MIPI-CSI and CEU clocks

 arch/arm/mach-shmobile/board-ag5evm.c              |    1 +
 arch/arm/mach-shmobile/board-ap4evb.c              |    2 +-
 arch/arm/mach-shmobile/board-mackerel.c            |    2 +-
 arch/arm/mach-shmobile/clock-sh73a0.c              |   17 ++++++++++++++---
 .../arm/mach-shmobile/include/mach/head-ap4evb.txt |   10 +++++-----
 .../mach-shmobile/include/mach/head-mackerel.txt   |   10 +++++-----
 6 files changed, 27 insertions(+), 15 deletions(-)

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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-07  3:39 [GIT PULL] rmobile updates for 2.6.38-rc1 Paul Mundt
2011-01-13  9:42 ` [GIT PULL] rmobile updates for 2.6.38-rc1, part 2 Paul Mundt
2011-01-25  9:52 ` [GIT PULL] rmobile updates for 2.6.38-rc3 Paul Mundt
2011-03-04  8:09 ` [GIT PULL] rmobile updates for 2.6.38-rc8 Paul Mundt

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