linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: kmpark@infradead.org (Kyungmin Park)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/7] ARM: S5PC210: I2C devices support and Universal board updates
Date: Thu, 30 Sep 2010 13:48:14 +0900	[thread overview]
Message-ID: <20100930044814.GA16892@july> (raw)

The following changes since commit aff078a9da27e0effb2a149834089e5788943d4b:
  Marek Szyprowski (1):
        ARM: S5PV210: Enable USB HSOTG gadget build

Kyungmin Park (7):
      ARM: S5PC210: Universal OneNAND support
      ARM: S5PC110: Fix wrong interrupt I2C2 number
      ARM: Samsung: Use the correct I2C2 interrupt
      ARM: S5PC210: I2C1/2 support
      ARM: S5PC210: I2C0/1 devices support on Universal board
      ARM: S5PC210: Define the more I2C{3,4,5,6,7} address & interrupt
      ARM: S5PC210: I2C{3, 4, 5, 6, 7} device support

 arch/arm/mach-s5pv210/include/mach/irqs.h   |    4 +-
 arch/arm/mach-s5pv310/Kconfig               |   18 +++++++
 arch/arm/mach-s5pv310/Makefile              |    5 ++
 arch/arm/mach-s5pv310/include/mach/irqs.h   |    7 +++
 arch/arm/mach-s5pv310/include/mach/map.h    |   11 ++++-
 arch/arm/mach-s5pv310/mach-universal_c210.c |   16 ++++++
 arch/arm/mach-s5pv310/setup-i2c3.c          |   25 ++++++++++
 arch/arm/mach-s5pv310/setup-i2c4.c          |   25 ++++++++++
 arch/arm/mach-s5pv310/setup-i2c5.c          |   25 ++++++++++
 arch/arm/mach-s5pv310/setup-i2c6.c          |   25 ++++++++++
 arch/arm/mach-s5pv310/setup-i2c7.c          |   25 ++++++++++
 arch/arm/plat-s5p/Kconfig                   |   25 ++++++++++
 arch/arm/plat-s5p/Makefile                  |    5 ++
 arch/arm/plat-s5p/dev-i2c3.c                |   67 +++++++++++++++++++++++++++
 arch/arm/plat-s5p/dev-i2c4.c                |   67 +++++++++++++++++++++++++++
 arch/arm/plat-s5p/dev-i2c5.c                |   67 +++++++++++++++++++++++++++
 arch/arm/plat-s5p/dev-i2c6.c                |   67 +++++++++++++++++++++++++++
 arch/arm/plat-s5p/dev-i2c7.c                |   67 +++++++++++++++++++++++++++
 arch/arm/plat-samsung/dev-i2c2.c            |    4 +-
 arch/arm/plat-samsung/include/plat/iic.h    |    5 ++
 20 files changed, 554 insertions(+), 6 deletions(-)
 create mode 100644 arch/arm/mach-s5pv310/setup-i2c3.c
 create mode 100644 arch/arm/mach-s5pv310/setup-i2c4.c
 create mode 100644 arch/arm/mach-s5pv310/setup-i2c5.c
 create mode 100644 arch/arm/mach-s5pv310/setup-i2c6.c
 create mode 100644 arch/arm/mach-s5pv310/setup-i2c7.c
 create mode 100644 arch/arm/plat-s5p/dev-i2c3.c
 create mode 100644 arch/arm/plat-s5p/dev-i2c4.c
 create mode 100644 arch/arm/plat-s5p/dev-i2c5.c
 create mode 100644 arch/arm/plat-s5p/dev-i2c6.c
 create mode 100644 arch/arm/plat-s5p/dev-i2c7.c

             reply	other threads:[~2010-09-30  4:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-30  4:48 Kyungmin Park [this message]
2010-10-04 23:45 ` [PATCH 0/7] ARM: S5PC210: I2C devices support and Universal board updates Kyungmin Park
2010-10-05  8:40   ` Kukjin Kim
2010-10-05  8:46     ` Kyungmin Park
2010-10-07  1:37       ` Kukjin Kim
2010-10-05  8:56     ` Marek Szyprowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100930044814.GA16892@july \
    --to=kmpark@infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).