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]
Date:	Thu, 11 Oct 2012 13:55:27 +0200
From:	Peter Ujfalusi <peter.ujfalusi@...com>
To:	Samuel Ortiz <sameo@...ux.intel.com>
CC:	<linux-kernel@...r.kernel.org>,
	Mark Brown <broonie@...nsource.wolfsonmicro.com>,
	<peter.ujfalusi@...com>
Subject: [PATCH 0/6] MFD: twl6040: Conversion to use regmap_irq

Hello,

This series will convert the twl6040 MFD core driver to use regmap_irq instead
of the custom interrupt code it used. In this way considerable amount of code
can be removed and we are going to use common, well tested code for the interrupt
dispatch.

The series is for 3.8.

Regards,
Peter
---
Peter Ujfalusi (6):
  MFD: twl6040: Fix typo for power on failure
  MFD: twl6040: Remove unused parameter for
    twl6040_power_up_completion()
  MFD: twl6040: Restructure power up and down code
  MFD: twl6040: Correct Ready and Thermal interrupt handling
  MFD: twl6040: Convert to use regmap_irq
  MFD: twl6040: Rename the core driver

 drivers/mfd/Kconfig                       |   4 +-
 drivers/mfd/Makefile                      |   2 +-
 drivers/mfd/twl6040-irq.c                 | 205 ------------------------------
 drivers/mfd/{twl6040-core.c => twl6040.c} | 137 ++++++++++++--------
 include/linux/mfd/twl6040.h               |  10 +-
 5 files changed, 92 insertions(+), 266 deletions(-)
 delete mode 100644 drivers/mfd/twl6040-irq.c
 rename drivers/mfd/{twl6040-core.c => twl6040.c} (84%)

-- 
1.7.12

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ