linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Péter Ujfalusi" <peter.ujfalusi@ti.com>
To: "Girdwood, Liam" <lrg@ti.com>
Cc: "alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>,
	Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	Samuel Ortiz <sameo@linux.intel.com>,
	Tony Lindgren <tony@atomide.com>,
	Mark Brown <broonie@opensource.wolfsonmicro.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-input@vger.kernel.org" <linux-input@vger.kernel.org>,
	"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>
Subject: Re: [PATCH v6 00/18] MFD/ASoC/Input: TWL4030/TWL60X0 changes
Date: Mon, 27 Jun 2011 12:43:57 +0300	[thread overview]
Message-ID: <1770658.gTOGV79JgY@barack> (raw)
In-Reply-To: <1308663556-29120-1-git-send-email-peter.ujfalusi@ti.com>

Hi Tony, Samuel,

Would you have time to take a look at this series?

Thanks,
Péter

On Tuesday 21 June 2011 15:38:58 Ujfalusi, Peter wrote:
> Hello,
> 
> Changes since v5:
> - Use alloc_workqueue in the twl6040-vibra driver (comment from Tejun Heo)
> - Allow user to change the headset power mode, but if the change is not
> allowed by the use case the change is not written to the HW (comment from
> Mark Brown)
> 
> Mark: I have added your acks for the patches, except for patch 15, where you
> requested a change.
> 
> Intro message from the v5 series:
> The series will do five major things, and they are in one series, because
> they pretty much depending on each other, so it is easier to handle them
> together.
> 
> 1. Move the common pmic related configurations out from the board files.
> New twl-common.c/h file has been created for this purpose.
> OMAP3 board files received two patches (pdata, and regualtor changes), OMAP4
> board files has been changed with one patch.
> 
> 2. Rename the twl4030-codec MFD driver to twl4030-audio
> Since the ASoC multicomponent introduction (2.6.37) the twl4030-codec MFD
> dirver had been using twl4030-audio to register (twl4030-codec is the ASoC
> codec driver). The documentation refers to this part of twl as audio block,
> so it is better to rename the driver as well to avoid confusion.
> 
> 3. Introduction of MFD driver for twl6040.
> The TWL6040 audio IC has codec and vibra functionality.
> Convert the existing ASoC codec driver to use the new MFD driver's
> interface.
> 
> 4. Vibrator driver for TWL6040 (Input/ForceFeedback driver)
> The driver itself, and support for the vibrators in SDP4430 board.
> 
> 5. Updates for twl6040 ASoC codec driver
> HS ramp configuration, new ABE dais, updated sample rate constraints,
> SDP4430 configuration.
> 
> Regards,
> Peter
> 
> ---
> Axel Castaneda Gonzalez (1):
>   ASoC: twl6040: Configure ramp step based on platform
> 
> Liam Girdwood (3):
>   ASoC: twl6040: add all ABE DAIs
>   ASoC: twl6040: Support other sample rates in constraints.
>   ASoC: twl6040: set default constraints.
> 
> Misael Lopez Cruz (5):
>   mfd: twl6040: Add initial support
>   ASoC: twl6040: Convert into TWL6040 MFD child
>   input: Add initial support for TWL6040 vibrator
>   ASoC: twl6040: Remove pll and headset mode dependency
>   OMAP4: SDP4430: Add twl6040 codec platform support
> 
> Peter Ujfalusi (9):
>   OMAP: New twl-common for common TWL configuration
>   OMAP4: Move common twl6030 configuration to twl-common
>   OMAP3: Move common twl configuration to twl-common
>   OMAP3: Move common regulator configuration to twl-common
>   MFD: twl4030-codec: Rename internals from codec to audio
>   MFD: twl4030-codec -> twl4030-audio: Rename the driver
>   MFD: twl4030-audio: Rename platform data
>   MFD: twl6040: Change platform data for soc codec driver
>   OMAP4: SDP4430: Add twl6040 vibrator platform support
> 
>  arch/arm/mach-omap2/Makefile                       |    2 +-
>  arch/arm/mach-omap2/board-3430sdp.c                |   89 +---
>  arch/arm/mach-omap2/board-4430sdp.c                |  187 ++----
>  arch/arm/mach-omap2/board-cm-t35.c                 |   48 +--
>  arch/arm/mach-omap2/board-devkit8000.c             |   37 +--
>  arch/arm/mach-omap2/board-igep0020.c               |   44 +--
>  arch/arm/mach-omap2/board-ldp.c                    |   15 +-
>  arch/arm/mach-omap2/board-omap3beagle.c            |   60 +--
>  arch/arm/mach-omap2/board-omap3evm.c               |   67 +--
>  arch/arm/mach-omap2/board-omap3pandora.c           |   59 +--
>  arch/arm/mach-omap2/board-omap3stalker.c           |   70 +--
>  arch/arm/mach-omap2/board-omap3touchbook.c         |   57 +--
>  arch/arm/mach-omap2/board-omap4panda.c             |  149 +-----
>  arch/arm/mach-omap2/board-overo.c                  |   59 +--
>  arch/arm/mach-omap2/board-rm680.c                  |    8 +-
>  arch/arm/mach-omap2/board-rx51-peripherals.c       |   44 +--
>  arch/arm/mach-omap2/board-zoom-peripherals.c       |   88 +---
>  arch/arm/mach-omap2/common-board-devices.c         |   21 -
>  arch/arm/mach-omap2/common-board-devices.h         |   26 +-
>  arch/arm/mach-omap2/twl-common.c                   |  304 ++++++++++
>  arch/arm/mach-omap2/twl-common.h                   |   59 ++
>  arch/arm/plat-omap/include/plat/irqs.h             |   12 +-
>  drivers/input/misc/Kconfig                         |   13 +-
>  drivers/input/misc/Makefile                        |    1 +
>  drivers/input/misc/twl4030-vibra.c                 |   12 +-
>  drivers/input/misc/twl6040-vibra.c                 |  416 +++++++++++++
>  drivers/mfd/Kconfig                                |    8 +-
>  drivers/mfd/Makefile                               |    3 +-
>  drivers/mfd/twl-core.c                             |   13 +-
>  drivers/mfd/twl4030-audio.c                        |  277 +++++++++
>  drivers/mfd/twl4030-codec.c                        |  277 ---------
>  drivers/mfd/twl6040-core.c                         |  601
> +++++++++++++++++++ drivers/mfd/twl6040-irq.c                          | 
> 205 +++++++ include/linux/i2c/twl.h                            |   25 +-
>  .../linux/mfd/{twl4030-codec.h => twl4030-audio.h} |   16 +-
>  include/linux/mfd/twl6040.h                        |  261 ++++++++
>  sound/soc/codecs/Kconfig                           |    3 +-
>  sound/soc/codecs/twl4030.c                         |   22 +-
>  sound/soc/codecs/twl6040.c                         |  628
> ++++++++------------ sound/soc/codecs/twl6040.h                         | 
> 118 ----
>  sound/soc/omap/sdp3430.c                           |    2 +-
>  sound/soc/omap/sdp4430.c                           |    2 +
>  sound/soc/omap/zoom2.c                             |    2 +-
>  43 files changed, 2635 insertions(+), 1775 deletions(-)
>  create mode 100644 arch/arm/mach-omap2/twl-common.c
>  create mode 100644 arch/arm/mach-omap2/twl-common.h
>  create mode 100644 drivers/input/misc/twl6040-vibra.c
>  create mode 100644 drivers/mfd/twl4030-audio.c
>  delete mode 100644 drivers/mfd/twl4030-codec.c
>  create mode 100644 drivers/mfd/twl6040-core.c
>  create mode 100644 drivers/mfd/twl6040-irq.c
>  rename include/linux/mfd/{twl4030-codec.h => twl4030-audio.h} (96%)
>  create mode 100644 include/linux/mfd/twl6040.h

  parent reply	other threads:[~2011-06-27  9:43 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-21 13:38 [PATCH v6 00/18] MFD/ASoC/Input: TWL4030/TWL60X0 changes Peter Ujfalusi
2011-06-21 13:38 ` [PATCH v6 01/18] OMAP: New twl-common for common TWL configuration Peter Ujfalusi
2011-06-21 13:39 ` [PATCH v6 02/18] OMAP4: Move common twl6030 configuration to twl-common Peter Ujfalusi
2011-06-21 13:39 ` [PATCH v6 03/18] OMAP3: Move common twl " Peter Ujfalusi
2011-06-21 13:39 ` [PATCH v6 04/18] OMAP3: Move common regulator " Peter Ujfalusi
2011-06-21 13:39 ` [PATCH v6 05/18] MFD: twl4030-codec: Rename internals from codec to audio Peter Ujfalusi
2011-06-21 13:39 ` [PATCH v6 06/18] MFD: twl4030-codec -> twl4030-audio: Rename the driver Peter Ujfalusi
2011-06-21 13:39 ` [PATCH v6 07/18] MFD: twl4030-audio: Rename platform data Peter Ujfalusi
2011-06-21 13:39 ` [PATCH v6 08/18] mfd: twl6040: Add initial support Peter Ujfalusi
2011-07-04 11:48   ` Samuel Ortiz
2011-07-04 13:11     ` Péter Ujfalusi
2011-07-04 14:08     ` Péter Ujfalusi
2011-07-04 17:39       ` Samuel Ortiz
2011-07-05  9:28         ` Péter Ujfalusi
2011-07-04 12:53   ` Felipe Balbi
2011-07-04 13:09     ` Péter Ujfalusi
2011-07-04 13:27       ` Felipe Balbi
2011-06-21 13:39 ` [PATCH v6 09/18] ASoC: twl6040: Convert into TWL6040 MFD child Peter Ujfalusi
2011-06-21 13:39 ` [PATCH v6 10/18] MFD: twl6040: Change platform data for soc codec driver Peter Ujfalusi
2011-06-21 13:39 ` [PATCH v6 11/18] input: Add initial support for TWL6040 vibrator Peter Ujfalusi
2011-06-21 20:32   ` Dmitry Torokhov
2011-06-22 11:37     ` Péter Ujfalusi
2011-06-21 13:39 ` [PATCH v6 12/18] OMAP4: SDP4430: Add twl6040 vibrator platform support Peter Ujfalusi
2011-06-21 13:39 ` [PATCH v6 13/18] ASoC: twl6040: add all ABE DAIs Peter Ujfalusi
2011-06-21 13:39 ` [PATCH v6 14/18] ASoC: twl6040: Support other sample rates in constraints Peter Ujfalusi
2011-06-21 13:39 ` [PATCH v6 15/18] ASoC: twl6040: Remove pll and headset mode dependency Peter Ujfalusi
2011-06-21 17:35   ` Mark Brown
2011-06-22 11:39     ` Péter Ujfalusi
2011-06-21 13:39 ` [PATCH v6 16/18] ASoC: twl6040: set default constraints Peter Ujfalusi
2011-06-21 13:39 ` [PATCH v6 17/18] ASoC: twl6040: Configure ramp step based on platform Peter Ujfalusi
2011-06-22 11:25 ` [PATCH v6 18/18] OMAP4: SDP4430: Add twl6040 codec platform support Peter Ujfalusi
2011-06-27  9:43 ` Péter Ujfalusi [this message]
2011-06-27 10:18   ` [PATCH v6 00/18] MFD/ASoC/Input: TWL4030/TWL60X0 changes Tony Lindgren
2011-06-27 14:30     ` Péter Ujfalusi
2011-06-28  6:17       ` Tony Lindgren
2011-06-28  6:44         ` Péter Ujfalusi
2011-06-28  6:50           ` Tony Lindgren
2011-07-04 11:51         ` Samuel Ortiz
2011-06-30  6:15   ` Péter Ujfalusi
2011-06-30  8:04     ` Re: [alsa-devel] " Samuel Ortiz
2011-06-30  9:41       ` Péter Ujfalusi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1770658.gTOGV79JgY@barack \
    --to=peter.ujfalusi@ti.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=dmitry.torokhov@gmail.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=lrg@ti.com \
    --cc=sameo@linux.intel.com \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).