linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] phy: remove the need for the phys to know about their users
@ 2013-12-09 15:08 Heikki Krogerus
  2013-12-09 15:08 ` [PATCH 1/5] phy: unify the phy name parameters Heikki Krogerus
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Heikki Krogerus @ 2013-12-09 15:08 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

This replaces the consumer & init_data structures with a lookup table
that contains complete associations with the phys and their users,
removing the need for the phy drivers themselves to care about their
users even when not using DT.

The lookup method is copied from the way the gpio descriptor lookup is
now handled in gpiolib.c.


Heikki Krogerus (5):
  phy: unify the phy name parameters
  phy: add support for indexed lookup
  phy: improved lookup method
  arm: omap3: twl: use the new lookup method with usb phy
  phy: remove the old lookup method

 arch/arm/mach-omap2/twl-common.c    |  15 ++-
 drivers/phy/phy-core.c              | 209 ++++++++++++++++++++++++++----------
 drivers/phy/phy-exynos-dp-video.c   |   2 +-
 drivers/phy/phy-exynos-mipi-video.c |   2 +-
 drivers/phy/phy-omap-usb2.c         |   2 +-
 drivers/phy/phy-twl4030-usb.c       |   4 +-
 include/linux/phy/phy.h             |  86 ++++++++++-----
 7 files changed, 221 insertions(+), 99 deletions(-)

-- 
1.8.5.1

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

end of thread, other threads:[~2014-01-16 11:58 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-09 15:08 [PATCH 0/5] phy: remove the need for the phys to know about their users Heikki Krogerus
2013-12-09 15:08 ` [PATCH 1/5] phy: unify the phy name parameters Heikki Krogerus
2013-12-09 15:08 ` [PATCH 2/5] phy: add support for indexed lookup Heikki Krogerus
2013-12-16 11:02   ` Kishon Vijay Abraham I
2013-12-16 14:32     ` Heikki Krogerus
2014-01-07 13:40       ` Kishon Vijay Abraham I
2014-01-14 14:23         ` Heikki Krogerus
2014-01-15 14:11           ` Kishon Vijay Abraham I
2013-12-09 15:08 ` [PATCH 3/5] phy: improved lookup method Heikki Krogerus
2013-12-09 15:08 ` [PATCH 4/5] arm: omap3: twl: use the new lookup method with usb phy Heikki Krogerus
2013-12-16 11:04   ` Kishon Vijay Abraham I
2013-12-16 14:43     ` Heikki Krogerus
2014-01-07 13:01       ` Kishon Vijay Abraham I
2014-01-14 14:38         ` Heikki Krogerus
2014-01-15 14:11           ` Kishon Vijay Abraham I
2014-01-16 11:58             ` Heikki Krogerus
2014-01-08 17:53   ` Tony Lindgren
2013-12-09 15:08 ` [PATCH] phy: remove the old lookup method Heikki Krogerus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).