Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1518415
| From | Heiko Stuebner <heiko@sntech.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 00/13] mmc: dw_mmc: cleans the codes for dwmmc controller |
| Date | 2016-11-09 20:00 +0100 |
| Message-ID | <sBGgh-2DN-19@gated-at.bofh.it> (permalink) |
| References | <szjHb-fT-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Am Donnerstag, 3. November 2016, 15:21:22 CET schrieb Jaehoon Chung: > This patchset is modified the some minor fixing and cleaning code. > If needs to split the patches, i will re-send the patches. > > * Major changes > - Use the cookie enum values like sdhci controller. > - Remove the unnecessary codes and use stop_abort() by default. > - Remove the obsoleted property "supports-highspeed" > - Remove the "clock-freq-min-max" property. Instead, use "max-frequency" > - Minimum clock value is set to 100K by default. > > Jaehoon Chung (13): > mmc: dw_mmc: display the real register value on debugfs > mmc: dw_mmc: fix the debug message for checking card's present > mmc: dw_mmc: change the DW_MCI_FREQ_MIN from 400K to 100K > mmc: dw_mmc: use the hold register when send stop command > mmc: dw_mmc: call the dw_mci_prep_stop_abort() by default > mmc: core: move the cookie's enum values from sdhci.h to mmc.h > mmc: dw_mmc: use the cookie's enum values for post/pre_req() > mmc: dw_mmc: remove the unnecessary mmc_data structure patches 1-8 on rk3036, rk3288, rk3368 and rk3399 Rockchip platforms Tested-by: Heiko Stuebner <heiko@sntech.de>
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 00/13] mmc: dw_mmc: cleans the codes for dwmmc controller Jaehoon Chung <jh80.chung@samsung.com> - 2016-11-03 07:30 +0100
[PATCH 10/13] ARM: dts: exynos: replace to "max-frequecy" instead of "clock-freq-min-max" Jaehoon Chung <jh80.chung@samsung.com> - 2016-11-03 07:30 +0100
Re: [PATCH 10/13] ARM: dts: exynos: replace to "max-frequecy" instead of "clock-freq-min-max" Krzysztof Kozlowski <krzk@kernel.org> - 2016-11-03 19:50 +0100
Re: [PATCH 10/13] ARM: dts: exynos: replace to "max-frequecy" instead of "clock-freq-min-max" Jaehoon Chung <jh80.chung@samsung.com> - 2016-11-04 11:30 +0100
Re: [PATCH 10/13] ARM: dts: exynos: replace to "max-frequecy" instead of "clock-freq-min-max" Heiko Stuebner <heiko@sntech.de> - 2016-11-04 12:30 +0100
Re: [PATCH 10/13] ARM: dts: exynos: replace to "max-frequecy" instead of "clock-freq-min-max" Krzysztof Kozlowski <krzk@kernel.org> - 2016-11-04 16:10 +0100
Re: [PATCH 10/13] ARM: dts: exynos: replace to "max-frequecy" instead of "clock-freq-min-max" Jaehoon Chung <jh80.chung@samsung.com> - 2016-11-07 01:40 +0100
Re: [PATCH 10/13] ARM: dts: exynos: replace to "max-frequecy" instead of "clock-freq-min-max" Krzysztof Kozlowski <krzk@kernel.org> - 2016-11-09 21:20 +0100
[PATCH 05/13] mmc: dw_mmc: call the dw_mci_prep_stop_abort() by default Jaehoon Chung <jh80.chung@samsung.com> - 2016-11-03 07:30 +0100
[PATCH 13/13] Documentation: synopsys-dw-mshc: remove the unused properties Jaehoon Chung <jh80.chung@samsung.com> - 2016-11-03 07:30 +0100
Re: [PATCH 13/13] Documentation: synopsys-dw-mshc: remove the unused properties Rob Herring <robh@kernel.org> - 2016-11-10 19:50 +0100
[PATCH 04/13] mmc: dw_mmc: use the hold register when send stop command Jaehoon Chung <jh80.chung@samsung.com> - 2016-11-03 07:30 +0100
[PATCH 11/13] ARM: dts: rockchip: replace to "max-frequency" instead of "clock-freq-min-max" Jaehoon Chung <jh80.chung@samsung.com> - 2016-11-03 07:30 +0100
Re: [PATCH 11/13] ARM: dts: rockchip: replace to "max-frequency" instead of "clock-freq-min-max" Heiko Stuebner <heiko@sntech.de> - 2016-11-09 15:10 +0100
[PATCH 09/13] mmc: dw_mmc: remove the "clock-freq-min-max" property Jaehoon Chung <jh80.chung@samsung.com> - 2016-11-03 07:30 +0100
Re: [PATCH 09/13] mmc: dw_mmc: remove the "clock-freq-min-max" property Heiko Stübner <heiko@sntech.de> - 2016-11-03 09:30 +0100
Re: [PATCH 09/13] mmc: dw_mmc: remove the "clock-freq-min-max" property Jaehoon Chung <jh80.chung@samsung.com> - 2016-11-03 09:50 +0100
[PATCH 08/13] mmc: dw_mmc: remove the unnecessary mmc_data structure Jaehoon Chung <jh80.chung@samsung.com> - 2016-11-03 07:30 +0100
[PATCH 12/13] ARM64: dts: rockchip: replace to "max-frequency" instead of "clock-freq-min-max" Jaehoon Chung <jh80.chung@samsung.com> - 2016-11-03 07:30 +0100
Re: [PATCH 12/13] ARM64: dts: rockchip: replace to "max-frequency" instead of "clock-freq-min-max" Heiko Stuebner <heiko@sntech.de> - 2016-11-09 15:40 +0100
[PATCH 03/13] mmc: dw_mmc: change the DW_MCI_FREQ_MIN from 400K to 100K Jaehoon Chung <jh80.chung@samsung.com> - 2016-11-03 07:30 +0100
[PATCH 02/13] mmc: dw_mmc: fix the debug message for checking card's present Jaehoon Chung <jh80.chung@samsung.com> - 2016-11-03 07:30 +0100
[PATCH 01/13] mmc: dw_mmc: display the real register value on debugfs Jaehoon Chung <jh80.chung@samsung.com> - 2016-11-03 07:30 +0100
[PATCH 06/13] mmc: core: move the cookie's enum values from sdhci.h to mmc.h Jaehoon Chung <jh80.chung@samsung.com> - 2016-11-03 07:30 +0100
[PATCH 07/13] mmc: dw_mmc: use the cookie's enum values for post/pre_req() Jaehoon Chung <jh80.chung@samsung.com> - 2016-11-03 07:30 +0100
Re: [PATCH 00/13] mmc: dw_mmc: cleans the codes for dwmmc controller Heiko Stuebner <heiko@sntech.de> - 2016-11-09 20:00 +0100
csiph-web