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,  4 Mar 2013 15:08:24 -0800
From:	Stephen Boyd <sboyd@...eaurora.org>
To:	David Brown <davidb@...eaurora.org>,
	Daniel Walker <dwalker@...o99.com>,
	Bryan Huntsman <bryanh@...eaurora.org>
Cc:	linux-kernel@...r.kernel.org, linux-arm-msm@...r.kernel.org,
	linux-arm-kernel@...ts.infradead.org
Subject: [PATCH/RESEND 0/4] Trim down mach includes in MSM drivers

This patch series trims the usage of mach includes in MSM 
drivers. In particular it targets the msm_iomap.h header
file and completely removes the cpu.h header file. After
this series we only have one driver using the msm_iomap.h file
outside of mach-msm. Once that driver is moved to be
a platform device we can make msm_iomap.h private to mach-msm.

Stephen Boyd (4):
  ARM: msm: Move dma.h #defines that are private to dma.c
  mmc: msm_sdcc: Remove unnecessary include
  gpio: Make gpio-msm-v1 into a platform driver
  ARM: msm: Remove unused cpu.h header file

 arch/arm/mach-msm/board-halibut.c    |    1 +
 arch/arm/mach-msm/board-msm7x30.c    |    1 +
 arch/arm/mach-msm/board-qsd8x50.c    |    1 +
 arch/arm/mach-msm/board-trout.c      |    1 +
 arch/arm/mach-msm/devices-msm7x00.c  |   31 +++++
 arch/arm/mach-msm/devices-msm7x30.c  |   31 +++++
 arch/arm/mach-msm/devices-qsd8x50.c  |   31 +++++
 arch/arm/mach-msm/devices.h          |    4 +
 arch/arm/mach-msm/dma.c              |   26 ++++
 arch/arm/mach-msm/include/mach/cpu.h |   54 ---------
 arch/arm/mach-msm/include/mach/dma.h |   26 ----
 drivers/gpio/gpio-msm-v1.c           |  220 +++++++++++++++++++++++-----------
 drivers/mmc/host/msm_sdcc.c          |    1 -
 13 files changed, 276 insertions(+), 152 deletions(-)
 delete mode 100644 arch/arm/mach-msm/include/mach/cpu.h

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation

--
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