All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] usb: phy: samsung: remove old USB PHY code
@ 2014-08-22 16:59 Bartlomiej Zolnierkiewicz
  2014-08-22 16:59 ` [PATCH v2 1/5] ARM: dts: remove old USB2 PHY node hook for Arndale Bartlomiej Zolnierkiewicz
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2014-08-22 16:59 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: Felipe Balbi, Kishon Vijay Abraham I, Kamil Debski, Vivek Gautam,
	Mark Brown, Kyungmin Park, linux-samsung-soc, linux-usb,
	linux-kernel, b.zolnierkie

Hi,

This patch series removes the old Samsung USB PHY drivers that
got replaced by the new ones using the generic PHY layer.

Depends on:
- v3.17-rc1 branch of Linus' kernel

Changes since v1 (https://lkml.org/lkml/2014/8/14/241):
- rebased on v3.17-rc1 kernel
- added Acked-by-s from Kishon Vijay Abraham I
- added Reviewed-by-s from Vivek Gautam and Jingoo Han

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics


Bartlomiej Zolnierkiewicz (5):
  ARM: dts: remove old USB2 PHY node hook for Arndale
  ARM: dts: remove old USB2 PHY node for Exynos5250
  usb: phy: samsung: remove old USB 2.0 PHY driver
  usb: phy: samsung: remove old USB 3.0 PHY driver
  usb: phy: samsung: remove old common USB PHY code

 arch/arm/boot/dts/exynos5250-arndale.dts     |   4 -
 arch/arm/boot/dts/exynos5250.dtsi            |  15 -
 drivers/usb/phy/Kconfig                      |  23 --
 drivers/usb/phy/Makefile                     |   3 -
 drivers/usb/phy/phy-samsung-usb.c            | 241 ------------
 drivers/usb/phy/phy-samsung-usb.h            | 349 -----------------
 drivers/usb/phy/phy-samsung-usb2.c           | 541 ---------------------------
 drivers/usb/phy/phy-samsung-usb3.c           | 350 -----------------
 include/linux/platform_data/samsung-usbphy.h |  27 --
 9 files changed, 1553 deletions(-)
 delete mode 100644 drivers/usb/phy/phy-samsung-usb.c
 delete mode 100644 drivers/usb/phy/phy-samsung-usb.h
 delete mode 100644 drivers/usb/phy/phy-samsung-usb2.c
 delete mode 100644 drivers/usb/phy/phy-samsung-usb3.c
 delete mode 100644 include/linux/platform_data/samsung-usbphy.h

-- 
1.8.2.3

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-08-27 19:25 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-22 16:59 [PATCH v2 0/5] usb: phy: samsung: remove old USB PHY code Bartlomiej Zolnierkiewicz
2014-08-22 16:59 ` [PATCH v2 1/5] ARM: dts: remove old USB2 PHY node hook for Arndale Bartlomiej Zolnierkiewicz
2014-08-22 17:32   ` Andreas Färber
2014-08-22 16:59 ` [PATCH v2 2/5] ARM: dts: remove old USB2 PHY node for Exynos5250 Bartlomiej Zolnierkiewicz
2014-08-22 16:59 ` [PATCH v2 3/5] usb: phy: samsung: remove old USB 2.0 PHY driver Bartlomiej Zolnierkiewicz
2014-08-22 16:59 ` [PATCH v2 4/5] usb: phy: samsung: remove old USB 3.0 " Bartlomiej Zolnierkiewicz
2014-08-22 16:59 ` [PATCH v2 5/5] usb: phy: samsung: remove old common USB PHY code Bartlomiej Zolnierkiewicz
2014-08-27 19:25   ` Felipe Balbi
2014-08-27 19:25     ` Felipe Balbi
2014-08-27 19:23 ` [PATCH v2 0/5] usb: phy: samsung: remove old " Felipe Balbi
2014-08-27 19:23   ` Felipe Balbi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.