linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC/PATCH 0/8] omap: mailbox: split platform_driver
@ 2010-05-02 23:59 Felipe Contreras
  2010-05-02 23:59 ` [RFC/PATCH 1/8] omap: mailbox: trivial cleanups Felipe Contreras
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Felipe Contreras @ 2010-05-02 23:59 UTC (permalink / raw)
  To: linux-omap; +Cc: Tony Lindgren, Hiroshi Doyu, Ohad Ben-Cohen, Felipe Contreras

Hi,

It seems it's not possible to compile 'mailbox_mach' as built-in due to
interdependencies.

This proposal tries to avoid mbox_register() in 'mach' and store all the
required information in platform_device data so that the 'plat' mailbox can do
the mbox_register().

Also, some other goodies such as cleanups, and true multi-omap support.

I tested these on a bleagleboard.

Felipe Contreras (8):
  omap: mailbox: trivial cleanups
  omap: mailbox: reorganize structures
  omap: mailbox: 2420 should be detected at run-time
  omap: mailbox: reorganize omap2 registering
  omap: mailbox: reorganize omap2 platform_device
  omap: mailbox: more more stuff to omap2_mbox_init
  omap: mailbox: split platform_driver
  omap: mailbox: always built-in omap2 platform data

 arch/arm/mach-omap2/Makefile              |    5 +-
 arch/arm/mach-omap2/devices.c             |   74 ---------
 arch/arm/mach-omap2/mailbox.c             |  237 +++++++++++++++--------------
 arch/arm/plat-omap/include/plat/mailbox.h |    5 +
 arch/arm/plat-omap/mailbox.c              |   45 +++++-
 5 files changed, 176 insertions(+), 190 deletions(-)


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

end of thread, other threads:[~2010-05-04  8:42 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-02 23:59 [RFC/PATCH 0/8] omap: mailbox: split platform_driver Felipe Contreras
2010-05-02 23:59 ` [RFC/PATCH 1/8] omap: mailbox: trivial cleanups Felipe Contreras
2010-05-02 23:59 ` [RFC/PATCH 2/8] omap: mailbox: reorganize structures Felipe Contreras
2010-05-02 23:59 ` [RFC/PATCH 3/8] omap: mailbox: 2420 should be detected at run-time Felipe Contreras
2010-05-02 23:59 ` [RFC/PATCH 4/8] omap: mailbox: reorganize omap2 registering Felipe Contreras
2010-05-03  0:02 ` [RFC/PATCH 5/8] omap: mailbox: reorganize omap2 platform_device Felipe Contreras
2010-05-03 18:10   ` Tony Lindgren
2010-05-03 18:14     ` Felipe Contreras
2010-05-03  0:02 ` [RFC/PATCH 6/8] omap: mailbox: more more stuff to omap2_mbox_init Felipe Contreras
2010-05-03 13:42   ` Kanigeri, Hari
2010-05-03 15:08     ` Felipe Contreras
2010-05-03 18:50       ` Kanigeri, Hari
2010-05-03 19:22         ` Felipe Contreras
2010-05-04  6:04         ` Hiroshi DOYU
2010-05-04  8:42           ` Felipe Contreras
2010-05-03  0:02 ` [RFC/PATCH 7/8] omap: mailbox: split platform_driver Felipe Contreras
2010-05-03  0:02 ` [RFC/PATCH 8/8] omap: mailbox: always built-in omap2 platform data Felipe Contreras

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