ASoC: Rename ep93xx soc directory to cirrus
authorAlexander Shiyan <shc_work@mail.ru>
Tue, 21 Aug 2012 15:21:51 +0000 (19:21 +0400)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 28 Aug 2012 17:24:21 +0000 (10:24 -0700)
commit0ed275eff31029c39355828cb48c46c0a006e2f8
tree67130c274e9d90b717079ca4f50bd3ed55b4ae09
parent3d721a34e66e8133404bda6852897b818df69b4c
ASoC: Rename ep93xx soc directory to cirrus

This patch is to rename the directory "ep93xx" in "cirrus".
Name more accurately reflects the manufacturer and allows to add
drivers not only for architecture ep93xx in this directory.
Patch not contain any functional changes.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
20 files changed:
sound/soc/Kconfig
sound/soc/Makefile
sound/soc/cirrus/Kconfig [new file with mode: 0644]
sound/soc/cirrus/Makefile [new file with mode: 0644]
sound/soc/cirrus/edb93xx.c [new file with mode: 0644]
sound/soc/cirrus/ep93xx-ac97.c [new file with mode: 0644]
sound/soc/cirrus/ep93xx-i2s.c [new file with mode: 0644]
sound/soc/cirrus/ep93xx-pcm.c [new file with mode: 0644]
sound/soc/cirrus/ep93xx-pcm.h [new file with mode: 0644]
sound/soc/cirrus/simone.c [new file with mode: 0644]
sound/soc/cirrus/snappercl15.c [new file with mode: 0644]
sound/soc/ep93xx/Kconfig [deleted file]
sound/soc/ep93xx/Makefile [deleted file]
sound/soc/ep93xx/edb93xx.c [deleted file]
sound/soc/ep93xx/ep93xx-ac97.c [deleted file]
sound/soc/ep93xx/ep93xx-i2s.c [deleted file]
sound/soc/ep93xx/ep93xx-pcm.c [deleted file]
sound/soc/ep93xx/ep93xx-pcm.h [deleted file]
sound/soc/ep93xx/simone.c [deleted file]
sound/soc/ep93xx/snappercl15.c [deleted file]