devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 0/5] Convert to use regmap framework's endianness method.
@ 2014-08-19  4:14 Xiubo Li
       [not found] ` <1408421693-9929-1-git-send-email-Li.Xiubo-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
  0 siblings, 1 reply; 21+ messages in thread
From: Xiubo Li @ 2014-08-19  4:14 UTC (permalink / raw)
  To: broonie-DgEjT+Ai2ygdnm+yROfE0A, alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw,
	mark.rutland-5wv7dgnIgG8, nicoleotsuka-Re5JQEeQqe8AvxtiuMwx3w,
	timur-N01EOCouUvQ
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA, Xiubo Li

Changes in V2:
- Modified the regmap config to const type.
- Added ASRC patch.
- Followed Rutland's advice.


Xiubo Li (5):
  ASoC: fsl-asrc: Convert to use regmap framework's endianness method.
  ASoC: fsl-esai: Convert to use regmap framework's endianness method.
  ASoC: fsl-spdif: Convert to use regmap framework's endianness method.
  ASoC: fsl-sai: Convert to use regmap framework's endianness method.
  ASoC: fsl-sai: rename big_endian_data to is_msb_first.

 Documentation/devicetree/bindings/sound/fsl-sai.txt | 15 +++++++--------
 sound/soc/fsl/fsl_asrc.c                            |  6 +-----
 sound/soc/fsl/fsl_esai.c                            |  5 +----
 sound/soc/fsl/fsl_sai.c                             | 12 ++++--------
 sound/soc/fsl/fsl_sai.h                             |  3 +--
 sound/soc/fsl/fsl_spdif.c                           |  5 +----
 6 files changed, 15 insertions(+), 31 deletions(-)

-- 
1.8.5

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2014-08-25  3:27 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-19  4:14 [PATCHv2 0/5] Convert to use regmap framework's endianness method Xiubo Li
     [not found] ` <1408421693-9929-1-git-send-email-Li.Xiubo-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2014-08-19  4:14   ` [PATCHv2 1/5] ASoC: fsl-asrc: " Xiubo Li
     [not found]     ` <1408421693-9929-2-git-send-email-Li.Xiubo-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2014-08-25  1:23       ` Nicolin Chen
2014-08-25  1:44         ` Li.Xiubo-KZfg59tc24xl57MIdRCFDg
     [not found]           ` <ece08117aedf49eabd6660078432ed87-swgC6WJTr6EbUgZD/0KOGpwN6zqB+hSMnBOFsp37pqbUKgpGm//BTAC/G2K4zDHf@public.gmane.org>
2014-08-25  2:13             ` Nicolin Chen
2014-08-25  2:29               ` Li.Xiubo-KZfg59tc24xl57MIdRCFDg
     [not found]                 ` <12fb3eca298842929a782e80a9cf6fbc-swgC6WJTr6EbUgZD/0KOGpwN6zqB+hSMnBOFsp37pqbUKgpGm//BTAC/G2K4zDHf@public.gmane.org>
2014-08-25  2:48                   ` Nicolin Chen
2014-08-19  4:14   ` [PATCHv2 2/5] ASoC: fsl-esai: " Xiubo Li
2014-08-19  4:14   ` [PATCHv2 3/5] ASoC: fsl-spdif: " Xiubo Li
2014-08-19  4:14   ` [PATCHv2 4/5] ASoC: fsl-sai: " Xiubo Li
2014-08-19  4:14   ` [PATCHv2 5/5] ASoC: fsl-sai: rename big_endian_data to is_msb_first Xiubo Li
     [not found]     ` <1408421693-9929-6-git-send-email-Li.Xiubo-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2014-08-25  1:50       ` Nicolin Chen
2014-08-25  2:04         ` Li.Xiubo
     [not found]           ` <b938ef9cd0df48e985a91c931f6052e6-swgC6WJTr6EbUgZD/0KOGpwN6zqB+hSMnBOFsp37pqbUKgpGm//BTAC/G2K4zDHf@public.gmane.org>
2014-08-25  2:43             ` Nicolin Chen
2014-08-25  3:11               ` Li.Xiubo-KZfg59tc24xl57MIdRCFDg
     [not found]                 ` <21764759b9c447c7a3c6158e3bcfb3e6-swgC6WJTr6EbUgZD/0KOGpwN6zqB+hSMnBOFsp37pqbUKgpGm//BTAC/G2K4zDHf@public.gmane.org>
2014-08-25  3:18                   ` Nicolin Chen
2014-08-25  3:27                     ` Li.Xiubo-KZfg59tc24xl57MIdRCFDg
2014-08-25  3:18     ` Timur Tabi
2014-08-25  3:22       ` Li.Xiubo
     [not found]       ` <53FAAB0D.2000403-N01EOCouUvQ@public.gmane.org>
2014-08-25  3:22         ` Nicolin Chen
2014-08-25  3:27           ` Li.Xiubo-KZfg59tc24xl57MIdRCFDg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).