From: Paul Bolle <pebolle@tiscali.nl>
To: Arnd Bergmann <arnd@arndb.de>
Cc: linux-arm-msm@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
David Brown <davidb@codeaurora.org>,
Daniel Walker <dwalker@fifo99.com>,
Bryan Huntsman <bryanh@codeaurora.org>,
Stephen Boyd <sboyd@codeaurora.org>,
Tim Bird <tim.bird@sonymobile.com>,
Bjorn Andersson <bjorn.andersson@sonymobile.com>,
Linus Walleij <linus.walleij@linaro.org>,
linux-kernel@vger.kernel.org,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Ulf Hansson <ulf.hansson@linaro.org>,
Arnd Bergmann <arnd@arnd.de>
Subject: Re: [RFC PATCH 01/18] serial: remove obsolete msm_serial_hs driver
Date: Wed, 04 Mar 2015 21:03:29 +0100 [thread overview]
Message-ID: <1425499409.2090.7.camel@tiscali.nl> (raw)
In-Reply-To: <1425497592-1831064-2-git-send-email-arnd@arndb.de>
Arnd Bergmann schreef op wo 04-03-2015 om 20:32 [+0100]:
> Linux currently has two drivers for the same hardware: msm_serial
> and msm_serial_hs. Only the former is being actively maintained,
> and the latter is not used by any in-tree board files, so we
> can safely remove it.
>
> Signed-off-by: Arnd Bergmann <arnd@arnd.de>
> ---
> drivers/tty/serial/Kconfig | 12 -
> drivers/tty/serial/msm_serial_hs.c | 1874 ---------------------------
I haven't even bothered to check, but in a diff stat like this one
expects a line like
drivers/tty/serial/Makefile | 1 -
here. Is that expectation correct?
> include/linux/platform_data/msm_serial_hs.h | 49 -
> 3 files changed, 1935 deletions(-)
> delete mode 100644 drivers/tty/serial/msm_serial_hs.c
> delete mode 100644 include/linux/platform_data/msm_serial_hs.h
Paul Bolle
WARNING: multiple messages have this Message-ID (diff)
From: pebolle@tiscali.nl (Paul Bolle)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH 01/18] serial: remove obsolete msm_serial_hs driver
Date: Wed, 04 Mar 2015 21:03:29 +0100 [thread overview]
Message-ID: <1425499409.2090.7.camel@tiscali.nl> (raw)
In-Reply-To: <1425497592-1831064-2-git-send-email-arnd@arndb.de>
Arnd Bergmann schreef op wo 04-03-2015 om 20:32 [+0100]:
> Linux currently has two drivers for the same hardware: msm_serial
> and msm_serial_hs. Only the former is being actively maintained,
> and the latter is not used by any in-tree board files, so we
> can safely remove it.
>
> Signed-off-by: Arnd Bergmann <arnd@arnd.de>
> ---
> drivers/tty/serial/Kconfig | 12 -
> drivers/tty/serial/msm_serial_hs.c | 1874 ---------------------------
I haven't even bothered to check, but in a diff stat like this one
expects a line like
drivers/tty/serial/Makefile | 1 -
here. Is that expectation correct?
> include/linux/platform_data/msm_serial_hs.h | 49 -
> 3 files changed, 1935 deletions(-)
> delete mode 100644 drivers/tty/serial/msm_serial_hs.c
> delete mode 100644 include/linux/platform_data/msm_serial_hs.h
Paul Bolle
next prev parent reply other threads:[~2015-03-04 20:03 UTC|newest]
Thread overview: 79+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-04 19:32 [RFC PATCH 00/18] ARM: msm multiplatform support Arnd Bergmann
2015-03-04 19:32 ` Arnd Bergmann
2015-03-04 19:32 ` [RFC PATCH 01/18] serial: remove obsolete msm_serial_hs driver Arnd Bergmann
2015-03-04 19:32 ` Arnd Bergmann
2015-03-04 20:03 ` Paul Bolle [this message]
2015-03-04 20:03 ` Paul Bolle
2015-03-04 20:07 ` Paul Bolle
2015-03-04 20:07 ` Paul Bolle
2015-03-04 20:07 ` Paul Bolle
2015-03-04 20:38 ` Arnd Bergmann
2015-03-04 20:38 ` Arnd Bergmann
2015-03-04 19:32 ` [RFC PATCH 02/18] mmc: msm: move data mover into mmc driver Arnd Bergmann
2015-03-04 19:32 ` Arnd Bergmann
2015-03-13 13:14 ` Ulf Hansson
2015-03-13 13:14 ` Ulf Hansson
2015-03-04 19:32 ` [RFC PATCH 03/18] mmc: msm: pass dmov resources via device Arnd Bergmann
2015-03-04 19:32 ` Arnd Bergmann
2015-03-13 13:15 ` Ulf Hansson
2015-03-13 13:15 ` Ulf Hansson
2015-03-04 19:32 ` [RFC PATCH 04/18] mmc: msm: move clk-reset logic to platform Arnd Bergmann
2015-03-04 19:32 ` Arnd Bergmann
2015-03-13 13:15 ` Ulf Hansson
2015-03-13 13:15 ` Ulf Hansson
2015-03-04 19:32 ` [RFC PATCH 05/18] ARM: msm: fix qsd8x50 rev.a support Arnd Bergmann
2015-03-04 19:32 ` Arnd Bergmann
2015-03-04 19:32 ` Arnd Bergmann
2015-03-04 19:33 ` [RFC PATCH 06/18] ARM: msm: fix mach/msm_iomap.h inclusions Arnd Bergmann
2015-03-04 19:33 ` Arnd Bergmann
2015-03-04 19:33 ` [RFC PATCH 07/18] ARM: msm: fix sirc code for multiplatform Arnd Bergmann
2015-03-04 19:33 ` Arnd Bergmann
2015-03-04 19:33 ` Arnd Bergmann
2015-03-04 19:33 ` [RFC PATCH 08/18] ARM: msm: fix gpiomux config " Arnd Bergmann
2015-03-04 19:33 ` Arnd Bergmann
2015-03-04 19:33 ` Arnd Bergmann
2015-03-04 19:33 ` [RFC PATCH 09/18] ARM: msm: fix vic irqchip " Arnd Bergmann
2015-03-04 19:33 ` Arnd Bergmann
2015-03-04 19:33 ` Arnd Bergmann
2015-03-04 19:33 ` [RFC PATCH 10/18] gpio: move msm-v1 driver to mach-msm Arnd Bergmann
2015-03-04 19:33 ` Arnd Bergmann
2015-03-04 19:33 ` Arnd Bergmann
2015-03-09 16:10 ` Linus Walleij
2015-03-09 16:10 ` Linus Walleij
2015-03-04 19:33 ` [RFC PATCH 11/18] clocksource: qcom: make mach-msm and mach-qcom coexist Arnd Bergmann
2015-03-04 19:33 ` Arnd Bergmann
2015-03-04 19:33 ` [RFC PATCH 12/18] ARM: msm: make smd behave like a normal driver Arnd Bergmann
2015-03-04 19:33 ` Arnd Bergmann
2015-03-04 19:33 ` [RFC PATCH 13/18] ARM: msm: rename conflicting symbols Arnd Bergmann
2015-03-04 19:33 ` Arnd Bergmann
2015-03-04 19:33 ` [RFC PATCH 14/18] ARM: msm: pass gpio irq range as resource Arnd Bergmann
2015-03-04 19:33 ` Arnd Bergmann
2015-03-04 19:33 ` [RFC PATCH 15/18] ARM: msm: clean up irq handling Arnd Bergmann
2015-03-04 19:33 ` Arnd Bergmann
2015-03-04 19:33 ` [RFC PATCH 16/18] ARM: msm: make msm_smd.h global Arnd Bergmann
2015-03-04 19:33 ` Arnd Bergmann
2015-03-04 19:33 ` [RFC PATCH 17/18] ARM: msm: make all header files local Arnd Bergmann
2015-03-04 19:33 ` Arnd Bergmann
2015-03-04 19:33 ` [RFC PATCH 18/18] ARM: msm: enable multiplatform support Arnd Bergmann
2015-03-04 19:33 ` Arnd Bergmann
2015-03-04 20:31 ` [RFC PATCH 00/18] ARM: msm " Paul Bolle
2015-03-04 20:31 ` Paul Bolle
2015-03-04 20:35 ` Arnd Bergmann
2015-03-04 20:35 ` Arnd Bergmann
2015-03-04 21:09 ` Paul Bolle
2015-03-04 21:09 ` Paul Bolle
2015-03-04 21:14 ` Paul Bolle
2015-03-04 21:14 ` Paul Bolle
2015-03-04 22:11 ` dwalker
2015-03-04 22:11 ` dwalker
2015-03-04 22:11 ` dwalker at fifo99.com
2015-03-04 22:30 ` Arnd Bergmann
2015-03-04 22:30 ` Arnd Bergmann
2015-03-05 16:40 ` Ulf Hansson
2015-03-05 16:40 ` Ulf Hansson
2015-03-08 22:52 ` Arnd Bergmann
2015-03-08 22:52 ` Arnd Bergmann
2015-03-07 3:12 ` dwalker
2015-03-07 3:12 ` dwalker at fifo99.com
2015-03-12 16:27 ` Arnd Bergmann
2015-03-12 16:27 ` Arnd Bergmann
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=1425499409.2090.7.camel@tiscali.nl \
--to=pebolle@tiscali.nl \
--cc=arnd@arnd.de \
--cc=arnd@arndb.de \
--cc=bjorn.andersson@sonymobile.com \
--cc=bryanh@codeaurora.org \
--cc=davidb@codeaurora.org \
--cc=dwalker@fifo99.com \
--cc=gregkh@linuxfoundation.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sboyd@codeaurora.org \
--cc=tim.bird@sonymobile.com \
--cc=ulf.hansson@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.