All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] platform: Facilitate the creation of pseudo-platform buses
@ 2010-08-18 19:15 Patrick Pannuto
  2010-08-18 19:15 ` [PATCH 1/4] platform: Use drv->driver.bus instead of assuming platform_bus_type Patrick Pannuto
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Patrick Pannuto @ 2010-08-18 19:15 UTC (permalink / raw)
  To: linux-kernel; +Cc: ppannuto, linux-arm-msm, magnus.damm, grant.likely, gregkh

Most of the interesting stuff is in patch 2/4 and 3/4, inline.

    (lkml.org seems to have lost August 3rd...)
    RFC: http://lkml.indiana.edu/hypermail/linux/kernel/1008.0/01342.html
     v1: http://lkml.indiana.edu/hypermail/linux/kernel/1008.0/01942.html
     v2: http://lkml.indiana.edu/hypermail/linux/kernel/1008.1/00958.html

[PATCH 1/4] platform: Use drv->driver.bus instead of assuming platform_bus_type
    * This patch is already in greg k-h's queue, included only for clarity

[PATCH 2/4] platform: Facilitate the creation of pseudo-platform buses
    * This patch has changed pretty significantly, see its changelog

[PATCH 3/4] msm-bus: Define the msm-bus skeleton
    * This patch is a sample user of the new code, mostly proof-of-concept
      that defines a msm bus_type

[PATCH 4/4] msm: serial: Move msm_uart_driver onto msm bus
    * This patch simply moves a device/driver pair from the platform bus to
      the new msm bus

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

end of thread, other threads:[~2010-09-02 18:16 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-18 19:15 [PATCH v3 0/4] platform: Facilitate the creation of pseudo-platform buses Patrick Pannuto
2010-08-18 19:15 ` [PATCH 1/4] platform: Use drv->driver.bus instead of assuming platform_bus_type Patrick Pannuto
2010-08-18 19:44   ` Greg KH
2010-08-18 19:53     ` Patrick Pannuto
2010-08-18 19:56       ` Greg KH
2010-09-01 22:34       ` Greg KH
2010-09-02 18:16         ` David Brown
2010-08-18 19:15 ` [PATCH 2/4] platform: Facilitate the creation of pseudo-platform buses Patrick Pannuto
2010-08-18 22:25   ` Grant Likely
2010-08-18 19:15 ` [PATCH 3/4] msm-bus: Define the msm-bus skeleton Patrick Pannuto
2010-08-18 19:15   ` Patrick Pannuto
2010-08-18 22:13   ` Grant Likely
2010-08-18 22:13     ` Grant Likely
2010-08-19 18:12     ` Patrick Pannuto
2010-08-19 18:12       ` Patrick Pannuto
2010-08-19 21:31       ` Grant Likely
2010-08-19 21:31         ` Grant Likely
2010-08-18 19:15 ` [PATCH 4/4] msm: serial: Move msm_uart_driver onto msm bus Patrick Pannuto
2010-08-18 19:15   ` Patrick Pannuto

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.