From: Thierry Reding <thierry.reding@gmail.com>
To: Kukjin Kim <kgene.kim@samsung.com>
Cc: Arnd Bergmann <arnd@arndb.de>, 'Olof Johansson' <olof@lixom.net>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-samsung-soc@vger.kernel.org"
<linux-samsung-soc@vger.kernel.org>,
Tomasz Figa <t.figa@samsung.com>
Subject: Re: [GIT PULL 1/2] Samsung cleanup PWM for v3.11
Date: Tue, 25 Jun 2013 22:08:52 +0200 [thread overview]
Message-ID: <20130625200851.GA8663@mithrandir> (raw)
In-Reply-To: <51C9C6B3.4040003@samsung.com>
[-- Attachment #1: Type: text/plain, Size: 2578 bytes --]
On Wed, Jun 26, 2013 at 01:34:59AM +0900, Kukjin Kim wrote:
> On 06/25/13 02:09, Kukjin Kim wrote:
> >The following changes since commit
> >db3824e6bf0b0f421b0d43f08d905935e826a965:
> >
> >ARM: SAMSUNG: Remove unused plat/regs-watchdog.h header (2013-06-19
> >03:13:18 +0900)
> >
> >are available in the git repository at:
> >
> >git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> >tags/samsung-cleanup-2
> >
> >for you to fetch changes up to 329d2fb35f05bd9255b4618813d534b8192555a4:
> >
> >ARM: SAMSUNG: Remove plat/regs-timer.h header (2013-06-25 01:13:49 +0900)
> >
> >----------------------------------------------------------------
> >based on tags/samsung-cleanup-1
> >
> >This cleanup of PWM Samsung is for:
> >1) moving remaining Samsung platforms to the new clocksource driver
> >2) removing old clocksource driver
> >3) adding new multiplatform- and DT-aware PWM driver
> >4) moving all Samsung platforms to use the new PWM driver
> >5) removing old PWM driver
> >6) removing all PWM-related code that is not used anymore
> >
> >----------------------------------------------------------------
> >Tomasz Figa (18):
> >ARM: SAMSUNG: Unify base address definitions of timer block
> >ARM: SAMSUNG: Add new PWM platform device
> >ARM: SAMSUNG: Set PWM platform data
> >clocksource: samsung_pwm_timer: Cache clocksource register address
> >clocksource: samsung_pwm_timer: Do not use clocksource_mmio
> >clocksource: samsung_pwm_timer: Handle suspend/resume correctly
> >ARM: SAMSUNG: Move all platforms to new clocksource driver
> >ARM: SAMSUNG: Remove old samsung-time driver
> >ARM: SAMSUNG: Remove unused PWM timer IRQ chip code
> >pwm: samsung: Rename to pwm-samsung-legacy
> >pwm: Add new pwm-samsung driver
> >ARM: SAMSUNG: Rework private data handling in dev-backlight
> >ARM: SAMSUNG: Modify board files to use new PWM platform device
> >pwm: Remove superseded pwm-samsung-legacy driver
> >ARM: SAMSUNG: Remove old PWM timer platform devices
> >ARM: SAMSUNG: Remove pwm-clock infrastructure
> >ARM: SAMSUNG: Remove remaining uses of plat/regs-timer.h header
> >ARM: SAMSUNG: Remove plat/regs-timer.h header
> >
>
> [...]
>
> >drivers/pwm/pwm-samsung.c | 694 ++++++++++++++-------
>
> (+ Thierry Reding)
>
> Hi Arnd and Olof
>
> Please hold on pulling this one because Thierry Reding has objection
> on this. I think, this can be queued for next time.
If it's really just my objection keeping this back, then I'm fine with
adding the comment in a follow-up patch.
Thierry
[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: thierry.reding@gmail.com (Thierry Reding)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 1/2] Samsung cleanup PWM for v3.11
Date: Tue, 25 Jun 2013 22:08:52 +0200 [thread overview]
Message-ID: <20130625200851.GA8663@mithrandir> (raw)
In-Reply-To: <51C9C6B3.4040003@samsung.com>
On Wed, Jun 26, 2013 at 01:34:59AM +0900, Kukjin Kim wrote:
> On 06/25/13 02:09, Kukjin Kim wrote:
> >The following changes since commit
> >db3824e6bf0b0f421b0d43f08d905935e826a965:
> >
> >ARM: SAMSUNG: Remove unused plat/regs-watchdog.h header (2013-06-19
> >03:13:18 +0900)
> >
> >are available in the git repository at:
> >
> >git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> >tags/samsung-cleanup-2
> >
> >for you to fetch changes up to 329d2fb35f05bd9255b4618813d534b8192555a4:
> >
> >ARM: SAMSUNG: Remove plat/regs-timer.h header (2013-06-25 01:13:49 +0900)
> >
> >----------------------------------------------------------------
> >based on tags/samsung-cleanup-1
> >
> >This cleanup of PWM Samsung is for:
> >1) moving remaining Samsung platforms to the new clocksource driver
> >2) removing old clocksource driver
> >3) adding new multiplatform- and DT-aware PWM driver
> >4) moving all Samsung platforms to use the new PWM driver
> >5) removing old PWM driver
> >6) removing all PWM-related code that is not used anymore
> >
> >----------------------------------------------------------------
> >Tomasz Figa (18):
> >ARM: SAMSUNG: Unify base address definitions of timer block
> >ARM: SAMSUNG: Add new PWM platform device
> >ARM: SAMSUNG: Set PWM platform data
> >clocksource: samsung_pwm_timer: Cache clocksource register address
> >clocksource: samsung_pwm_timer: Do not use clocksource_mmio
> >clocksource: samsung_pwm_timer: Handle suspend/resume correctly
> >ARM: SAMSUNG: Move all platforms to new clocksource driver
> >ARM: SAMSUNG: Remove old samsung-time driver
> >ARM: SAMSUNG: Remove unused PWM timer IRQ chip code
> >pwm: samsung: Rename to pwm-samsung-legacy
> >pwm: Add new pwm-samsung driver
> >ARM: SAMSUNG: Rework private data handling in dev-backlight
> >ARM: SAMSUNG: Modify board files to use new PWM platform device
> >pwm: Remove superseded pwm-samsung-legacy driver
> >ARM: SAMSUNG: Remove old PWM timer platform devices
> >ARM: SAMSUNG: Remove pwm-clock infrastructure
> >ARM: SAMSUNG: Remove remaining uses of plat/regs-timer.h header
> >ARM: SAMSUNG: Remove plat/regs-timer.h header
> >
>
> [...]
>
> >drivers/pwm/pwm-samsung.c | 694 ++++++++++++++-------
>
> (+ Thierry Reding)
>
> Hi Arnd and Olof
>
> Please hold on pulling this one because Thierry Reding has objection
> on this. I think, this can be queued for next time.
If it's really just my objection keeping this back, then I'm fine with
adding the comment in a follow-up patch.
Thierry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20130625/9c5ae3a7/attachment-0001.sig>
next prev parent reply other threads:[~2013-06-25 20:08 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-24 17:09 [GIT PULL 1/2] Samsung cleanup PWM for v3.11 Kukjin Kim
2013-06-24 17:09 ` Kukjin Kim
2013-06-25 16:34 ` Kukjin Kim
2013-06-25 16:34 ` Kukjin Kim
2013-06-25 20:08 ` Thierry Reding [this message]
2013-06-25 20:08 ` Thierry Reding
2013-06-25 20:13 ` Olof Johansson
2013-06-25 20:13 ` Olof Johansson
2013-06-26 1:06 ` Kukjin Kim
2013-06-26 1:06 ` Kukjin Kim
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=20130625200851.GA8663@mithrandir \
--to=thierry.reding@gmail.com \
--cc=arnd@arndb.de \
--cc=kgene.kim@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=olof@lixom.net \
--cc=t.figa@samsung.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.