All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT] MFD pull request
@ 2009-01-11 13:43 Samuel Ortiz
  0 siblings, 0 replies; 13+ messages in thread
From: Samuel Ortiz @ 2009-01-11 13:43 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Ben Dooks, David Brownell, Balaji Rao

Hi Linus,

I know it's a bit late, but I had one driver left and a couple fixes left to
be merged.

It's the pcf50633 driver and its sub devices. They're standalone drivers.
This pull request also includes a build fix for twl4030, another fix for
sm501, and the SD card detection for dm355.
I hope you'll be ok with merging this code:

The following changes since commit c59765042f53a79a7a65585042ff463b69cb248c:
  Linus Torvalds (1):
        Linux 2.6.29-rc1

are available in the git repository at:

  git://git.o-hand.com/linux-mfd for-next

Balaji Rao (7):
      mfd: PCF50633 core driver
      mfd: PCF50633 adc driver
      mfd: PCF50633 gpio support
      rtc: PCF50633 rtc driver
      power_supply: PCF50633 battery charger driver
      input: PCF50633 input driver
      regulator: PCF50633 pmic driver

Ben Dooks (1):
      mfd: Ensure sm501 GPIO pin mode is GPIO when configured

David Brownell (1):
      mfd: dm355 evm MMC/SD card detection

Samuel Ortiz (1):
      mfd: Fix twl4030-core build

 drivers/input/misc/Kconfig             |    7 +
 drivers/input/misc/Makefile            |    1 +
 drivers/input/misc/pcf50633-input.c    |  132 ++++++
 drivers/mfd/Kconfig                    |   23 +
 drivers/mfd/Makefile                   |    4 +
 drivers/mfd/dm355evm_msp.c             |   10 +
 drivers/mfd/pcf50633-adc.c             |  277 +++++++++++++
 drivers/mfd/pcf50633-core.c            |  710 ++++++++++++++++++++++++++++++++
 drivers/mfd/pcf50633-gpio.c            |  118 ++++++
 drivers/mfd/sm501.c                    |   30 ++-
 drivers/mfd/twl4030-core.c             |    3 +
 drivers/power/Kconfig                  |    6 +
 drivers/power/Makefile                 |    1 +
 drivers/power/pcf50633-charger.c       |  358 ++++++++++++++++
 drivers/regulator/Kconfig              |    7 +
 drivers/regulator/Makefile             |    1 +
 drivers/regulator/pcf50633-regulator.c |  329 +++++++++++++++
 drivers/rtc/Kconfig                    |    7 +
 drivers/rtc/Makefile                   |    1 +
 drivers/rtc/rtc-pcf50633.c             |  344 +++++++++++++++
 include/linux/mfd/pcf50633/adc.h       |   72 ++++
 include/linux/mfd/pcf50633/core.h      |  218 ++++++++++
 include/linux/mfd/pcf50633/gpio.h      |   52 +++
 include/linux/mfd/pcf50633/mbc.h       |  134 ++++++
 include/linux/mfd/pcf50633/pmic.h      |   67 +++
 25 files changed, 2910 insertions(+), 2 deletions(-)
 create mode 100644 drivers/input/misc/pcf50633-input.c
 create mode 100644 drivers/mfd/pcf50633-adc.c
 create mode 100644 drivers/mfd/pcf50633-core.c
 create mode 100644 drivers/mfd/pcf50633-gpio.c
 create mode 100644 drivers/power/pcf50633-charger.c
 create mode 100644 drivers/regulator/pcf50633-regulator.c
 create mode 100644 drivers/rtc/rtc-pcf50633.c
 create mode 100644 include/linux/mfd/pcf50633/adc.h
 create mode 100644 include/linux/mfd/pcf50633/core.h
 create mode 100644 include/linux/mfd/pcf50633/gpio.h
 create mode 100644 include/linux/mfd/pcf50633/mbc.h
 create mode 100644 include/linux/mfd/pcf50633/pmic.h


-- 
Intel Open Source Technology Centre
http://oss.intel.com/

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

* [GIT] MFD pull request
@ 2009-10-12 14:53 Samuel Ortiz
  0 siblings, 0 replies; 13+ messages in thread
From: Samuel Ortiz @ 2009-10-12 14:53 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Roger Quadros

Hi Linus,

I just have one fix for twl4030 that prevents some OMAP based boards from
booting. Thanks in advance for pulling.

The following changes since commit d93a8f829fe1d2f3002f2c6ddb553d12db420412:
  Linus Torvalds (1):
        Revert "USB: Work around BIOS bugs by quiescing USB controllers earlier"

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 for-linus

Roger Quadros (1):
      mfd: Fix twl4030 boot with twl4030 usb transceiver enabled

 drivers/mfd/twl4030-core.c |   89 ++++++++++++++++++++++---------------------
 1 files changed, 46 insertions(+), 43 deletions(-)
-- 
Intel Open Source Technology Centre
http://oss.intel.com/

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

* [GIT] MFD pull request
@ 2009-04-04 23:07 Samuel Ortiz
  0 siblings, 0 replies; 13+ messages in thread
From: Samuel Ortiz @ 2009-04-04 23:07 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Mark Brown, Tobias Klauser, Philipp Zabel, Huang Weiyi

Hi Linus,

Here are a few mfd updates for rc1. Nothing outstanding, just the regular
WM835x updates and some DS1WM and PASIC3 changes.
This is my last pull request from git.o-hand.com. I moved the mfd tree to
git.kernel.org, as specified in the MAINTAINERS changes.

Thanks in advance for pullling.

The following changes since commit 6bb597507f9839b13498781e481f5458aea33620:
  Linus Torvalds (1):
        Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/.../tip/linux-2.6-tip

are available in the git repository at:

  git://git.o-hand.com/linux-mfd for-next

Huang Weiyi (1):
      mfd: remove duplicated #include from pcf50633

Mark Brown (3):
      mfd: Use bulk read to fill WM8350 register cache
      mfd: Support active high IRQs on WM835x
      mfd: Use the value of the final spin when reading the AUXADC

Philipp Zabel (6):
      mfd: convert DS1WM to use MFD core
      mfd: convert PASIC3 to use MFD core
      pxa/magician: remove deprecated .bus_shift from PASIC3 platform_data
      mfd: remove unused PASIC3 bus_shift field
      mfd: remove DS1WM clock handling
      mfd: PASIC3: supply clock_rate to DS1WM via driver_data

Samuel Ortiz (2):
      mfd: fix MAINTAINERS entry
      mfd: fix da903x warning

Tobias Klauser (1):
      mfd: Storage class should be before const qualifier

 MAINTAINERS                     |    3 +-
 arch/arm/mach-pxa/magician.c    |    1 -
 drivers/mfd/Kconfig             |    1 +
 drivers/mfd/da903x.c            |    2 +-
 drivers/mfd/htc-pasic3.c        |  169 ++++++++++++++++-----------------------
 drivers/mfd/pcf50633-core.c     |    1 -
 drivers/mfd/t7l66xb.c           |    4 +-
 drivers/mfd/tc6393xb.c          |    2 +-
 drivers/mfd/twl4030-irq.c       |    2 +-
 drivers/mfd/wm8350-core.c       |   39 +++++++---
 drivers/w1/masters/ds1wm.c      |   58 ++++++-------
 include/linux/ds1wm.h           |   12 ---
 include/linux/mfd/ds1wm.h       |    6 ++
 include/linux/mfd/htc-pasic3.h  |    1 -
 include/linux/mfd/wm8350/core.h |    2 +
 15 files changed, 139 insertions(+), 164 deletions(-)
 delete mode 100644 include/linux/ds1wm.h
 create mode 100644 include/linux/mfd/ds1wm.h

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

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

* Re: [GIT] MFD pull request
       [not found] <20090331113648.GA4612@sortiz.org>
@ 2009-03-31 13:34 ` Samuel Ortiz
  0 siblings, 0 replies; 13+ messages in thread
From: Samuel Ortiz @ 2009-03-31 13:34 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Mark Brown, Tobias Klauser, Philipp Zabel, Huang Weiyi, linux-kernel

Forgot to cc lkml...sorry about that.

On Tue, Mar 31, 2009 at 01:36:48PM +0200, Samuel Ortiz wrote:
> Hi Linus,
> 
> Here are a few mfd updates for the rc1. Nothing outstanding, just the regular
> WM835x updates and some DS1WM and PASIC3 changes.
> This is my last pull request from git.o-hand.com. I moved the mfd tree to
> git.kernel.org, as specified in the MAINTAINERS changes.
> 
> Thanks in advance for pullling.
> 
> The following changes since commit 15f7176eb1cccec0a332541285ee752b935c1c85:
>   Linus Torvalds (1):
>         Merge git://git.kernel.org/.../davem/net-2.6
> 
> are available in the git repository at:
> 
>   git://git.o-hand.com/linux-mfd for-next
> 
> Huang Weiyi (1):
>       mfd: remove duplicated #include from pcf50633
> 
> Mark Brown (3):
>       mfd: Use bulk read to fill WM8350 register cache
>       mfd: Support active high IRQs on WM835x
>       mfd: Use the value of the final spin when reading the AUXADC
> 
> Philipp Zabel (6):
>       mfd: convert DS1WM to use MFD core
>       mfd: convert PASIC3 to use MFD core
>       pxa/magician: remove deprecated .bus_shift from PASIC3 platform_data
>       mfd: remove unused PASIC3 bus_shift field
>       mfd: remove DS1WM clock handling
>       mfd: PASIC3: supply clock_rate to DS1WM via driver_data
> 
> Samuel Ortiz (2):
>       mfd: fix MAINTAINERS entry
>       mfd: fix da903x warning
> 
> Tobias Klauser (1):
>       mfd: Storage class should be before const qualifier
> 
>  MAINTAINERS                     |    3 +-
>  arch/arm/mach-pxa/magician.c    |    1 -
>  drivers/mfd/Kconfig             |    1 +
>  drivers/mfd/da903x.c            |    2 +-
>  drivers/mfd/htc-pasic3.c        |  169 ++++++++++++++++-----------------------
>  drivers/mfd/pcf50633-core.c     |    1 -
>  drivers/mfd/t7l66xb.c           |    4 +-
>  drivers/mfd/tc6393xb.c          |    2 +-
>  drivers/mfd/twl4030-irq.c       |    2 +-
>  drivers/mfd/wm8350-core.c       |   39 +++++++---
>  drivers/w1/masters/ds1wm.c      |   58 ++++++-------
>  include/linux/ds1wm.h           |   12 ---
>  include/linux/mfd/ds1wm.h       |    6 ++
>  include/linux/mfd/htc-pasic3.h  |    1 -
>  include/linux/mfd/wm8350/core.h |    2 +
>  15 files changed, 139 insertions(+), 164 deletions(-)
>  delete mode 100644 include/linux/ds1wm.h
>  create mode 100644 include/linux/mfd/ds1wm.h
> 
> -- 
> Intel Open Source Technology Centre
> http://oss.intel.com/

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

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

* [GIT] MFD pull request
@ 2009-02-17  8:47 Samuel Ortiz
  0 siblings, 0 replies; 13+ messages in thread
From: Samuel Ortiz @ 2009-02-17  8:47 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Rakib Mullick, Alexey Dobriyan, Jean Delvare,
	Mark Brown, Philipp Zabel, Roel Kluin, Julia Lawall

Hi Linus,

I have some bug fixes for the mfd code. Could you please pull them in:

The following changes since commit d2f8d7ee1a9b4650b4e43325b321801264f7c37a:
  Linus Torvalds (1):
        Linux 2.6.29-rc5

are available in the git repository at:

  git://git.o-hand.com/linux-mfd for-linus

Alexey Dobriyan (1):
      mfd: fix sm501 section mismatches

Jean Delvare (1):
      mfd: terminate pcf50633 i2c_device_id list

Julia Lawall (1):
      mfd: Fix egpio kzalloc return test

Mark Brown (5):
      mfd: Initialise WM8350 interrupts earlier
      mfd: Improve diagnostics for WM8350 ID register probe
      mfd: Mark WM835x USB_SLV_500MA bit as accessible
      mfd: Fix TWL4030 build on some ARM variants
      mfd: Ensure all WM8350 IRQs are masked at startup

Philipp Zabel (1):
      mfd: fix htc-egpio iomem resource handling using resource_size

Rakib Mullick (1):
      mfd: Fix sm501_register_gpio section mismatch

Roel Kluin (1):
      mfd: wm8350 tries reaches -1

 drivers/mfd/htc-egpio.c     |    4 +-
 drivers/mfd/pcf50633-core.c |    1 +
 drivers/mfd/sm501.c         |   26 +++++++++++-----------
 drivers/mfd/twl4030-core.c  |    2 +-
 drivers/mfd/wm8350-core.c   |   48 +++++++++++++++++++++++++++++++-----------
 drivers/mfd/wm8350-regmap.c |    2 +-
 6 files changed, 53 insertions(+), 30 deletions(-)
-- 
Intel Open Source Technology Centre
http://oss.intel.com/

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

* [GIT] MFD pull request
@ 2009-01-04 23:15 Samuel Ortiz
  0 siblings, 0 replies; 13+ messages in thread
From: Samuel Ortiz @ 2009-01-04 23:15 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Mark Brown, David Brownell, Mike Rapoport

Hi Linus,

Could you please pull the MFD updates for rc1 ? Thanks in advance.

The following changes since commit 7d3b56ba37a95f1f370f50258ed3954c304c524b:
  Linus Torvalds (1):
        Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/.../tip/linux-2.6-tip

are available in the git repository at:

  git://git.o-hand.com/linux-mfd for-next

David Brownell (8):
      mfd: allow reading entire register banks on twl4030
      mfd: twl4030: simplified child creation code
      mfd: twl4030: cleanup symbols and OMAP dependency
      mfd: twl4030: create some regulator devices
      mfd: twl4030 regulator bug fixes
      mfd: dm355evm msp430 driver
      mfd: move drivers/i2c/chips/tps65010.c to drivers/mfd
      mfd: move drivers/i2c/chips/menelaus.c to drivers/mfd

Mark Brown (18):
      mfd: Don't mark WM8350 security register as volatile
      mfd: Remove i.MX31ism from WM8350 i2c driver
      mfd: Add some documentation for WM8350 register lock
      mfd: Add WM8350 revision H support
      mfd: Add AUXADC support for WM8350
      power_supply: Add support for WM8350 PMU
      mfd: Switch WM8350 revision detection to a feature based model
      mfd: Refactor WM8350 chip identification
      power_supply: Add cold to the POWER_SUPPLY_HEALTH report values
      power_supply: Add battery health reporting for WM8350
      mfd: Pass driver_data onto child devices
      mfd: Register WM8400 codec device
      mfd: Add WM8352 support
      mfd: Handle missing WM8350 platform data
      mfd: Support configurable numbers of DCDCs and ISINKs on WM8350
      mfd: Add WM8351 support
      mfd: Add missing break from wm3850-core
      mfd: Fix section mismatch in da903x

Mike Rapoport (2):
      mfd: Dialog DA9030 battery charger MFD driver
      power_supply: Add Dialog DA9030 battery charger driver

Samuel Ortiz (2):
      mfd: Fix twl4030-core.c build error
      mfd: Use irq_to_desc in twl4030 code

 drivers/i2c/chips/Kconfig             |   23 -
 drivers/i2c/chips/Makefile            |    2 -
 drivers/mfd/Kconfig                   |   66 +-
 drivers/mfd/Makefile                  |    7 +-
 drivers/mfd/da903x.c                  |   16 +-
 drivers/mfd/dm355evm_msp.c            |  420 +++++++
 drivers/{i2c/chips => mfd}/menelaus.c |    0
 drivers/mfd/mfd-core.c                |    1 +
 drivers/{i2c/chips => mfd}/tps65010.c |    0
 drivers/mfd/twl4030-core.c            |  472 ++++----
 drivers/mfd/twl4030-irq.c             |   30 +-
 drivers/mfd/wm8350-core.c             |  266 ++++-
 drivers/mfd/wm8350-i2c.c              |    4 +-
 drivers/mfd/wm8350-regmap.c           | 2100 ++++++++++++++++++++++++++++++++-
 drivers/mfd/wm8400-core.c             |   31 +-
 drivers/power/Kconfig                 |   14 +
 drivers/power/Makefile                |    2 +
 drivers/power/da9030_battery.c        |  600 ++++++++++
 drivers/power/power_supply_sysfs.c    |    2 +-
 drivers/power/wm8350_power.c          |  532 +++++++++
 drivers/regulator/wm8350-regulator.c  |    7 +
 include/linux/i2c/dm355evm_msp.h      |   79 ++
 include/linux/i2c/twl4030.h           |   81 +-
 include/linux/mfd/da903x.h            |   44 +-
 include/linux/mfd/wm8350/comparator.h |    8 +
 include/linux/mfd/wm8350/core.h       |   52 +-
 include/linux/mfd/wm8350/pmic.h       |    4 +
 include/linux/mfd/wm8350/supply.h     |   25 +-
 include/linux/power_supply.h          |    1 +
 29 files changed, 4546 insertions(+), 343 deletions(-)
 create mode 100644 drivers/mfd/dm355evm_msp.c
 rename drivers/{i2c/chips => mfd}/menelaus.c (100%)
 rename drivers/{i2c/chips => mfd}/tps65010.c (100%)
 create mode 100644 drivers/power/da9030_battery.c
 create mode 100644 drivers/power/wm8350_power.c
 create mode 100644 include/linux/i2c/dm355evm_msp.h

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

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

* [GIT] mfd pull request
@ 2008-10-24 17:02 Samuel Ortiz
  0 siblings, 0 replies; 13+ messages in thread
From: Samuel Ortiz @ 2008-10-24 17:02 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel; +Cc: Mark Brown, Eric Miao, Jonathan Cameron

Hi Linus,

Could you please pull a couple of mfd fixes from:
	
	git://git.o-hand.com/linux-mfd for-linus

The first one fixes a build failure when wm8400 is built in while i2c is a
module.
The second fix adds a left out Kconfig entry for da903x.

Cheers,
Samuel.

The following changes since commit e013e13bf605b9e6b702adffbe2853cfc60e7806:
  Jens Axboe (1):
        libata: fix bug with non-ncq devices

are available in the git repository at:

  git://git.o-hand.com/linux-mfd for-linus

Mark Brown (1):
      mfd: Make WM8400 depend on I2C until SPI is submitted

Samuel Ortiz (1):
      mfd: add missing Kconfig entry for da903x

 drivers/mfd/Kconfig  |   12 ++++++++++++
 drivers/mfd/Makefile |    2 ++
 2 files changed, 14 insertions(+), 0 deletions(-)
-- 
Intel Open Source Technology Centre
http://oss.intel.com/

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

* [GIT] mfd pull request
@ 2008-10-22  9:44 Samuel Ortiz
  0 siblings, 0 replies; 13+ messages in thread
From: Samuel Ortiz @ 2008-10-22  9:44 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel
  Cc: Roel Kluin, Arjan van de Ven, Mark Brown, Stephen Rothwell,
	David Brownell

Hi Linus,

Could you please pull this final rc1 patchset for mfd ?
It contains one build fix from Stephen, for the wm8350.

The following changes since commit 2515ddc6db8eb49a79f0fe5e67ff09ac7c81eab4:
  Paul Mundt (1):
        binfmt_elf_fdpic: Update for cputime changes.

are available in the git repository at:

  git://git.o-hand.com/linux-mfd for-next

Arjan van de Ven (1):
      mfd: use pci_ioremap_bar() in sm501

David Brownell (3):
      mfd: twl4030 IRQ handling update
      mfd: rtc-twl4030 driver
      mfd: twl4030-gpio driver

Mark Brown (1):
      mfd: Don't store volatile bits in WM8350 register cache

Roel Kluin (1):
      mfd: check for platform_get_irq() return value in sm501

Stephen Rothwell (1):
      mfd: don't export wm3850 static functions

 drivers/gpio/Kconfig        |    7 +
 drivers/gpio/Makefile       |    1 +
 drivers/gpio/twl4030-gpio.c |  521 ++++++++++++++++++++++++++++++
 drivers/mfd/Makefile        |    2 +-
 drivers/mfd/sm501.c         |   25 +-
 drivers/mfd/twl4030-core.c  |  421 +-----------------------
 drivers/mfd/twl4030-irq.c   |  743 +++++++++++++++++++++++++++++++++++++++++++
 drivers/mfd/wm8350-core.c   |    5 +-
 drivers/rtc/Kconfig         |   10 +
 drivers/rtc/Makefile        |    1 +
 drivers/rtc/rtc-twl4030.c   |  564 ++++++++++++++++++++++++++++++++
 include/linux/i2c/twl4030.h |   28 +-
 12 files changed, 1897 insertions(+), 431 deletions(-)
 create mode 100644 drivers/gpio/twl4030-gpio.c
 create mode 100644 drivers/mfd/twl4030-irq.c
 create mode 100644 drivers/rtc/rtc-twl4030.c

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

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

* [GIT] mfd pull request
@ 2008-10-19 21:49 Samuel Ortiz
  0 siblings, 0 replies; 13+ messages in thread
From: Samuel Ortiz @ 2008-10-19 21:49 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel
  Cc: Andrew Morton, Randy Dunlap, Mark Brown, Ian Molton,
	David Brownell, Eric Miao, Dmitry Baryshkov, Ben Dooks

Hi Linus,

Could you please pull the mfd updates ?

The following changes since commit 0cfd81031a26717fe14380d18275f8e217571615:
  Linus Torvalds (1):
        Merge git://git.kernel.org/.../gregkh/usb-2.6

are available in the git repository at:

  git://git.o-hand.com/linux-mfd for-next

Andrew Morton (2):
      mfd: ucb1400 needs GPIO
      mfd: further unbork the ucb1400 ac97_bus dependencies

Ben Dooks (1):
      mfd: update sm501 debugging/low information messages

David Brownell (2):
      mfd: TWL4030 core driver
      mfd: twl4030-core irq simplification

Dmitry Baryshkov (4):
      mfd: provide and use setup hook for tc6393xb
      mfd: do tcb6393xb state restore on resume only if requested
      mfd: add OHCI cell to tc6393xb
      mfd: support tmiofb cell on tc6393xb

Eric Miao (1):
      mfd: add base support for Dialog DA9030/DA9034 PMICs

Ian Molton (2):
      mfd: reduce stack usage in mfd-core.c
      mfd: update TMIO drivers to use the clock API

Mark Brown (1):
      mfd: Don't use NO_IRQ in WM8350

Randy Dunlap (1):
      mfd: ucb1400 sound driver uses/depends on AC97_BUS:

Samuel Ortiz (1):
      mfd: Fix htc-egpio compile warning

 arch/arm/mach-pxa/include/mach/tosa.h |    2 -
 arch/arm/mach-pxa/tosa.c              |   37 +-
 drivers/input/touchscreen/Kconfig     |    2 +-
 drivers/mfd/Kconfig                   |   16 +
 drivers/mfd/Makefile                  |    2 +
 drivers/mfd/da903x.c                  |  563 ++++++++++++++++
 drivers/mfd/htc-egpio.c               |    2 +-
 drivers/mfd/mfd-core.c                |   15 +-
 drivers/mfd/sm501.c                   |    6 +-
 drivers/mfd/t7l66xb.c                 |   40 +-
 drivers/mfd/tc6387xb.c                |   47 +-
 drivers/mfd/tc6393xb.c                |  296 +++++++--
 drivers/mfd/twl4030-core.c            | 1193 +++++++++++++++++++++++++++++++++
 drivers/mfd/wm8350-core.c             |    2 +-
 include/linux/i2c/twl4030.h           |  339 ++++++++++
 include/linux/mfd/da903x.h            |  201 ++++++
 include/linux/mfd/t7l66xb.h           |    2 -
 include/linux/mfd/tc6387xb.h          |    3 -
 include/linux/mfd/tc6393xb.h          |   17 +-
 19 files changed, 2687 insertions(+), 98 deletions(-)
 create mode 100644 drivers/mfd/da903x.c
 create mode 100644 drivers/mfd/twl4030-core.c
 create mode 100644 include/linux/i2c/twl4030.h
 create mode 100644 include/linux/mfd/da903x.h

Cheers,
Samuel.

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

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

* [GIT] mfd pull request
@ 2008-10-16 10:10 Samuel Ortiz
  0 siblings, 0 replies; 13+ messages in thread
From: Samuel Ortiz @ 2008-10-16 10:10 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel
  Cc: Andrew Morton, Randy Dunlap, Mark Brown, Ian Molton,
	David Brownell, Eric Miao, Dmitry Baryshkov, Ben Dooks


Hi Linus,

Could you please pull the mfd updates ?

The following changes since commit
04ab591808565f968d4406f6435090ad671ebdab:
  Linus Torvalds (1):
        Merge branch 'upstream' of
git://ftp.linux-mips.org/pub/scm/upstream-linus

are available in the git repository at:

  git://git.o-hand.com/linux-mfd for-next

Andrew Morton (2):
      mfd: ucb1400 needs GPIO
      mfd: further unbork the ucb1400 ac97_bus dependencies

Ben Dooks (1):
      mfd: update sm501 debugging/low information messages

David Brownell (2):
      mfd: TWL4030 core driver
      mfd: twl4030-core irq simplification

Dmitry Baryshkov (4):
      mfd: provide and use setup hook for tc6393xb
      mfd: do tcb6393xb state restore on resume only if requested
      mfd: add OHCI cell to tc6393xb
      mfd: support tmiofb cell on tc6393xb

Eric Miao (1):
      mfd: add base support for Dialog DA9030/DA9034 PMICs

Ian Molton (2):
      mfd: reduce stack usage in mfd-core.c
      mfd: update TMIO drivers to use the clock API

Mark Brown (1):
      mfd: Don't use NO_IRQ in WM8350

Randy Dunlap (1):
      mfd: ucb1400 sound driver uses/depends on AC97_BUS:

Samuel Ortiz (1):
      mfd: Fix htc-egpio compile warning

 arch/arm/mach-pxa/include/mach/tosa.h |    2 -
 arch/arm/mach-pxa/tosa.c              |   37 +-
 drivers/input/touchscreen/Kconfig     |    2 +-
 drivers/mfd/Kconfig                   |   16 +
 drivers/mfd/Makefile                  |    2 +
 drivers/mfd/da903x.c                  |  563 ++++++++++++++++
 drivers/mfd/htc-egpio.c               |    2 +-
 drivers/mfd/mfd-core.c                |   15 +-
 drivers/mfd/sm501.c                   |    6 +-
 drivers/mfd/t7l66xb.c                 |   40 +-
 drivers/mfd/tc6387xb.c                |   47 +-
 drivers/mfd/tc6393xb.c                |  296 +++++++--
 drivers/mfd/twl4030-core.c            | 1193
+++++++++++++++++++++++++++++++++
 drivers/mfd/wm8350-core.c             |    2 +-
 include/linux/i2c/twl4030.h           |  339 ++++++++++
 include/linux/mfd/da903x.h            |  201 ++++++
 include/linux/mfd/t7l66xb.h           |    2 -
 include/linux/mfd/tc6387xb.h          |    3 -
 include/linux/mfd/tc6393xb.h          |   17 +-
 19 files changed, 2687 insertions(+), 98 deletions(-)
 create mode 100644 drivers/mfd/da903x.c
 create mode 100644 drivers/mfd/twl4030-core.c
 create mode 100644 include/linux/i2c/twl4030.h
 create mode 100644 include/linux/mfd/da903x.h


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

* [GIT] MFD pull request
@ 2008-09-30  8:19 Samuel Ortiz
  0 siblings, 0 replies; 13+ messages in thread
From: Samuel Ortiz @ 2008-09-30  8:19 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel; +Cc: Philipp Zabel, Ben Dooks

Hi Linus,

While preparing the merge window, I found a build failure due to some changes
in gpiolib.
Could you please pull ?

The following changes since commit 94aca1dac6f6d21f4b07e4864baf7768cabcc6e7:
  Linus Torvalds (1):
        Linux 2.6.27-rc8

are available in the git repository at:

  git://git.o-hand.com/linux-mfd for-linus

Samuel Ortiz (2):
      mfd: Fix Kconfig accroding to the new gpiolib symbols
      mfd: Fix asic3 compilation

 drivers/mfd/Kconfig |    4 ++--
 drivers/mfd/asic3.c |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

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

* [GIT] MFD pull request
@ 2008-07-29  0:02 Samuel Ortiz
  0 siblings, 0 replies; 13+ messages in thread
From: Samuel Ortiz @ 2008-07-29  0:02 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel; +Cc: Dmitry Baryshkov, Mike Rapoport, Ben Dooks

Hi Linus,

If it's not too late, could you please pull those remaining 4 MFD patches ?
Those patches were depending on the ARM patches.

The following changes since commit c9272c4f9fbe2087beb3392f526dc5b19efaa56b:
  Linus Torvalds (1):
        Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6

are available in the git repository at:

  git://git.o-hand.com/linux-mfd for-linus

Ben Dooks (2):
      mfd: Use to_platform_device instead of container_of
      mfd: Coding style fixes

Dmitry Baryshkov (1):
      mfd: accept pure device as a parent, not only platform_device

Mike Rapoport (1):
      mfd: add platform_data to mfd_cell

 drivers/mfd/mfd-core.c   |   32 +++++++++++++++-----------------
 drivers/mfd/tc6393xb.c   |    8 ++++++--
 include/linux/mfd/core.h |   30 +++++++++++++++---------------
 3 files changed, 36 insertions(+), 34 deletions(-)

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

* [GIT] MFD pull request
@ 2008-07-20 23:24 Samuel Ortiz
  0 siblings, 0 replies; 13+ messages in thread
From: Samuel Ortiz @ 2008-07-20 23:24 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Philipp Zabel, linux-kernel

Hi Linus,

This is the mfd (multifunction devices) merge request for 2.6.27.
The 12 patches are mostly asic3 ones.

Some more mfd patches should also be merged through Russell King's
ARM tree, as they've been sitting there before I opened my mfd git tree.


The following changes since commit 5b664cb235e97afbf34db9c4d77f08ebd725335e:
  Linus Torvalds (1):
        Merge branch 'upstream-linus' of git://git.kernel.org/.../mfasheh/ocfs2

are available in the git repository at:

  git://git.o-hand.com/linux-mfd for-linus

Philipp Zabel (6):
      mfd: move asic3 probe functions into __init section
      mfd: fix asic3 config array initialisation
      mfd: fix the asic3 irq demux code
      mfd: add ASIC3_CONFIG_GPIO templates
      mfd: remove DS1WM register definitions from asic3.h
      mfd: let asic3 use mem resource instead of bus_shift

Samuel Ortiz (6):
      mfd: asic3 gpiolib support
      mfd: asic3 children platform data removal
      mfd: New asic3 gpio configuration code
      mfd: use dev_* macros for asic3 debugging
      mfd: Use uppercase only for asic3 macros and defines
      mfd: asic3 should depend on gpiolib

 drivers/mfd/Kconfig       |    2 +-
 drivers/mfd/asic3.c       |  388 ++++++++++++++++++++++++++-------------------
 include/linux/mfd/asic3.h |  185 +++++++++++-----------
 3 files changed, 319 insertions(+), 256 deletions(-)

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

end of thread, other threads:[~2009-10-12 14:52 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-11 13:43 [GIT] MFD pull request Samuel Ortiz
  -- strict thread matches above, loose matches on Subject: below --
2009-10-12 14:53 Samuel Ortiz
2009-04-04 23:07 Samuel Ortiz
     [not found] <20090331113648.GA4612@sortiz.org>
2009-03-31 13:34 ` Samuel Ortiz
2009-02-17  8:47 Samuel Ortiz
2009-01-04 23:15 Samuel Ortiz
2008-10-24 17:02 [GIT] mfd " Samuel Ortiz
2008-10-22  9:44 Samuel Ortiz
2008-10-19 21:49 Samuel Ortiz
2008-10-16 10:10 Samuel Ortiz
2008-09-30  8:19 [GIT] MFD " Samuel Ortiz
2008-07-29  0:02 Samuel Ortiz
2008-07-20 23:24 Samuel Ortiz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.