Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1351734 > unrolled thread
| Started by | Shawn Lin <shawn.lin@rock-chips.com> |
|---|---|
| First post | 2016-03-07 16:50 +0100 |
| Last post | 2016-03-16 12:40 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH v7 0/4] Add phy support for arasan,sdhci-5.1 Shawn Lin <shawn.lin@rock-chips.com> - 2016-03-07 16:50 +0100
Re: [PATCH v7 0/4] Add phy support for arasan,sdhci-5.1 Ulf Hansson <ulf.hansson@linaro.org> - 2016-03-16 12:40 +0100
| From | Shawn Lin <shawn.lin@rock-chips.com> |
|---|---|
| Date | 2016-03-07 16:50 +0100 |
| Subject | [PATCH v7 0/4] Add phy support for arasan,sdhci-5.1 |
| Message-ID | <ra5zX-4I3-3@gated-at.bofh.it> |
Phy is mandatory requirement for arasan,sdhci-5.1, so we introduce
generic phy support for sdhci-of-arasan.
This version is rebased on Ulf's next to make it applied cleanly.
Also, we fix some preexisting problems of err handling suggested by Adrian.
Changes in v7:
- split two changes into seperate patches
Changes in v6:
- rebase on Ulf's next
- fix some preexisting problems of err handling suggested
by Adrian
- add Rob's Acked-by tag
Changes in v5:
- remove rpm support from this serise
- fix some err case for handling phy
Changes in v4:
- remove suspend/resume_phy
- add err handle label for system PM callback
- fix comments of struct sdhci_arasan_data and system PM
callback suggested by Michal
Changes in v3:
- remove phy_init/exit for suspend/resume
- adjust phy_int/power_on seq to make code more reasonable
simplify suspend/resume_phy
Changes in v2:
- Keep phy as a mandatory requirement for arasan,sdhci-5.1
Shawn Lin (4):
Documentation: bindings: add description of phy for sdhci-of-arasan
mmc: sdhci-of-arasan: remove disable clk_ahb from sdhci_arasan_resume
mmc: sdhci-of-arasan: fix missing sdhci_pltfm_free for err handling
mmc: sdhci-of-arasan: add phy support for sdhci-of-arasan
.../devicetree/bindings/mmc/arasan,sdhci.txt | 20 +++++-
drivers/mmc/host/sdhci-of-arasan.c | 71 +++++++++++++++++++---
2 files changed, 81 insertions(+), 10 deletions(-)
--
2.3.7
[toc] | [next] | [standalone]
| From | Ulf Hansson <ulf.hansson@linaro.org> |
|---|---|
| Date | 2016-03-16 12:40 +0100 |
| Message-ID | <rdhXY-8lR-7@gated-at.bofh.it> |
| In reply to | #1351734 |
On 7 March 2016 at 16:38, Shawn Lin <shawn.lin@rock-chips.com> wrote: > > Phy is mandatory requirement for arasan,sdhci-5.1, so we introduce > generic phy support for sdhci-of-arasan. > This version is rebased on Ulf's next to make it applied cleanly. > Also, we fix some preexisting problems of err handling suggested by Adrian. > > > Changes in v7: > - split two changes into seperate patches > > Changes in v6: > - rebase on Ulf's next > - fix some preexisting problems of err handling suggested > by Adrian > - add Rob's Acked-by tag > > Changes in v5: > - remove rpm support from this serise > - fix some err case for handling phy > > Changes in v4: > - remove suspend/resume_phy > - add err handle label for system PM callback > - fix comments of struct sdhci_arasan_data and system PM > callback suggested by Michal > > Changes in v3: > - remove phy_init/exit for suspend/resume > - adjust phy_int/power_on seq to make code more reasonable > simplify suspend/resume_phy > > Changes in v2: > - Keep phy as a mandatory requirement for arasan,sdhci-5.1 > > Shawn Lin (4): > Documentation: bindings: add description of phy for sdhci-of-arasan > mmc: sdhci-of-arasan: remove disable clk_ahb from sdhci_arasan_resume > mmc: sdhci-of-arasan: fix missing sdhci_pltfm_free for err handling > mmc: sdhci-of-arasan: add phy support for sdhci-of-arasan > > .../devicetree/bindings/mmc/arasan,sdhci.txt | 20 +++++- > drivers/mmc/host/sdhci-of-arasan.c | 71 +++++++++++++++++++--- > 2 files changed, 81 insertions(+), 10 deletions(-) > > -- > 2.3.7 > > Thanks, applied for next! Kind regards Uffe
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web