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>] [day] [month] [year] [list]
Date:	Mon, 28 Jan 2013 01:39:09 +0100
From:	Samuel Ortiz <sameo@...ux.intel.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel <linux-kernel@...r.kernel.org>,
	AnilKumar Ch <anilkumar@...com>, Arnd Bergmann <arnd@...db.de>,
	Ashish Jangam <ashish.jangam@...tcummins.com>,
	Axel Lin <axel.lin@...ics.com>,
	Guenter Roeck <linux@...ck-us.net>,
	Lee Jones <lee.jones@...aro.org>,
	Linus Walleij <linus.walleij@...aro.org>,
	Linus Walleij <linus.walleij@...ricsson.com>,
	Mark Brown <broonie@...nsource.wolfsonmicro.com>,
	Wei WANG <wei_wang@...lsil.com.cn>
Subject: [GIT] [3.8] MFD fixes

Hi Linus,

This is the first pull request for MFD fixes for 3.8

We have some build failure fixes (twl4030, vexpress, abx500 and tps65910),
some actual runtime oops and lockup fixes (rtsx, da9052), and some more
hypothetical NULL pointers dereferences fixes for pcf50633 and max776xx.

Then we also have additional rtsx fixes for a correct switch output voltage
and clock divider correctness for rtl8411 (rtsx driver), and irqdomain fix for
db8550-prcmu, and some more cosmetic fixes for arizona and wm5102.

Thanks in advance for pulling them in.

The following changes since commit 7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619:

  Linux 3.8-rc4 (2013-01-17 19:25:45 -0800)

are available in the git repository at:

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

for you to fetch changes up to 2d1484f5990c094e2c706672a8d286576dd096b4:

  mfd: rtsx: Fix oops when rtsx_pci_sdmmc is not probed (2013-01-27 02:18:07 +0100)

----------------------------------------------------------------
AnilKumar Ch (1):
      mfd: tps65910: Select REGMAP_IRQ in Kconfig to fix build error

Arnd Bergmann (1):
      mfd: twl4030: Don't warn about uninitialized return code

Ashish Jangam (1):
      mfd: da9052/53 lockup fix

Axel Lin (3):
      mfd: max77686: Init max77686->dev before using it
      mfd: max77693: Init max77693->dev before using it
      mfd: pcf50633: Init pcf->dev before using it

Guenter Roeck (1):
      mfd: vexpress: Export global functions to fix build error

Lee Jones (1):
      mfd: Fix compile errors and warnings when !CONFIG_AB8500_BM

Linus Walleij (2):
      mfd: db8500-prcmu: Fix irqdomain usage
      mfd: tc3589x: Use simple irqdomain

Mark Brown (3):
      mfd: arizona: Disable control interface reporting for WM5102 and WM5110
      mfd: arizona: Check errors from regcache_sync()
      mfd: wm5102: Fix definition of WM5102_MAX_REGISTER

Wei WANG (4):
      mfd: rtsx: Add output voltage switch hook
      mmc: rtsx: Call MFD hook to switch output voltage
      mfd: rtsx: Add clock divider hook
      mfd: rtsx: Fix oops when rtsx_pci_sdmmc is not probed

 drivers/mfd/Kconfig                  |    1 +
 drivers/mfd/ab8500-core.c            |    1 +
 drivers/mfd/arizona-core.c           |    7 +++-
 drivers/mfd/arizona-irq.c            |   18 ++--------
 drivers/mfd/da9052-i2c.c             |   61 +++++++++++++++++++++++++++++++
 drivers/mfd/db8500-prcmu.c           |   13 ++++---
 drivers/mfd/max77686.c               |   18 +++++-----
 drivers/mfd/max77693.c               |   34 +++++++++---------
 drivers/mfd/pcf50633-core.c          |    5 ++-
 drivers/mfd/rtl8411.c                |   29 +++++++++++++++
 drivers/mfd/rts5209.c                |   21 +++++++++++
 drivers/mfd/rts5229.c                |   21 +++++++++++
 drivers/mfd/rtsx_pcr.c               |   27 +++++++++++---
 drivers/mfd/tc3589x.c                |   17 +++------
 drivers/mfd/twl4030-power.c          |    2 +-
 drivers/mfd/vexpress-config.c        |    8 +++--
 drivers/mfd/wm5102-tables.c          |    2 +-
 drivers/mmc/host/rtsx_pci_sdmmc.c    |   30 +++-------------
 include/linux/mfd/abx500.h           |    2 --
 include/linux/mfd/abx500/ab8500-bm.h |   29 +++------------
 include/linux/mfd/da9052/da9052.h    |   66 +++++++++++++++++++++++++++++++---
 include/linux/mfd/da9052/reg.h       |    3 ++
 include/linux/mfd/rtsx_common.h      |    3 ++
 include/linux/mfd/rtsx_pci.h         |   25 ++++++++++---
 24 files changed, 314 insertions(+), 129 deletions(-)
-- 
Intel Open Source Technology Centre
http://oss.intel.com/
--
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