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, 14 Aug 2014 19:53:53 +0530
From:	Vivek Gautam <gautam.vivek@...sung.com>
To:	linux-usb@...r.kernel.org, balbi@...com
Cc:	linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
	grant.likely@...aro.org, gregkh@...uxfoundation.org,
	stern@...land.harvard.edu, jg1.han@...sung.com,
	s.nawrocki@...sung.com, k.debski@...sung.com,
	Vivek Gautam <gautam.vivek@...sung.com>
Subject: [PATCH 0/7] usb-phy: samsung: Cleanup the unused drivers

- This series is based on 'usb-next' branch.

Now that we have support for USB PHY controllers for Exynos SoC series,
we are free to remove the older usb-phy support.
In the process, we are removing the entire phy-samsung-usb3 driver, and
besides that all support for Exynos4x and Exynos5 from phy-samsung-usb2
driver.

We have also removed the older USB-PHY support from ehci-exynos and ohci-exynos
since those drivers now can use newer GENERIC-PHYs, and don't need the older
USB-PHYs and related code anymore. These patches for ohci-exynos and ehci-exynos
now replaces the older sent patch for phy sequence cleanup for them.[1]

I have build-tested this series for exynos_defconfig and s3c64xx_defconfig,
and have tested the EHCI and OHCI operations on smdk5250 board, but
have not tested the actual working due to unavailability of S3C64XX
board. So can someone please help me testing this series.

[1] https://lkml.org/lkml/2014/8/5/142

Vivek Gautam (7):
  usb-phy: samsung-usb3: Remove older phy-samsung-usb3 driver
  usb-phy: samsung-usb2: Remove support for Exynos5250
  usb-phy: samsung-usb2: Remove support for Exynos4X12
  usb-phy: samsung-usb2: Remove support for Exynos4210
  usb-phy: samsung-usb2: Clean up to leave only S3C64XX support
  usb: host: ehci-exynos: Remove unnecessary usb-phy support
  usb: host: ohci-exynos: Remove unnecessary usb-phy support

 drivers/usb/host/ehci-exynos.c     |   53 +-----
 drivers/usb/host/ohci-exynos.c     |   64 +------
 drivers/usb/phy/Kconfig            |   16 --
 drivers/usb/phy/Makefile           |    2 -
 drivers/usb/phy/phy-samsung-usb.c  |  241 -----------------------
 drivers/usb/phy/phy-samsung-usb.h  |  349 ---------------------------------
 drivers/usb/phy/phy-samsung-usb2.c |  371 ++++++++----------------------------
 drivers/usb/phy/phy-samsung-usb2.h |  121 ++++++++++++
 drivers/usb/phy/phy-samsung-usb3.c |  350 ----------------------------------
 9 files changed, 213 insertions(+), 1354 deletions(-)
 delete mode 100644 drivers/usb/phy/phy-samsung-usb.c
 delete mode 100644 drivers/usb/phy/phy-samsung-usb.h
 create mode 100644 drivers/usb/phy/phy-samsung-usb2.h
 delete mode 100644 drivers/usb/phy/phy-samsung-usb3.c

-- 
1.7.10.4

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