lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20181224191532.GC1846@sirena.org.uk>
Date:   Mon, 24 Dec 2018 19:15:32 +0000
From:   Mark Brown <broonie@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org
Subject: [GIT PULL] regmap updates for v4.21

The following changes since commit 7566ec393f4161572ba6f11ad5171fd5d59b0fbd:

  Linux 4.20-rc7 (2018-12-16 15:46:55 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-v4.21

for you to fetch changes up to 58331d618bd9ced88a21a9b68c7743b84c2f4803:

  Merge remote-tracking branch 'regmap/topic/irq' into regmap-next (2018-12-19 18:38:33 +0000)

----------------------------------------------------------------
regmap: Updates for v4.21

This has been a busy release for the regmap-irq code, there's several
new features been added, including an API cleanup for how we specify
types that affected one existing driver (gpio-max77620):

 - Support for hardware that flags rising and falling edges on separate
   status bits from Bartosz Golaszewski.
 - Support for explicitly clearing interrupts before unmasking from
   Bartosz Golaszewski.
 - Support for level triggered IRQs from Matti Vaittinen.

----------------------------------------------------------------
Bartosz Golaszewski (2):
      regmap: irq: handle HW using separate rising/falling edge interrupts
      regmap: irq: add an option to clear status registers on unmask

Mark Brown (2):
      Merge branch 'regmap-4.21' into regmap-next
      Merge remote-tracking branch 'regmap/topic/irq' into regmap-next

Matti Vaittinen (2):
      regmap: regmap-irq: Remove default irq type setting from core
      regmap: regmap-irq/gpio-max77620: add level-irq support

Tony Xie (1):
      regmap: add a new macro:REGMAP_IRQ_REG_LINE(_id, _reg_bits)

Yangtao Li (2):
      regmap: rbtree: convert to DEFINE_SHOW_ATTRIBUTE
      regmap: debugfs: convert to DEFINE_SHOW_ATTRIBUTE

 drivers/base/regmap/regcache-rbtree.c |  12 +--
 drivers/base/regmap/regmap-debugfs.c  |  12 +--
 drivers/base/regmap/regmap-irq.c      | 142 ++++++++++++++++++++++++----------
 drivers/gpio/gpio-max77620.c          |  96 +++++++++++++++--------
 include/linux/regmap.h                |  41 ++++++++--
 5 files changed, 200 insertions(+), 103 deletions(-)

Download attachment "signature.asc" of type "application/pgp-signature" (489 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ