[alsa-devel] [PATCH v3 06/12] MFD: twl4030-codec -> twl4030-audio: Rename the driver

Arnd Bergmann arnd at arndb.de
Thu Jun 9 21:37:28 CEST 2011


On Thursday 09 June 2011 15:30:24 Peter Ujfalusi wrote:
> Rename the driver, and header file from twl4030-codec to
> twl4030-audio.
> To avoid breakage change depending drivers at the same time.
> 
> Signed-off-by: Peter Ujfalusi <peter.ujfalusi at ti.com>
> CC: Misael Lopez Cruz <misael.lopez at ti.com>
> ---
>  drivers/input/misc/Kconfig         |    2 +-
>  drivers/input/misc/twl4030-vibra.c |   10 +-
>  drivers/mfd/Kconfig                |    2 +-
>  drivers/mfd/Makefile               |    2 +-
>  drivers/mfd/twl4030-audio.c        |  277 +++++++++++++++++++++++++++++++++++
>  drivers/mfd/twl4030-codec.c        |  278 ------------------------------------
>  include/linux/mfd/twl4030-audio.h  |  272 +++++++++++++++++++++++++++++++++++
>  include/linux/mfd/twl4030-codec.h  |  272 -----------------------------------

Better use the -M flag to git-format-patch when moving files, to make it
obvious what has or has not changed, and to reduce the size of the email.

Also, shouldn't this file go into the sound/soc/ directory? It seems that this
is really the device driver, not part of the multi-function layer.

	Arnd


More information about the Alsa-devel mailing list