From: Lee Jones <lee.jones@linaro.org>
To: Paul Cercueil <paul@crapouillou.net>
Cc: "Mark Rutland" <mark.rutland@arm.com>,
linux-fbdev@vger.kernel.org,
"Liam Girdwood" <lgirdwood@gmail.com>,
"James Hogan" <jhogan@kernel.org>,
alsa-devel@alsa-project.org, dri-devel@lists.freedesktop.org,
"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
od@zcrc.me, linux-mtd@lists.infradead.org,
"Miquel Raynal" <miquel.raynal@bootlin.com>,
"Artur Rojek" <contact@artur-rojek.eu>,
"Richard Weinberger" <richard@nod.at>,
linux-pm@vger.kernel.org, "Paul Burton" <paul.burton@mips.com>,
linux-mips@vger.kernel.org, "Guenter Roeck" <linux@roeck-us.net>,
devicetree@vger.kernel.org, "Jean Delvare" <jdelvare@suse.com>,
"Bartlomiej Zolnierkiewicz" <b.zolnierkie@samsung.com>,
"Mark Brown" <broonie@kernel.org>,
linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org,
"Ralf Baechle" <ralf@linux-mips.org>,
"Vinod Koul" <vkoul@kernel.org>,
"Rob Herring" <robh+dt@kernel.org>,
"Sebastian Reichel" <sre@kerne>
Subject: Re: [PATCH 10/11] mfd: Drop obsolete JZ4740 driver
Date: Tue, 13 Aug 2019 11:30:22 +0100 [thread overview]
Message-ID: <20190813103022.GB26727@dell> (raw)
In-Reply-To: <1565690508.1856.0@crapouillou.net>
On Tue, 13 Aug 2019, Paul Cercueil wrote:
> Hi Philippe,
>
>
> Le mar. 13 août 2019 à 10:44, Philippe =?iso-8859-1?q?Mathieu-Daud=E9?=
> <f4bug@amsat.org> a écrit :
> > Hi Lee,
> >
> > On 8/12/19 10:16 AM, Lee Jones wrote:
> > > On Thu, 25 Jul 2019, Paul Cercueil wrote:
> > >
> > > > It has been replaced with the ingenic-iio driver for the ADC.
> > > >
> > > > Signed-off-by: Paul Cercueil <paul@crapouillou.net>
> > > > Tested-by: Artur Rojek <contact@artur-rojek.eu>
> > > > ---
> > > > drivers/mfd/Kconfig | 9 --
> > > > drivers/mfd/Makefile | 1 -
> > > > drivers/mfd/jz4740-adc.c | 324
> > > > ---------------------------------------
> > > > 3 files changed, 334 deletions(-)
> > > > delete mode 100644 drivers/mfd/jz4740-adc.c
> > >
> > > Applied, thanks.
> >
> > It seems the replacement is done in "MIPS: qi_lb60: Migrate to
> > devicetree" which is not yet merged.
>
> It's merged in the MIPS tree, though, so it'll blend together just
> fine in linux-next.
Wonderful. Thanks Paul.
--
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: Paul Cercueil <paul@crapouillou.net>
Cc: "Philippe Mathieu-Daudé" <f4bug@amsat.org>,
"Ralf Baechle" <ralf@linux-mips.org>,
"Paul Burton" <paul.burton@mips.com>,
"James Hogan" <jhogan@kernel.org>,
"Rob Herring" <robh+dt@kernel.org>,
"Mark Rutland" <mark.rutland@arm.com>,
"Vinod Koul" <vkoul@kernel.org>,
"Jean Delvare" <jdelvare@suse.com>,
"Guenter Roeck" <linux@roeck-us.net>,
"Miquel Raynal" <miquel.raynal@bootlin.com>,
"Richard Weinberger" <richard@nod.at>,
"Sebastian Reichel" <sre@kernel.org>,
"Bartlomiej Zolnierkiewicz" <b.zolnierkie@samsung.com>,
"Liam Girdwood" <lgirdwood@gmail.com>,
"Mark Brown" <broonie@kernel.org>,
od@zcrc.me, devicetree@vger.kernel.org,
linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org,
dmaengine@vger.kernel.org, linux-hwmon@vger.kernel.org,
linux-mtd@lists.infradead.org, linux-pm@vger.kernel.org,
dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org,
alsa-devel@alsa-project.org,
"Artur Rojek" <contact@artur-rojek.eu>
Subject: Re: [PATCH 10/11] mfd: Drop obsolete JZ4740 driver
Date: Tue, 13 Aug 2019 11:30:22 +0100 [thread overview]
Message-ID: <20190813103022.GB26727@dell> (raw)
In-Reply-To: <1565690508.1856.0@crapouillou.net>
On Tue, 13 Aug 2019, Paul Cercueil wrote:
> Hi Philippe,
>
>
> Le mar. 13 août 2019 à 10:44, Philippe =?iso-8859-1?q?Mathieu-Daud=E9?=
> <f4bug@amsat.org> a écrit :
> > Hi Lee,
> >
> > On 8/12/19 10:16 AM, Lee Jones wrote:
> > > On Thu, 25 Jul 2019, Paul Cercueil wrote:
> > >
> > > > It has been replaced with the ingenic-iio driver for the ADC.
> > > >
> > > > Signed-off-by: Paul Cercueil <paul@crapouillou.net>
> > > > Tested-by: Artur Rojek <contact@artur-rojek.eu>
> > > > ---
> > > > drivers/mfd/Kconfig | 9 --
> > > > drivers/mfd/Makefile | 1 -
> > > > drivers/mfd/jz4740-adc.c | 324
> > > > ---------------------------------------
> > > > 3 files changed, 334 deletions(-)
> > > > delete mode 100644 drivers/mfd/jz4740-adc.c
> > >
> > > Applied, thanks.
> >
> > It seems the replacement is done in "MIPS: qi_lb60: Migrate to
> > devicetree" which is not yet merged.
>
> It's merged in the MIPS tree, though, so it'll blend together just
> fine in linux-next.
Wonderful. Thanks Paul.
--
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: Paul Cercueil <paul@crapouillou.net>
Cc: "Mark Rutland" <mark.rutland@arm.com>,
linux-fbdev@vger.kernel.org,
"Liam Girdwood" <lgirdwood@gmail.com>,
"James Hogan" <jhogan@kernel.org>,
alsa-devel@alsa-project.org, dri-devel@lists.freedesktop.org,
"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
od@zcrc.me, linux-mtd@lists.infradead.org,
"Miquel Raynal" <miquel.raynal@bootlin.com>,
"Artur Rojek" <contact@artur-rojek.eu>,
"Richard Weinberger" <richard@nod.at>,
linux-pm@vger.kernel.org, "Paul Burton" <paul.burton@mips.com>,
linux-mips@vger.kernel.org, "Guenter Roeck" <linux@roeck-us.net>,
devicetree@vger.kernel.org, "Jean Delvare" <jdelvare@suse.com>,
"Bartlomiej Zolnierkiewicz" <b.zolnierkie@samsung.com>,
"Mark Brown" <broonie@kernel.org>,
linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org,
"Ralf Baechle" <ralf@linux-mips.org>,
"Vinod Koul" <vkoul@kernel.org>,
"Rob Herring" <robh+dt@kernel.org>,
"Sebastian Reichel" <sre@kerne>
Subject: Re: [PATCH 10/11] mfd: Drop obsolete JZ4740 driver
Date: Tue, 13 Aug 2019 10:30:22 +0000 [thread overview]
Message-ID: <20190813103022.GB26727@dell> (raw)
In-Reply-To: <1565690508.1856.0@crapouillou.net>
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="windows-1254", Size: 1178 bytes --]
On Tue, 13 Aug 2019, Paul Cercueil wrote:
> Hi Philippe,
>
>
> Le mar. 13 août 2019 à 10:44, Philippe =?iso-8859-1?q?Mathieu-Daudé?> <f4bug@amsat.org> a écrit :
> > Hi Lee,
> >
> > On 8/12/19 10:16 AM, Lee Jones wrote:
> > > On Thu, 25 Jul 2019, Paul Cercueil wrote:
> > >
> > > > It has been replaced with the ingenic-iio driver for the ADC.
> > > >
> > > > Signed-off-by: Paul Cercueil <paul@crapouillou.net>
> > > > Tested-by: Artur Rojek <contact@artur-rojek.eu>
> > > > ---
> > > > drivers/mfd/Kconfig | 9 --
> > > > drivers/mfd/Makefile | 1 -
> > > > drivers/mfd/jz4740-adc.c | 324
> > > > ---------------------------------------
> > > > 3 files changed, 334 deletions(-)
> > > > delete mode 100644 drivers/mfd/jz4740-adc.c
> > >
> > > Applied, thanks.
> >
> > It seems the replacement is done in "MIPS: qi_lb60: Migrate to
> > devicetree" which is not yet merged.
>
> It's merged in the MIPS tree, though, so it'll blend together just
> fine in linux-next.
Wonderful. Thanks Paul.
--
Lee Jones [æç¼æ¯]
Linaro Services Technical Lead
Linaro.org â Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: Paul Cercueil <paul@crapouillou.net>
Cc: "Mark Rutland" <mark.rutland@arm.com>,
linux-fbdev@vger.kernel.org,
"Liam Girdwood" <lgirdwood@gmail.com>,
"James Hogan" <jhogan@kernel.org>,
alsa-devel@alsa-project.org, dri-devel@lists.freedesktop.org,
"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
od@zcrc.me, linux-mtd@lists.infradead.org,
"Miquel Raynal" <miquel.raynal@bootlin.com>,
"Artur Rojek" <contact@artur-rojek.eu>,
"Richard Weinberger" <richard@nod.at>,
linux-pm@vger.kernel.org, "Paul Burton" <paul.burton@mips.com>,
linux-mips@vger.kernel.org, "Guenter Roeck" <linux@roeck-us.net>,
devicetree@vger.kernel.org, "Jean Delvare" <jdelvare@suse.com>,
"Bartlomiej Zolnierkiewicz" <b.zolnierkie@samsung.com>,
"Mark Brown" <broonie@kernel.org>,
linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org,
"Ralf Baechle" <ralf@linux-mips.org>,
"Vinod Koul" <vkoul@kernel.org>,
"Rob Herring" <robh+dt@kernel.org>,
"Sebastian Reichel" <sre@kernel.org>,
dmaengine@vger.kernel.org
Subject: Re: [PATCH 10/11] mfd: Drop obsolete JZ4740 driver
Date: Tue, 13 Aug 2019 11:30:22 +0100 [thread overview]
Message-ID: <20190813103022.GB26727@dell> (raw)
In-Reply-To: <1565690508.1856.0@crapouillou.net>
On Tue, 13 Aug 2019, Paul Cercueil wrote:
> Hi Philippe,
>
>
> Le mar. 13 août 2019 à 10:44, Philippe =?iso-8859-1?q?Mathieu-Daud=E9?=
> <f4bug@amsat.org> a écrit :
> > Hi Lee,
> >
> > On 8/12/19 10:16 AM, Lee Jones wrote:
> > > On Thu, 25 Jul 2019, Paul Cercueil wrote:
> > >
> > > > It has been replaced with the ingenic-iio driver for the ADC.
> > > >
> > > > Signed-off-by: Paul Cercueil <paul@crapouillou.net>
> > > > Tested-by: Artur Rojek <contact@artur-rojek.eu>
> > > > ---
> > > > drivers/mfd/Kconfig | 9 --
> > > > drivers/mfd/Makefile | 1 -
> > > > drivers/mfd/jz4740-adc.c | 324
> > > > ---------------------------------------
> > > > 3 files changed, 334 deletions(-)
> > > > delete mode 100644 drivers/mfd/jz4740-adc.c
> > >
> > > Applied, thanks.
> >
> > It seems the replacement is done in "MIPS: qi_lb60: Migrate to
> > devicetree" which is not yet merged.
>
> It's merged in the MIPS tree, though, so it'll blend together just
> fine in linux-next.
Wonderful. Thanks Paul.
--
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
next prev parent reply other threads:[~2019-08-13 10:30 UTC|newest]
Thread overview: 133+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-25 22:02 [PATCH 00/11] JZ4740 SoC cleanup Paul Cercueil
2019-07-25 22:02 ` Paul Cercueil
2019-07-25 22:02 ` Paul Cercueil
2019-07-25 22:02 ` [PATCH 01/11] MIPS: DTS: jz4740: Add missing nodes Paul Cercueil
2019-07-25 22:02 ` Paul Cercueil
2019-07-25 22:02 ` Paul Cercueil
2019-07-30 17:43 ` Paul Burton
2019-07-30 17:43 ` Paul Burton
2019-07-30 17:43 ` Paul Burton
2019-07-25 22:02 ` [PATCH 02/11] MIPS: qi_lb60: Migrate to devicetree Paul Cercueil
2019-07-25 22:02 ` Paul Cercueil
2019-07-25 22:02 ` Paul Cercueil
2019-07-25 23:47 ` Paul Burton
2019-07-25 23:47 ` Paul Burton
2019-07-25 23:47 ` Paul Burton
2019-07-26 0:09 ` Paul Cercueil
2019-07-26 0:09 ` Paul Cercueil
2019-07-26 0:09 ` Paul Cercueil
2019-07-26 0:09 ` Paul Cercueil
2019-07-30 17:43 ` Paul Burton
2019-07-30 17:43 ` Paul Burton
2019-07-30 17:43 ` Paul Burton
2019-07-25 22:02 ` [PATCH 03/11] MIPS: configs: LB60: update defconfig Paul Cercueil
2019-07-25 22:02 ` Paul Cercueil
2019-07-25 22:02 ` Paul Cercueil
2019-07-30 17:43 ` Paul Burton
2019-07-30 17:43 ` Paul Burton
2019-07-30 17:43 ` Paul Burton
2019-07-25 22:02 ` [PATCH 04/11] ASoC: jz4740: Drop lb60 board code Paul Cercueil
2019-07-25 22:02 ` Paul Cercueil
2019-07-25 22:02 ` Paul Cercueil
2019-07-26 11:33 ` Mark Brown
2019-07-26 11:33 ` Mark Brown
2019-07-26 11:33 ` Mark Brown
2019-07-26 11:33 ` Mark Brown
2019-07-30 17:43 ` Paul Burton
2019-07-30 17:43 ` Paul Burton
2019-07-30 17:43 ` Paul Burton
2019-07-25 22:02 ` [PATCH 05/11] video/fbdev: Drop JZ4740 driver Paul Cercueil
2019-07-25 22:02 ` Paul Cercueil
2019-07-25 22:02 ` Paul Cercueil
2019-07-26 18:45 ` Sam Ravnborg
2019-07-26 18:45 ` Sam Ravnborg
2019-07-26 18:45 ` Sam Ravnborg
2019-07-26 18:45 ` Sam Ravnborg
2019-07-30 17:43 ` Paul Burton
2019-07-30 17:43 ` Paul Burton
2019-07-30 17:43 ` Paul Burton
2019-07-25 22:02 ` [PATCH 06/11] dma: " Paul Cercueil
2019-07-25 22:02 ` Paul Cercueil
2019-07-25 22:02 ` Paul Cercueil
2019-07-29 6:44 ` Vinod Koul
2019-07-29 6:56 ` Vinod Koul
2019-07-29 6:44 ` Vinod Koul
2019-07-29 6:44 ` Vinod Koul
2019-07-30 17:44 ` Paul Burton
2019-07-30 17:44 ` Paul Burton
2019-07-30 17:44 ` Paul Burton
2019-07-25 22:02 ` [PATCH 07/11] mtd: rawnand: Drop obsolete JZ4740 NAND driver Paul Cercueil
2019-07-25 22:02 ` Paul Cercueil
2019-07-25 22:02 ` Paul Cercueil
2019-07-26 18:57 ` Miquel Raynal
2019-07-26 18:57 ` Miquel Raynal
2019-07-26 18:57 ` Miquel Raynal
2019-07-26 18:57 ` Miquel Raynal
2019-07-30 17:44 ` Paul Burton
2019-07-30 17:44 ` Paul Burton
2019-07-30 17:44 ` Paul Burton
2019-07-25 22:02 ` [PATCH 08/11] power/supply: Drop obsolete JZ4740 driver Paul Cercueil
2019-07-25 22:02 ` Paul Cercueil
2019-07-25 22:02 ` Paul Cercueil
2019-07-29 11:03 ` Sebastian Reichel
2019-07-29 11:03 ` Sebastian Reichel
2019-07-29 11:03 ` Sebastian Reichel
2019-07-29 11:03 ` Sebastian Reichel
2019-07-30 17:44 ` Paul Burton
2019-07-30 17:44 ` Paul Burton
2019-07-30 17:44 ` Paul Burton
2019-07-25 22:02 ` [PATCH 09/11] hwmon: " Paul Cercueil
2019-07-25 22:02 ` Paul Cercueil
2019-07-25 22:02 ` Paul Cercueil
2019-07-25 22:16 ` Guenter Roeck
2019-07-25 22:16 ` Guenter Roeck
2019-07-25 22:16 ` Guenter Roeck
2019-07-25 22:16 ` Guenter Roeck
2019-07-30 17:44 ` Paul Burton
2019-07-30 17:44 ` Paul Burton
2019-07-30 17:44 ` Paul Burton
2019-07-25 22:02 ` [PATCH 10/11] mfd: " Paul Cercueil
2019-07-25 22:02 ` Paul Cercueil
2019-07-25 22:02 ` Paul Cercueil
2019-08-12 8:16 ` Lee Jones
2019-08-12 8:16 ` Lee Jones
2019-08-12 8:16 ` Lee Jones
2019-08-12 8:16 ` Lee Jones
2019-08-13 8:44 ` Philippe Mathieu-Daudé
2019-08-13 8:44 ` Philippe Mathieu-Daudé
2019-08-13 8:44 ` Philippe Mathieu-Daudé
2019-08-13 8:44 ` Philippe Mathieu-Daudé
2019-08-13 10:01 ` Paul Cercueil
2019-08-13 10:01 ` Paul Cercueil
2019-08-13 10:01 ` Paul Cercueil
2019-08-13 10:01 ` Paul Cercueil
2019-08-13 10:30 ` Lee Jones [this message]
2019-08-13 10:30 ` Lee Jones
2019-08-13 10:30 ` Lee Jones
2019-08-13 10:30 ` Lee Jones
2019-07-25 22:02 ` [PATCH 11/11] MIPS: jz4740: Drop dead code Paul Cercueil
2019-07-25 22:02 ` Paul Cercueil
2019-07-25 22:02 ` Paul Cercueil
2019-07-30 17:44 ` Paul Burton
2019-07-30 17:44 ` Paul Burton
2019-07-30 17:44 ` Paul Burton
2019-07-26 18:46 ` [PATCH 00/11] JZ4740 SoC cleanup Sam Ravnborg
2019-07-26 18:46 ` Sam Ravnborg
2019-07-26 18:46 ` Sam Ravnborg
2019-07-26 18:46 ` Sam Ravnborg
2019-07-27 3:19 ` Paul Cercueil
2019-07-27 3:19 ` Paul Cercueil
2019-07-27 3:19 ` Paul Cercueil
2019-07-27 3:19 ` Paul Cercueil
2019-07-29 11:23 ` Richard Weinberger
2019-07-29 11:23 ` Richard Weinberger
2019-07-29 11:23 ` Richard Weinberger
2019-07-29 11:23 ` Richard Weinberger
2019-07-29 17:05 ` Paul Cercueil
2019-07-29 17:05 ` Paul Cercueil
2019-07-29 17:05 ` Paul Cercueil
2019-07-29 17:05 ` Paul Cercueil
2019-07-29 18:08 ` Richard Weinberger
2019-07-29 18:08 ` Richard Weinberger
2019-07-29 18:08 ` Richard Weinberger
2019-07-29 18:08 ` Richard Weinberger
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=20190813103022.GB26727@dell \
--to=lee.jones@linaro.org \
--cc=alsa-devel@alsa-project.org \
--cc=b.zolnierkie@samsung.com \
--cc=broonie@kernel.org \
--cc=contact@artur-rojek.eu \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=f4bug@amsat.org \
--cc=jdelvare@suse.com \
--cc=jhogan@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=mark.rutland@arm.com \
--cc=miquel.raynal@bootlin.com \
--cc=od@zcrc.me \
--cc=paul.burton@mips.com \
--cc=paul@crapouillou.net \
--cc=ralf@linux-mips.org \
--cc=richard@nod.at \
--cc=robh+dt@kernel.org \
--cc=sre@kerne \
--cc=vkoul@kernel.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.