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:	Mon, 10 Jun 2013 17:04:58 +0530
From:	Tushar Behera <tushar.behera@...aro.org>
To:	linux-kernel@...r.kernel.org
Cc:	thierry.reding@...il.com, patches@...aro.org,
	alsa-devel@...a-project.org, devel@...verdev.osuosl.org,
	linux-can@...r.kernel.org, linux-doc@...r.kernel.org,
	linux-gpio@...r.kernel.org, linux-mmc@...r.kernel.org,
	linux-pci@...r.kernel.org, linux-usb@...r.kernel.org,
	netdev@...r.kernel.org, sparclinux@...r.kernel.org,
	Bjorn Helgaas <bhelgaas@...gle.com>,
	Chris Ball <cjb@...top.org>, Dan Williams <djbw@...com>,
	"David S. Miller" <davem@...emloft.net>,
	Felipe Balbi <balbi@...com>,
	Grant Likely <grant.likely@...aro.org>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	Liam Girdwood <lgirdwood@...il.com>,
	Linus Walleij <linus.walleij@...aro.org>,
	Marc Kleine-Budde <mkl@...gutronix.de>,
	Mark Brown <broonie@...nel.org>,
	Michal Simek <michal.simek@...inx.com>,
	Rob Landley <rob@...dley.net>,
	Vinod Koul <vinod.koul@...el.com>,
	Wolfgang Grandegger <wg@...ndegger.com>
Subject: [PATCH 00/15] Convert to use devm_ioremap_resource

These are the remaining instances of devm_request_and_ioremap. Convert
them to use devm_ioremap_resource as introduced by commit
75096579c3ac ("lib: devres: Introduce devm_ioremap_resource()).
Patches 1 to 13 remove occurrences of devm_request_and_ioremap.
Patch 14 modifies one comment that speaks about devm_request_and_ioremap.
Patch 15 removes the definition of devm_request_and_ioremap which
should only be applied if all other pathces are merged.

Tushar Behera (15):
  sparc,leon: Convert to use devm_ioremap_resource
  sudmac: Convert to use devm_ioremap_resource
  mmc: mvsdio: Convert to use devm_ioremap_resource
  gpio_msm: Convert to use devm_ioremap_resource
  gpio-sta2x11: Convert to use devm_ioremap_resource
  net: bcm63xx_enet: Convert to use devm_ioremap_resource
  net: fec: Convert to use devm_ioremap_resource
  net: emaclite: Convert to use devm_ioremap_resource
  net: can: Convert to use devm_ioremap_resource
  Staging: netlogic: Convert to use devm_ioremap_resource
  regulator: ti-abb: Convert to use devm_ioremap_resource
  ASoC: spear: Convert to use devm_ioremap_resource
  pci: mvebu: Convert to use devm_ioremap_resource
  usb: phy: rcar-usb: Fix comment w.r.t. devm_ioremap_resource
  lib: devres: Remove deprecated devm_request_and_ioremap

 Documentation/driver-model/devres.txt         |    1 -
 arch/sparc/kernel/leon_pci_grpci1.c           |    6 +++---
 drivers/dma/sh/sudmac.c                       |    6 +++---
 drivers/gpio/gpio-msm-v1.c                    |   12 +++++------
 drivers/gpio/gpio-sta2x11.c                   |    4 +++-
 drivers/mmc/host/mvsdio.c                     |    6 +++---
 drivers/net/can/c_can/c_can_platform.c        |    4 ++--
 drivers/net/ethernet/broadcom/bcm63xx_enet.c  |   12 +++++------
 drivers/net/ethernet/freescale/fec_main.c     |   12 +++++------
 drivers/net/ethernet/xilinx/xilinx_emaclite.c |    6 ++++--
 drivers/pci/host/pci-mvebu.c                  |    5 +++--
 drivers/regulator/ti-abb-regulator.c          |   12 +++++------
 drivers/staging/netlogic/xlr_net.c            |    8 +++----
 drivers/usb/phy/phy-rcar-usb.c                |    2 +-
 include/linux/device.h                        |    2 --
 lib/devres.c                                  |   28 -------------------------
 sound/soc/spear/spdif_out.c                   |   20 +++++-------------
 17 files changed, 55 insertions(+), 91 deletions(-)

CC: alsa-devel@...a-project.org
CC: devel@...verdev.osuosl.org
CC: linux-can@...r.kernel.org
CC: linux-doc@...r.kernel.org
CC: linux-gpio@...r.kernel.org
CC: linux-mmc@...r.kernel.org
CC: linux-pci@...r.kernel.org
CC: linux-usb@...r.kernel.org
CC: netdev@...r.kernel.org
CC: sparclinux@...r.kernel.org
CC: Bjorn Helgaas <bhelgaas@...gle.com>
CC: Chris Ball <cjb@...top.org>
CC: Dan Williams <djbw@...com>
CC: "David S. Miller" <davem@...emloft.net>
CC: Felipe Balbi <balbi@...com>
CC: Grant Likely <grant.likely@...aro.org>
CC: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
CC: Liam Girdwood <lgirdwood@...il.com>
CC: Linus Walleij <linus.walleij@...aro.org>
CC: Marc Kleine-Budde <mkl@...gutronix.de>
CC: Mark Brown <broonie@...nel.org>
CC: Michal Simek <michal.simek@...inx.com>
CC: Rob Landley <rob@...dley.net>
CC: Vinod Koul <vinod.koul@...el.com>
CC: Wolfgang Grandegger <wg@...ndegger.com>
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ