Re: [GIT PULL] regmap for for v3.7

2012-10-23 Thread Linus Torvalds
On Tue, Oct 23, 2012 at 11:58 AM, Mark Brown
 wrote:
>
> Hrm, appears nobody else ever actually checks these things...  it's a
> new subkey on my existing key, I've pushed it up to subkeys.pgp.net and
> also attach a copy.  Sorry about that.

NP. Looks good now,

  Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [GIT PULL] regmap for for v3.7

2012-10-23 Thread Linus Torvalds
On Tue, Oct 23, 2012 at 11:58 AM, Mark Brown
broo...@opensource.wolfsonmicro.com wrote:

 Hrm, appears nobody else ever actually checks these things...  it's a
 new subkey on my existing key, I've pushed it up to subkeys.pgp.net and
 also attach a copy.  Sorry about that.

NP. Looks good now,

  Linus
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [GIT PULL] regmap for for v3.7

2012-10-22 Thread Linus Torvalds
On Mon, Oct 22, 2012 at 6:14 PM, Mark Brown
 wrote:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git 
> tags/regmap-fix-mmio

I'm not finding the key you used to sign that...

   Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[GIT PULL] regmap for for v3.7

2012-10-22 Thread Mark Brown
The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:

  Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git 
tags/regmap-fix-mmio

for you to fetch changes up to 5784ee4dcbb896f5367855540b264e21a0c33854:

  regmap: select REGMAP if REGMAP_MMIO and REGMAP_IRQ enabled (2012-10-17 
22:09:35 +0900)


regmap: Fix for dependencies for MMIO

Trivial dependency issue, not noticed before as the only user of MMIO
also needs I2C.


Dong Aisheng (1):
  regmap: select REGMAP if REGMAP_MMIO and REGMAP_IRQ enabled

 drivers/base/regmap/Kconfig |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


signature.asc
Description: Digital signature


[GIT PULL] regmap for for v3.7

2012-10-22 Thread Mark Brown
The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:

  Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git 
tags/regmap-fix-mmio

for you to fetch changes up to 5784ee4dcbb896f5367855540b264e21a0c33854:

  regmap: select REGMAP if REGMAP_MMIO and REGMAP_IRQ enabled (2012-10-17 
22:09:35 +0900)


regmap: Fix for dependencies for MMIO

Trivial dependency issue, not noticed before as the only user of MMIO
also needs I2C.


Dong Aisheng (1):
  regmap: select REGMAP if REGMAP_MMIO and REGMAP_IRQ enabled

 drivers/base/regmap/Kconfig |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


signature.asc
Description: Digital signature


Re: [GIT PULL] regmap for for v3.7

2012-10-22 Thread Linus Torvalds
On Mon, Oct 22, 2012 at 6:14 PM, Mark Brown
broo...@opensource.wolfsonmicro.com wrote:

   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git 
 tags/regmap-fix-mmio

I'm not finding the key you used to sign that...

   Linus
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[GIT PULL] regmap updates for v3.7

2012-10-01 Thread Mark Brown
The following changes since commit 5698bd757d55b1bb87edd1a9744ab09c142abfc2:

  Linux 3.6-rc6 (2012-09-16 14:58:51 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git 
tags/regmap-3.7

for you to fetch changes up to 613dac31a612f9417bd1b1438acebbc3b8f9073e:

  Merge remote-tracking branches 'regmap/topic/cache' and 'regmap/topic/irq' 
into regmap-next (2012-09-22 12:02:05 -0400)



regmap: Updates for v3.7

A quiet release for the regmap core, essentially all the activity is in
the shared interrupt controller which is being more and more widely
used and has been enhanced to support a wider range of masking types and
wake handling methods, plus integration with runtime PM for devices
making aggressive use of that.


Dimitris Papastamos (1):
  regmap: Don't lock in regmap_reinit_cache()

Mark Brown (4):
  regmap: irq: Only update mask bits when doing initial mask
  regmap: irq: Enable devices for runtime PM while handling interrupts
  mfd: wm8994: Flag the interrupt block as requiring runtime PM be enabled
  Merge remote-tracking branches 'regmap/topic/cache' and 
'regmap/topic/irq' into regmap-next

Stephen Warren (5):
  regmap: fix some error messages to take account of irq_reg_stride
  regmap: store irq_chip inside regmap_irq_chip_data
  regmap: name irq_chip based on regmap_irq_chip's name
  regmap: set MASK_ON_SUSPEND/SKIP_SET_WAKE if no wake_base
  regmap: irq: initialize all irqs to wake disabled

Xiaofan Tian (1):
  regmap: irq: Add mask invert flag for enable register

Yunfan Zhang (1):
  regmap: no need primary handler for nested irq

 drivers/base/regmap/regmap-irq.c |   92 +++---
 drivers/base/regmap/regmap.c |   13 ++
 drivers/mfd/wm8994-irq.c |1 +
 include/linux/regmap.h   |3 ++
 4 files changed, 83 insertions(+), 26 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[GIT PULL] regmap updates for v3.7

2012-10-01 Thread Mark Brown
The following changes since commit 5698bd757d55b1bb87edd1a9744ab09c142abfc2:

  Linux 3.6-rc6 (2012-09-16 14:58:51 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git 
tags/regmap-3.7

for you to fetch changes up to 613dac31a612f9417bd1b1438acebbc3b8f9073e:

  Merge remote-tracking branches 'regmap/topic/cache' and 'regmap/topic/irq' 
into regmap-next (2012-09-22 12:02:05 -0400)



regmap: Updates for v3.7

A quiet release for the regmap core, essentially all the activity is in
the shared interrupt controller which is being more and more widely
used and has been enhanced to support a wider range of masking types and
wake handling methods, plus integration with runtime PM for devices
making aggressive use of that.


Dimitris Papastamos (1):
  regmap: Don't lock in regmap_reinit_cache()

Mark Brown (4):
  regmap: irq: Only update mask bits when doing initial mask
  regmap: irq: Enable devices for runtime PM while handling interrupts
  mfd: wm8994: Flag the interrupt block as requiring runtime PM be enabled
  Merge remote-tracking branches 'regmap/topic/cache' and 
'regmap/topic/irq' into regmap-next

Stephen Warren (5):
  regmap: fix some error messages to take account of irq_reg_stride
  regmap: store irq_chip inside regmap_irq_chip_data
  regmap: name irq_chip based on regmap_irq_chip's name
  regmap: set MASK_ON_SUSPEND/SKIP_SET_WAKE if no wake_base
  regmap: irq: initialize all irqs to wake disabled

Xiaofan Tian (1):
  regmap: irq: Add mask invert flag for enable register

Yunfan Zhang (1):
  regmap: no need primary handler for nested irq

 drivers/base/regmap/regmap-irq.c |   92 +++---
 drivers/base/regmap/regmap.c |   13 ++
 drivers/mfd/wm8994-irq.c |1 +
 include/linux/regmap.h   |3 ++
 4 files changed, 83 insertions(+), 26 deletions(-)
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/