Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1490743 > unrolled thread
| Started by | Danny Milosavljevic <dannym@scratchpost.org> |
|---|---|
| First post | 2016-09-24 22:10 +0200 |
| Last post | 2016-09-26 18:40 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH v6 0/3] ASoC: sun4i-codec: Distinguish sun4i from sun7i Danny Milosavljevic <dannym@scratchpost.org> - 2016-09-24 22:10 +0200
Re: [linux-sunxi] [PATCH v6 0/3] ASoC: sun4i-codec: Distinguish sun4i from sun7i Danny Milosavljevic <dannym@scratchpost.org> - 2016-09-25 10:10 +0200
Re: [linux-sunxi] [PATCH v6 0/3] ASoC: sun4i-codec: Distinguish sun4i from sun7i Mark Brown <broonie@kernel.org> - 2016-09-26 18:40 +0200
| From | Danny Milosavljevic <dannym@scratchpost.org> |
|---|---|
| Date | 2016-09-24 22:10 +0200 |
| Subject | [PATCH v6 0/3] ASoC: sun4i-codec: Distinguish sun4i from sun7i |
| Message-ID | <sl1qN-5tF-13@gated-at.bofh.it> |
Introduce mechanism to detect sun7i and provide a different regmap (different compared to sun4i Allwinner A10). The controls will be extended in a forthcoming patch - it is necessary to distinguish between sun4i and sun7i controls because they have different registers. Rename SUN4I_CODEC_AC_SYS_VERI to SUN7I_CODEC_AC_DAC_CAL and rename SUN4I_CODEC_AC_MIC_PHONE_CAL to SUN7I_CODEC_AC_MIC_PHONE_CAL because these are actually not present on Allwinner A10. Handle quirks by regmap config and codec and select the correct quirks automatically. Danny Milosavljevic (3): ASoC: sun4i-codec: Rename sun4i_codec_widgets for consistency ASoC: sun4i-codec: Rename some sun7i-only registers ASoC: sun4i-codec: Add custom regmap configs sound/soc/sunxi/sun4i-codec.c | 50 +++++++++++++++++++++++++++++++++++-------- 1 file changed, 41 insertions(+), 9 deletions(-)
[toc] | [next] | [standalone]
| From | Danny Milosavljevic <dannym@scratchpost.org> |
|---|---|
| Date | 2016-09-25 10:10 +0200 |
| Subject | Re: [linux-sunxi] [PATCH v6 0/3] ASoC: sun4i-codec: Distinguish sun4i from sun7i |
| Message-ID | <slcFz-45b-11@gated-at.bofh.it> |
| In reply to | #1490743 |
The only changes here are the commit summary in the cover letter (it's correct now) and the commit message of patch 1. I see that the v5 patches 2 and 3 have already been applied in the mean time - and the functional content in v6 is identical. Therefore, the only thing that needs to be looked at is patch 1 - where I modified the commit message only compared to v5. Thanks!
[toc] | [prev] | [next] | [standalone]
| From | Mark Brown <broonie@kernel.org> |
|---|---|
| Date | 2016-09-26 18:40 +0200 |
| Subject | Re: [linux-sunxi] [PATCH v6 0/3] ASoC: sun4i-codec: Distinguish sun4i from sun7i |
| Message-ID | <slH6G-6aE-13@gated-at.bofh.it> |
| In reply to | #1490847 |
[Multipart message — attachments visible in raw view] — view raw
On Sun, Sep 25, 2016 at 10:08:27AM +0200, Danny Milosavljevic wrote: Please fix your mail client to word wrap within paragraphs at something substantially less than 80 columns. Doing this makes your messages much easier to read and reply to. > I see that the v5 patches 2 and 3 have already been applied in the mean time - and the functional content in v6 is identical. > Therefore, the only thing that needs to be looked at is patch 1 - where I modified the commit message only compared to v5. Please do not submit new versions of already applied patches, please submit incremental updates to the existing code. Modifying existing commits creates problems for other users building on top of those commits so it's best practice to only change pubished git commits if absolutely essential.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web