* [PATCH] MIPS: DTS: remove num-slots from Pistachio SoC
@ 2017-07-05 7:04 Shawn Lin
2017-07-11 12:14 ` James Hartley
2017-11-09 12:55 ` James Hogan
0 siblings, 2 replies; 4+ messages in thread
From: Shawn Lin @ 2017-07-05 7:04 UTC (permalink / raw)
To: James Hartley, Ionela Voinescu
Cc: Ralf Baechle, linux-mips, Shawn Lin, Jaehoon Chung
dwmmc driver deprecated num-slots and plan to get rid
of it finally. Just move a step to cleanup it from DT.
Cc: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
---
arch/mips/boot/dts/img/pistachio.dtsi | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/mips/boot/dts/img/pistachio.dtsi b/arch/mips/boot/dts/img/pistachio.dtsi
index 57809f6..f8d7e6f 100644
--- a/arch/mips/boot/dts/img/pistachio.dtsi
+++ b/arch/mips/boot/dts/img/pistachio.dtsi
@@ -805,7 +805,6 @@
pinctrl-0 = <&sdhost_pins>;
pinctrl-names = "default";
fifo-depth = <0x20>;
- num-slots = <1>;
clock-frequency = <50000000>;
bus-width = <8>;
cap-mmc-highspeed;
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* RE: [PATCH] MIPS: DTS: remove num-slots from Pistachio SoC
2017-07-05 7:04 [PATCH] MIPS: DTS: remove num-slots from Pistachio SoC Shawn Lin
@ 2017-07-11 12:14 ` James Hartley
2017-11-09 12:55 ` James Hogan
1 sibling, 0 replies; 4+ messages in thread
From: James Hartley @ 2017-07-11 12:14 UTC (permalink / raw)
To: Shawn Lin, James Hartley
Cc: Ralf Baechle, linux-mips@linux-mips.org, Jaehoon Chung
Hi Shawn,
> -----Original Message-----
> From: Shawn Lin [mailto:shawn.lin@rock-chips.com]
> Sent: 05 July 2017 08:05
> To: James Hartley; Ionela Voinescu
> Cc: Ralf Baechle; linux-mips@linux-mips.org; Shawn Lin; Jaehoon Chung
> Subject: [PATCH] MIPS: DTS: remove num-slots from Pistachio SoC
>
> dwmmc driver deprecated num-slots and plan to get rid of it finally. Just
> move a step to cleanup it from DT.
>
> Cc: Jaehoon Chung <jh80.chung@samsung.com>
> Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Acked-by: James Hartley <james.hartley@sondrel.com>
Thanks for the patch.
James.
> ---
>
> arch/mips/boot/dts/img/pistachio.dtsi | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/mips/boot/dts/img/pistachio.dtsi
> b/arch/mips/boot/dts/img/pistachio.dtsi
> index 57809f6..f8d7e6f 100644
> --- a/arch/mips/boot/dts/img/pistachio.dtsi
> +++ b/arch/mips/boot/dts/img/pistachio.dtsi
> @@ -805,7 +805,6 @@
> pinctrl-0 = <&sdhost_pins>;
> pinctrl-names = "default";
> fifo-depth = <0x20>;
> - num-slots = <1>;
> clock-frequency = <50000000>;
> bus-width = <8>;
> cap-mmc-highspeed;
> --
> 1.9.1
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MIPS: DTS: remove num-slots from Pistachio SoC
@ 2017-11-09 12:55 ` James Hogan
0 siblings, 0 replies; 4+ messages in thread
From: James Hogan @ 2017-11-09 12:55 UTC (permalink / raw)
To: Shawn Lin; +Cc: James Hartley, Ralf Baechle, linux-mips, Jaehoon Chung
[-- Attachment #1: Type: text/plain, Size: 898 bytes --]
On Wed, Jul 05, 2017 at 03:04:48PM +0800, Shawn Lin wrote:
> dwmmc driver deprecated num-slots and plan to get rid
> of it finally. Just move a step to cleanup it from DT.
>
> Cc: Jaehoon Chung <jh80.chung@samsung.com>
> Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Thanks, Applied for 4.15.
Cheers
James
> ---
>
> arch/mips/boot/dts/img/pistachio.dtsi | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/mips/boot/dts/img/pistachio.dtsi b/arch/mips/boot/dts/img/pistachio.dtsi
> index 57809f6..f8d7e6f 100644
> --- a/arch/mips/boot/dts/img/pistachio.dtsi
> +++ b/arch/mips/boot/dts/img/pistachio.dtsi
> @@ -805,7 +805,6 @@
> pinctrl-0 = <&sdhost_pins>;
> pinctrl-names = "default";
> fifo-depth = <0x20>;
> - num-slots = <1>;
> clock-frequency = <50000000>;
> bus-width = <8>;
> cap-mmc-highspeed;
> --
> 1.9.1
>
>
>
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MIPS: DTS: remove num-slots from Pistachio SoC
@ 2017-11-09 12:55 ` James Hogan
0 siblings, 0 replies; 4+ messages in thread
From: James Hogan @ 2017-11-09 12:55 UTC (permalink / raw)
To: Shawn Lin; +Cc: James Hartley, Ralf Baechle, linux-mips, Jaehoon Chung
[-- Attachment #1: Type: text/plain, Size: 898 bytes --]
On Wed, Jul 05, 2017 at 03:04:48PM +0800, Shawn Lin wrote:
> dwmmc driver deprecated num-slots and plan to get rid
> of it finally. Just move a step to cleanup it from DT.
>
> Cc: Jaehoon Chung <jh80.chung@samsung.com>
> Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Thanks, Applied for 4.15.
Cheers
James
> ---
>
> arch/mips/boot/dts/img/pistachio.dtsi | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/mips/boot/dts/img/pistachio.dtsi b/arch/mips/boot/dts/img/pistachio.dtsi
> index 57809f6..f8d7e6f 100644
> --- a/arch/mips/boot/dts/img/pistachio.dtsi
> +++ b/arch/mips/boot/dts/img/pistachio.dtsi
> @@ -805,7 +805,6 @@
> pinctrl-0 = <&sdhost_pins>;
> pinctrl-names = "default";
> fifo-depth = <0x20>;
> - num-slots = <1>;
> clock-frequency = <50000000>;
> bus-width = <8>;
> cap-mmc-highspeed;
> --
> 1.9.1
>
>
>
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-11-09 12:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-05 7:04 [PATCH] MIPS: DTS: remove num-slots from Pistachio SoC Shawn Lin
2017-07-11 12:14 ` James Hartley
2017-11-09 12:55 ` James Hogan
2017-11-09 12:55 ` James Hogan
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.