From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaehoon Chung Subject: Re: [PATCHv2 0/5] ARM: remove the sub-node and deprecated supports-highspeed property for dwmmc. Date: Fri, 04 Jul 2014 20:06:33 +0900 Message-ID: <53B68AB9.9070109@samsung.com> References: <1404128960-27225-1-git-send-email-jh80.chung@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: In-reply-to: Sender: linux-samsung-soc-owner@vger.kernel.org To: Sachin Kamat , Jaehoon Chung Cc: linux-mmc , Chris Ball , Ulf Hansson , "tgih.jun@samsung.com" , "open list:OPEN FIRMWARE AND..." , =?UTF-8?B?SGVpa28gU3TDvGJuZXI=?= , dinguyen@altera.com, Mark Rutland , Kukjin Kim , linux-samsung-soc , "linux-arm-kernel@lists.infradead.org" List-Id: linux-mmc@vger.kernel.org Hi, All. Any other comment or review? I hope that these are merged. Best Regards, Jaehoon Chung On 07/01/2014 05:26 PM, Sachin Kamat wrote: > Hi Jaehoon, > > On Mon, Jun 30, 2014 at 5:19 PM, Jaehoon Chung wrote: >> Since used the mmc_of_parse(), didn't parse the sub-node. >> So we can remove the sub-node, because almost SoC used the only one card per a host. >> And supports-highspeed can be replaced to "cap-mmc/sd-highspeed" property. >> >> Jaehoon Chung (5): >> mmc: dw_mmc: modify the dt-binding for removing slot-node and >> supports-highspeed >> ARM: dts: exynos: unuse the slot-node and deprecated the >> supports-highspeed for dw-mmc >> ARM: dts: socfpga: unuse the slot-node and deprecated the >> supports-highspeed for dw-mmc >> ARM: dts: rockchip: unuse the slot-node and deprecated the >> supports-highspeed for dw-mmc >> mmc: dw_mmc: replace "disable-wp" from slot's quirk to host's quirk > > It is a good practice to include revision history for subsequent versions. > > Tested on Exynos 5250 based Snow and Arndale boards. Works fine now. > > Tested-by: Sachin Kamat >