From: Grant Likely <grant.likely@secretlab.ca>
To: Thomas Abraham <thomas.abraham@linaro.org>
Cc: linux-serial@vger.kernel.org,
devicetree-discuss@lists.ozlabs.org,
linux-arm-kernel@lists.infradead.org, alan@linux.intel.com,
linux-samsung-soc@vger.kernel.org, kgene.kim@samsung.com,
ben-linux@fluff.org, Ramax Lo <ramaxlo@gmail.com>,
Vasily Khoruzhick <anarsoul@gmail.com>
Subject: Re: [PATCH v2 4/9] serial: samsung: remove struct 's3c24xx_uart_clksrc' and all uses of it
Date: Mon, 24 Oct 2011 13:37:05 +0200 [thread overview]
Message-ID: <20111024113705.GI8708@ponder.secretlab.ca> (raw)
In-Reply-To: <1318241285-23568-5-git-send-email-thomas.abraham@linaro.org>
On Mon, Oct 10, 2011 at 03:38:00PM +0530, Thomas Abraham wrote:
> With clkdev based clock lookup added to samsung serial driver, the use
> of 'struct s3c24xx_uart_clksrc' to supply clock names in platform
> data is removed from all the Samsung platform code.
>
> Cc: Ben Dooks <ben-linux@fluff.org>
> Cc: Ramax Lo <ramaxlo@gmail.com>
> Cc: Vasily Khoruzhick <anarsoul@gmail.com>
> Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
> ---
> arch/arm/mach-exynos4/init.c | 15 +----------
> arch/arm/mach-s3c2410/mach-bast.c | 22 ---------------
> arch/arm/mach-s3c2410/mach-vr1000.c | 24 -----------------
> arch/arm/mach-s3c2440/mach-anubis.c | 22 +--------------
> arch/arm/mach-s3c2440/mach-at2440evb.c | 22 +--------------
> arch/arm/mach-s3c2440/mach-osiris.c | 24 ++---------------
> arch/arm/mach-s3c2440/mach-rx1950.c | 18 ++----------
> arch/arm/mach-s3c2440/mach-rx3715.c | 19 ++-----------
> arch/arm/mach-s5p64x0/init.c | 31 ----------------------
> arch/arm/mach-s5pv210/init.c | 19 -------------
> arch/arm/plat-samsung/include/plat/regs-serial.h | 23 ----------------
> drivers/tty/serial/samsung.h | 1 -
> 12 files changed, 14 insertions(+), 226 deletions(-)
Nice diffstat. :-)
g.
WARNING: multiple messages have this Message-ID (diff)
From: grant.likely@secretlab.ca (Grant Likely)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 4/9] serial: samsung: remove struct 's3c24xx_uart_clksrc' and all uses of it
Date: Mon, 24 Oct 2011 13:37:05 +0200 [thread overview]
Message-ID: <20111024113705.GI8708@ponder.secretlab.ca> (raw)
In-Reply-To: <1318241285-23568-5-git-send-email-thomas.abraham@linaro.org>
On Mon, Oct 10, 2011 at 03:38:00PM +0530, Thomas Abraham wrote:
> With clkdev based clock lookup added to samsung serial driver, the use
> of 'struct s3c24xx_uart_clksrc' to supply clock names in platform
> data is removed from all the Samsung platform code.
>
> Cc: Ben Dooks <ben-linux@fluff.org>
> Cc: Ramax Lo <ramaxlo@gmail.com>
> Cc: Vasily Khoruzhick <anarsoul@gmail.com>
> Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
> ---
> arch/arm/mach-exynos4/init.c | 15 +----------
> arch/arm/mach-s3c2410/mach-bast.c | 22 ---------------
> arch/arm/mach-s3c2410/mach-vr1000.c | 24 -----------------
> arch/arm/mach-s3c2440/mach-anubis.c | 22 +--------------
> arch/arm/mach-s3c2440/mach-at2440evb.c | 22 +--------------
> arch/arm/mach-s3c2440/mach-osiris.c | 24 ++---------------
> arch/arm/mach-s3c2440/mach-rx1950.c | 18 ++----------
> arch/arm/mach-s3c2440/mach-rx3715.c | 19 ++-----------
> arch/arm/mach-s5p64x0/init.c | 31 ----------------------
> arch/arm/mach-s5pv210/init.c | 19 -------------
> arch/arm/plat-samsung/include/plat/regs-serial.h | 23 ----------------
> drivers/tty/serial/samsung.h | 1 -
> 12 files changed, 14 insertions(+), 226 deletions(-)
Nice diffstat. :-)
g.
next prev parent reply other threads:[~2011-10-24 11:37 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-10 10:07 [PATCH v2 0/9] serial: samsung: rework clock lookup and add device tree support Thomas Abraham
2011-10-10 10:07 ` Thomas Abraham
2011-10-10 10:07 ` [PATCH v2 1/9] serial: samsung: Keep a copy of the location of platform data in driver's private data Thomas Abraham
2011-10-10 10:07 ` Thomas Abraham
[not found] ` <1318241285-23568-1-git-send-email-thomas.abraham-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2011-10-10 10:07 ` [PATCH v2 2/9] serial: samsung: move handling of fclk/n clock to platform code Thomas Abraham
2011-10-10 10:07 ` Thomas Abraham
2011-10-10 10:07 ` [PATCH v2 3/9] serial: samsung: switch to clkdev based clock lookup Thomas Abraham
2011-10-10 10:07 ` Thomas Abraham
2011-10-10 10:08 ` [PATCH v2 4/9] serial: samsung: remove struct 's3c24xx_uart_clksrc' and all uses of it Thomas Abraham
2011-10-10 10:08 ` Thomas Abraham
2011-10-24 11:37 ` Grant Likely [this message]
2011-10-24 11:37 ` Grant Likely
2011-10-10 10:08 ` [PATCH v2 5/9] serial: samsung: remove all uses of get_clksrc and set_clksrc Thomas Abraham
2011-10-10 10:08 ` Thomas Abraham
2011-10-10 10:08 ` [PATCH v2 6/9] arm: samsung: register uart clocks to clock lookup list Thomas Abraham
2011-10-10 10:08 ` Thomas Abraham
2011-10-10 10:08 ` [PATCH v2 7/9] serial: samsung: merge all SoC specific port reset functions Thomas Abraham
2011-10-10 10:08 ` Thomas Abraham
2011-10-10 10:08 ` [PATCH v2 8/9] serial: samsung: merge probe() function from all SoC specific extensions Thomas Abraham
2011-10-10 10:08 ` Thomas Abraham
2011-10-10 10:08 ` [PATCH v2 9/9] serial: samsung: add device tree support Thomas Abraham
2011-10-10 10:08 ` Thomas Abraham
2011-10-24 11:38 ` Grant Likely
2011-10-24 11:38 ` Grant Likely
2011-10-24 8:27 ` [PATCH v2 0/9] serial: samsung: rework clock lookup and " Kukjin Kim
2011-10-24 8:27 ` Kukjin Kim
2011-10-24 9:05 ` Greg KH
2011-10-24 9:05 ` Greg KH
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=20111024113705.GI8708@ponder.secretlab.ca \
--to=grant.likely@secretlab.ca \
--cc=alan@linux.intel.com \
--cc=anarsoul@gmail.com \
--cc=ben-linux@fluff.org \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=kgene.kim@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=ramaxlo@gmail.com \
--cc=thomas.abraham@linaro.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 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.