* [PATCH 0/1] Add support for esdhc0 on Vybrid. @ 2015-07-08 20:51 ` Cory Tusar 0 siblings, 0 replies; 17+ messages in thread From: Cory Tusar @ 2015-07-08 20:51 UTC (permalink / raw) To: linux-arm-kernel Currently, only esdhc1 is described in vfxxx.dtsi. This quick patch adds support for esdhc0 also. Regards, -Cory Cory Tusar (1): ARM: dts: vfxxx: Include support for esdhc0 functionality. arch/arm/boot/dts/vfxxx.dtsi | 11 +++++++++++ 1 file changed, 11 insertions(+) -- 2.3.6 ^ permalink raw reply [flat|nested] 17+ messages in thread
* [PATCH 0/1] Add support for esdhc0 on Vybrid. @ 2015-07-08 20:51 ` Cory Tusar 0 siblings, 0 replies; 17+ messages in thread From: Cory Tusar @ 2015-07-08 20:51 UTC (permalink / raw) To: shawnguo, kernel, stefan Cc: robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak, linux, linux-arm-kernel, devicetree, linux-kernel, andrew, Cory Tusar Currently, only esdhc1 is described in vfxxx.dtsi. This quick patch adds support for esdhc0 also. Regards, -Cory Cory Tusar (1): ARM: dts: vfxxx: Include support for esdhc0 functionality. arch/arm/boot/dts/vfxxx.dtsi | 11 +++++++++++ 1 file changed, 11 insertions(+) -- 2.3.6 ^ permalink raw reply [flat|nested] 17+ messages in thread
* [PATCH 1/1] ARM: dts: vfxxx: Include support for esdhc0 functionality. 2015-07-08 20:51 ` Cory Tusar @ 2015-07-08 20:51 ` Cory Tusar -1 siblings, 0 replies; 17+ messages in thread From: Cory Tusar @ 2015-07-08 20:51 UTC (permalink / raw) To: linux-arm-kernel Extend the existing Vybrid eSDHC devicetree implementation to also describe the esdhc0 functional block. Tested on a custom VF610-based board with a Toshiba THGBM1G5D2EBAI7 eMMC module attached to esdhc0. Signed-off-by: Cory Tusar <cory.tusar@pid1solutions.com> --- arch/arm/boot/dts/vfxxx.dtsi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi index 4aa3351..7e97017 100644 --- a/arch/arm/boot/dts/vfxxx.dtsi +++ b/arch/arm/boot/dts/vfxxx.dtsi @@ -445,6 +445,17 @@ status = "disabled"; }; + esdhc0: esdhc at 400b1000 { + compatible = "fsl,imx53-esdhc"; + reg = <0x400b1000 0x1000>; + interrupts = <27 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&clks VF610_CLK_IPG_BUS>, + <&clks VF610_CLK_PLATFORM_BUS>, + <&clks VF610_CLK_ESDHC0>; + clock-names = "ipg", "ahb", "per"; + status = "disabled"; + }; + esdhc1: esdhc at 400b2000 { compatible = "fsl,imx53-esdhc"; reg = <0x400b2000 0x1000>; -- 2.3.6 ^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 1/1] ARM: dts: vfxxx: Include support for esdhc0 functionality. @ 2015-07-08 20:51 ` Cory Tusar 0 siblings, 0 replies; 17+ messages in thread From: Cory Tusar @ 2015-07-08 20:51 UTC (permalink / raw) To: shawnguo, kernel, stefan Cc: robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak, linux, linux-arm-kernel, devicetree, linux-kernel, andrew, Cory Tusar Extend the existing Vybrid eSDHC devicetree implementation to also describe the esdhc0 functional block. Tested on a custom VF610-based board with a Toshiba THGBM1G5D2EBAI7 eMMC module attached to esdhc0. Signed-off-by: Cory Tusar <cory.tusar@pid1solutions.com> --- arch/arm/boot/dts/vfxxx.dtsi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi index 4aa3351..7e97017 100644 --- a/arch/arm/boot/dts/vfxxx.dtsi +++ b/arch/arm/boot/dts/vfxxx.dtsi @@ -445,6 +445,17 @@ status = "disabled"; }; + esdhc0: esdhc@400b1000 { + compatible = "fsl,imx53-esdhc"; + reg = <0x400b1000 0x1000>; + interrupts = <27 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&clks VF610_CLK_IPG_BUS>, + <&clks VF610_CLK_PLATFORM_BUS>, + <&clks VF610_CLK_ESDHC0>; + clock-names = "ipg", "ahb", "per"; + status = "disabled"; + }; + esdhc1: esdhc@400b2000 { compatible = "fsl,imx53-esdhc"; reg = <0x400b2000 0x1000>; -- 2.3.6 ^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 1/1] ARM: dts: vfxxx: Include support for esdhc0 functionality. 2015-07-08 20:51 ` Cory Tusar @ 2015-07-09 15:07 ` Stefan Agner -1 siblings, 0 replies; 17+ messages in thread From: Stefan Agner @ 2015-07-09 15:07 UTC (permalink / raw) To: linux-arm-kernel On 2015-07-08 22:51, Cory Tusar wrote: > Extend the existing Vybrid eSDHC devicetree implementation to also > describe the esdhc0 functional block. > > Tested on a custom VF610-based board with a Toshiba THGBM1G5D2EBAI7 eMMC > module attached to esdhc0. > > Signed-off-by: Cory Tusar <cory.tusar@pid1solutions.com> Looks good to me: Acked-by: Stefan Agner <stefan@agner.ch> > --- > arch/arm/boot/dts/vfxxx.dtsi | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi > index 4aa3351..7e97017 100644 > --- a/arch/arm/boot/dts/vfxxx.dtsi > +++ b/arch/arm/boot/dts/vfxxx.dtsi > @@ -445,6 +445,17 @@ > status = "disabled"; > }; > > + esdhc0: esdhc at 400b1000 { > + compatible = "fsl,imx53-esdhc"; > + reg = <0x400b1000 0x1000>; > + interrupts = <27 IRQ_TYPE_LEVEL_HIGH>; > + clocks = <&clks VF610_CLK_IPG_BUS>, > + <&clks VF610_CLK_PLATFORM_BUS>, > + <&clks VF610_CLK_ESDHC0>; > + clock-names = "ipg", "ahb", "per"; > + status = "disabled"; > + }; > + > esdhc1: esdhc at 400b2000 { > compatible = "fsl,imx53-esdhc"; > reg = <0x400b2000 0x1000>; ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH 1/1] ARM: dts: vfxxx: Include support for esdhc0 functionality. @ 2015-07-09 15:07 ` Stefan Agner 0 siblings, 0 replies; 17+ messages in thread From: Stefan Agner @ 2015-07-09 15:07 UTC (permalink / raw) To: Cory Tusar Cc: shawnguo, kernel, robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak, linux, linux-arm-kernel, devicetree, linux-kernel, andrew On 2015-07-08 22:51, Cory Tusar wrote: > Extend the existing Vybrid eSDHC devicetree implementation to also > describe the esdhc0 functional block. > > Tested on a custom VF610-based board with a Toshiba THGBM1G5D2EBAI7 eMMC > module attached to esdhc0. > > Signed-off-by: Cory Tusar <cory.tusar@pid1solutions.com> Looks good to me: Acked-by: Stefan Agner <stefan@agner.ch> > --- > arch/arm/boot/dts/vfxxx.dtsi | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi > index 4aa3351..7e97017 100644 > --- a/arch/arm/boot/dts/vfxxx.dtsi > +++ b/arch/arm/boot/dts/vfxxx.dtsi > @@ -445,6 +445,17 @@ > status = "disabled"; > }; > > + esdhc0: esdhc@400b1000 { > + compatible = "fsl,imx53-esdhc"; > + reg = <0x400b1000 0x1000>; > + interrupts = <27 IRQ_TYPE_LEVEL_HIGH>; > + clocks = <&clks VF610_CLK_IPG_BUS>, > + <&clks VF610_CLK_PLATFORM_BUS>, > + <&clks VF610_CLK_ESDHC0>; > + clock-names = "ipg", "ahb", "per"; > + status = "disabled"; > + }; > + > esdhc1: esdhc@400b2000 { > compatible = "fsl,imx53-esdhc"; > reg = <0x400b2000 0x1000>; ^ permalink raw reply [flat|nested] 17+ messages in thread
* [PATCH 1/1] ARM: dts: vfxxx: Include support for esdhc0 functionality. @ 2015-07-14 3:38 ` Shawn Guo 0 siblings, 0 replies; 17+ messages in thread From: Shawn Guo @ 2015-07-14 3:38 UTC (permalink / raw) To: linux-arm-kernel On Wed, Jul 08, 2015 at 04:51:06PM -0400, Cory Tusar wrote: > Extend the existing Vybrid eSDHC devicetree implementation to also > describe the esdhc0 functional block. > > Tested on a custom VF610-based board with a Toshiba THGBM1G5D2EBAI7 eMMC > module attached to esdhc0. > > Signed-off-by: Cory Tusar <cory.tusar@pid1solutions.com> Applied, thanks. ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH 1/1] ARM: dts: vfxxx: Include support for esdhc0 functionality. @ 2015-07-14 3:38 ` Shawn Guo 0 siblings, 0 replies; 17+ messages in thread From: Shawn Guo @ 2015-07-14 3:38 UTC (permalink / raw) To: Cory Tusar Cc: kernel, stefan, robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak, linux, linux-arm-kernel, devicetree, linux-kernel, andrew On Wed, Jul 08, 2015 at 04:51:06PM -0400, Cory Tusar wrote: > Extend the existing Vybrid eSDHC devicetree implementation to also > describe the esdhc0 functional block. > > Tested on a custom VF610-based board with a Toshiba THGBM1G5D2EBAI7 eMMC > module attached to esdhc0. > > Signed-off-by: Cory Tusar <cory.tusar@pid1solutions.com> Applied, thanks. ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH 1/1] ARM: dts: vfxxx: Include support for esdhc0 functionality. @ 2015-07-14 3:38 ` Shawn Guo 0 siblings, 0 replies; 17+ messages in thread From: Shawn Guo @ 2015-07-14 3:38 UTC (permalink / raw) To: Cory Tusar Cc: kernel-bIcnvbaLZ9MEGnE8C9+IrQ, stefan-XLVq0VzYD2Y, robh+dt-DgEjT+Ai2ygdnm+yROfE0A, pawel.moll-5wv7dgnIgG8, mark.rutland-5wv7dgnIgG8, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg, galak-sgV2jX0FEOL9JmXXK+q4OQ, linux-lFZ/pmaqli7XmaaqVzeoHQ, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA, andrew-g2DYL2Zd6BY On Wed, Jul 08, 2015 at 04:51:06PM -0400, Cory Tusar wrote: > Extend the existing Vybrid eSDHC devicetree implementation to also > describe the esdhc0 functional block. > > Tested on a custom VF610-based board with a Toshiba THGBM1G5D2EBAI7 eMMC > module attached to esdhc0. > > Signed-off-by: Cory Tusar <cory.tusar-J6Z/VSE8EyIAspv4Qr0y0gC/G2K4zDHf@public.gmane.org> Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 17+ messages in thread
* [PATCH 0/1] Add support for esdhc0 on Vybrid. @ 2015-07-09 6:07 ` Holger Schurig 0 siblings, 0 replies; 17+ messages in thread From: Holger Schurig @ 2015-07-09 6:07 UTC (permalink / raw) To: linux-arm-kernel > Cory Tusar (1): > ARM: dts: vfxxx: Include support for esdhc0 functionality. > > arch/arm/boot/dts/vfxxx.dtsi | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > -- > 2.3.6 Your patch looks empty. ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH 0/1] Add support for esdhc0 on Vybrid. @ 2015-07-09 6:07 ` Holger Schurig 0 siblings, 0 replies; 17+ messages in thread From: Holger Schurig @ 2015-07-09 6:07 UTC (permalink / raw) To: Cory Tusar Cc: shawnguo, Sascha Hauer, stefan, mark.rutland, devicetree, Russell King - ARM Linux, pawel.moll, ijc+devicetree, open list, robh+dt, andrew, galak, linux-arm-kernel@lists.infradead.org > Cory Tusar (1): > ARM: dts: vfxxx: Include support for esdhc0 functionality. > > arch/arm/boot/dts/vfxxx.dtsi | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > -- > 2.3.6 Your patch looks empty. ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH 0/1] Add support for esdhc0 on Vybrid. @ 2015-07-09 6:07 ` Holger Schurig 0 siblings, 0 replies; 17+ messages in thread From: Holger Schurig @ 2015-07-09 6:07 UTC (permalink / raw) To: Cory Tusar Cc: shawnguo-DgEjT+Ai2ygdnm+yROfE0A, Sascha Hauer, stefan-XLVq0VzYD2Y, mark.rutland-5wv7dgnIgG8, devicetree-u79uwXL29TY76Z2rM5mHXA, Russell King - ARM Linux, pawel.moll-5wv7dgnIgG8, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg, open list, robh+dt-DgEjT+Ai2ygdnm+yROfE0A, andrew-g2DYL2Zd6BY, galak-sgV2jX0FEOL9JmXXK+q4OQ, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org > Cory Tusar (1): > ARM: dts: vfxxx: Include support for esdhc0 functionality. > > arch/arm/boot/dts/vfxxx.dtsi | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > -- > 2.3.6 Your patch looks empty. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 17+ messages in thread
* [PATCH 0/1] Add support for esdhc0 on Vybrid. 2015-07-09 6:07 ` Holger Schurig @ 2015-07-09 6:13 ` Stefan Agner -1 siblings, 0 replies; 17+ messages in thread From: Stefan Agner @ 2015-07-09 6:13 UTC (permalink / raw) To: linux-arm-kernel On 2015-07-09 08:07, Holger Schurig wrote: >> Cory Tusar (1): >> ARM: dts: vfxxx: Include support for esdhc0 functionality. >> >> arch/arm/boot/dts/vfxxx.dtsi | 11 +++++++++++ >> 1 file changed, 11 insertions(+) >> >> -- >> 2.3.6 > > Your patch looks empty. This is a cover letter which provides overview over a whole patchset. The patch is a separate reply message of this mail (PATCH 1/1). @Cory However, it is unusual to use a cover letter when there is only a single patch. If you want to add additional comments which should not be part of the commit message, you can edit the patch and insert text after the three dashes, just before the diffstat. This text won't be part of the commit when applied later. -- Stefan ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH 0/1] Add support for esdhc0 on Vybrid. @ 2015-07-09 6:13 ` Stefan Agner 0 siblings, 0 replies; 17+ messages in thread From: Stefan Agner @ 2015-07-09 6:13 UTC (permalink / raw) To: Holger Schurig, Cory Tusar Cc: shawnguo, Sascha Hauer, mark.rutland, devicetree, Russell King - ARM Linux, pawel.moll, ijc+devicetree, open list, robh+dt, andrew, galak, linux-arm-kernel On 2015-07-09 08:07, Holger Schurig wrote: >> Cory Tusar (1): >> ARM: dts: vfxxx: Include support for esdhc0 functionality. >> >> arch/arm/boot/dts/vfxxx.dtsi | 11 +++++++++++ >> 1 file changed, 11 insertions(+) >> >> -- >> 2.3.6 > > Your patch looks empty. This is a cover letter which provides overview over a whole patchset. The patch is a separate reply message of this mail (PATCH 1/1). @Cory However, it is unusual to use a cover letter when there is only a single patch. If you want to add additional comments which should not be part of the commit message, you can edit the patch and insert text after the three dashes, just before the diffstat. This text won't be part of the commit when applied later. -- Stefan ^ permalink raw reply [flat|nested] 17+ messages in thread
* [PATCH 0/1] Add support for esdhc0 on Vybrid. 2015-07-09 6:13 ` Stefan Agner (?) @ 2015-07-09 12:40 ` Cory Tusar -1 siblings, 0 replies; 17+ messages in thread From: Cory Tusar @ 2015-07-09 12:40 UTC (permalink / raw) To: linux-arm-kernel -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 07/09/2015 02:13 AM, Stefan Agner wrote: > On 2015-07-09 08:07, Holger Schurig wrote: >>> Cory Tusar (1): >>> ARM: dts: vfxxx: Include support for esdhc0 functionality. >>> >>> arch/arm/boot/dts/vfxxx.dtsi | 11 +++++++++++ >>> 1 file changed, 11 insertions(+) >>> >>> -- >>> 2.3.6 >> >> Your patch looks empty. > > This is a cover letter which provides overview over a whole patchset. > The patch is a separate reply message of this mail (PATCH 1/1). > > @Cory > However, it is unusual to use a cover letter when there is only a single > patch. If you want to add additional comments which should not be part > of the commit message, you can edit the patch and insert text after the > three dashes, just before the diffstat. This text won't be part of the > commit when applied later. Hi Stefan, Duly noted. Appreciate the feedback, and will keep in mind for next time. Best regards, - -Cory - -- Cory Tusar Principal PID 1 Solutions, Inc. "There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies." --Sir Charles Anthony Richard Hoare -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlWea6EACgkQHT1tsfGwHJ8CYACgqK20a6hhtl66aA+an5lWX4Ob jTgAoKiygJTWpw9oYrmiZWk874tzkoZa =YMvj -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH 0/1] Add support for esdhc0 on Vybrid. @ 2015-07-09 12:40 ` Cory Tusar 0 siblings, 0 replies; 17+ messages in thread From: Cory Tusar @ 2015-07-09 12:40 UTC (permalink / raw) To: Stefan Agner, Holger Schurig Cc: shawnguo, Sascha Hauer, mark.rutland, devicetree, Russell King - ARM Linux, pawel.moll, ijc+devicetree, open list, robh+dt, andrew, galak, linux-arm-kernel -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 07/09/2015 02:13 AM, Stefan Agner wrote: > On 2015-07-09 08:07, Holger Schurig wrote: >>> Cory Tusar (1): >>> ARM: dts: vfxxx: Include support for esdhc0 functionality. >>> >>> arch/arm/boot/dts/vfxxx.dtsi | 11 +++++++++++ >>> 1 file changed, 11 insertions(+) >>> >>> -- >>> 2.3.6 >> >> Your patch looks empty. > > This is a cover letter which provides overview over a whole patchset. > The patch is a separate reply message of this mail (PATCH 1/1). > > @Cory > However, it is unusual to use a cover letter when there is only a single > patch. If you want to add additional comments which should not be part > of the commit message, you can edit the patch and insert text after the > three dashes, just before the diffstat. This text won't be part of the > commit when applied later. Hi Stefan, Duly noted. Appreciate the feedback, and will keep in mind for next time. Best regards, - -Cory - -- Cory Tusar Principal PID 1 Solutions, Inc. "There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies." --Sir Charles Anthony Richard Hoare -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlWea6EACgkQHT1tsfGwHJ8CYACgqK20a6hhtl66aA+an5lWX4Ob jTgAoKiygJTWpw9oYrmiZWk874tzkoZa =YMvj -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH 0/1] Add support for esdhc0 on Vybrid. @ 2015-07-09 12:40 ` Cory Tusar 0 siblings, 0 replies; 17+ messages in thread From: Cory Tusar @ 2015-07-09 12:40 UTC (permalink / raw) To: Stefan Agner, Holger Schurig Cc: mark.rutland, devicetree, Russell King - ARM Linux, pawel.moll, ijc+devicetree, open list, robh+dt, andrew, Sascha Hauer, galak, shawnguo, linux-arm-kernel -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 07/09/2015 02:13 AM, Stefan Agner wrote: > On 2015-07-09 08:07, Holger Schurig wrote: >>> Cory Tusar (1): >>> ARM: dts: vfxxx: Include support for esdhc0 functionality. >>> >>> arch/arm/boot/dts/vfxxx.dtsi | 11 +++++++++++ >>> 1 file changed, 11 insertions(+) >>> >>> -- >>> 2.3.6 >> >> Your patch looks empty. > > This is a cover letter which provides overview over a whole patchset. > The patch is a separate reply message of this mail (PATCH 1/1). > > @Cory > However, it is unusual to use a cover letter when there is only a single > patch. If you want to add additional comments which should not be part > of the commit message, you can edit the patch and insert text after the > three dashes, just before the diffstat. This text won't be part of the > commit when applied later. Hi Stefan, Duly noted. Appreciate the feedback, and will keep in mind for next time. Best regards, - -Cory - -- Cory Tusar Principal PID 1 Solutions, Inc. "There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies." --Sir Charles Anthony Richard Hoare -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlWea6EACgkQHT1tsfGwHJ8CYACgqK20a6hhtl66aA+an5lWX4Ob jTgAoKiygJTWpw9oYrmiZWk874tzkoZa =YMvj -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 17+ messages in thread
end of thread, other threads:[~2015-07-14 3:38 UTC | newest] Thread overview: 17+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-07-08 20:51 [PATCH 0/1] Add support for esdhc0 on Vybrid Cory Tusar 2015-07-08 20:51 ` Cory Tusar 2015-07-08 20:51 ` [PATCH 1/1] ARM: dts: vfxxx: Include support for esdhc0 functionality Cory Tusar 2015-07-08 20:51 ` Cory Tusar 2015-07-09 15:07 ` Stefan Agner 2015-07-09 15:07 ` Stefan Agner 2015-07-14 3:38 ` Shawn Guo 2015-07-14 3:38 ` Shawn Guo 2015-07-14 3:38 ` Shawn Guo 2015-07-09 6:07 ` [PATCH 0/1] Add support for esdhc0 on Vybrid Holger Schurig 2015-07-09 6:07 ` Holger Schurig 2015-07-09 6:07 ` Holger Schurig 2015-07-09 6:13 ` Stefan Agner 2015-07-09 6:13 ` Stefan Agner 2015-07-09 12:40 ` Cory Tusar 2015-07-09 12:40 ` Cory Tusar 2015-07-09 12:40 ` Cory Tusar
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.