All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add of match tables for the ChromeOs EC subdevices
@ 2014-08-22 23:03 ` Sjoerd Simons
  0 siblings, 0 replies; 18+ messages in thread
From: Sjoerd Simons @ 2014-08-22 23:03 UTC (permalink / raw)
  To: Doug Anderson, Lee Jones
  Cc: linux-arm-kernel, linux-samsung-soc, Sjoerd Simons

The ChromeOS EC MFD driver registers its sub-devices with both a (platform)
name and an of compatibility string. As a result of this the modalias passed on
to user-space will be based on the of compatibility string. Thus to be able to
rely on autoloading in case the subdevices are build as modules they need to
export the necessary module aliases based to match the of information.

The two patches in these series add the requird of match information to the EC
subdevices

Sjoerd Simons (2):
  i2c: cros-ec-tunnel: Add of match table
  input: cros_ec_keyb: Add of match table

 drivers/i2c/busses/i2c-cros-ec-tunnel.c |  9 +++++++++
 drivers/input/keyboard/cros_ec_keyb.c   | 10 ++++++++++
 2 files changed, 19 insertions(+)

-- 
2.1.0

^ permalink raw reply	[flat|nested] 18+ messages in thread
* [PATCH 0/2 v2]  Add OF match tables for the ChromeOs EC subdevices
@ 2014-09-19  8:08 Sjoerd Simons
  2014-09-19  8:08   ` Sjoerd Simons
  0 siblings, 1 reply; 18+ messages in thread
From: Sjoerd Simons @ 2014-09-19  8:08 UTC (permalink / raw)
  To: Lee Jones, Dmitry Torokhov, Wolfram Sang
  Cc: Doug Anderson, linux-arm-kernel, linux-samsung-soc,
	Javier Martinez Canillas, linux-i2c, linux-input, Sjoerd Simons

[ This is essentially a resend, adding Javiers reviewed-by and fixing some small
identation issues in the second patch. Also added Wolfgang and Dimitry in the
to, as i missed them last time ]

The ChromeOS EC MFD driver registers its sub-devices with both a (platform)
name and an OF compatibility string. As a result of this the modalias passed on
to user-space will be based on the OF compatibility string. Thus to be able to
rely on autoloading in case the subdevices are build as modules they need to
export the necessary module aliases based to match the of information.

The two patches in these series add the requird of match information to the EC
subdevices

I guess the first patch should through the i2c tree while the second one would
be for the input tree?

Sjoerd Simons (2):
  i2c: cros-ec-tunnel: Add of match table
  input: cros_ec_keyb: Add of match table

 drivers/i2c/busses/i2c-cros-ec-tunnel.c | 9 +++++++++
 drivers/input/keyboard/cros_ec_keyb.c   | 9 +++++++++
 2 files changed, 18 insertions(+)

-- 
2.1.0


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

end of thread, other threads:[~2014-10-08 18:39 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-22 23:03 [PATCH 0/2] Add of match tables for the ChromeOs EC subdevices Sjoerd Simons
2014-08-22 23:03 ` Sjoerd Simons
2014-08-22 23:03 ` [PATCH 1/2] i2c: cros-ec-tunnel: Add of match table Sjoerd Simons
2014-08-22 23:03   ` Sjoerd Simons
2014-08-25  9:37   ` Javier Martinez Canillas
2014-08-25  9:37     ` Javier Martinez Canillas
2014-08-22 23:03 ` [PATCH 2/2] input: cros_ec_keyb: " Sjoerd Simons
2014-08-22 23:03   ` Sjoerd Simons
2014-08-23 13:42   ` Sergei Shtylyov
2014-08-23 13:42     ` Sergei Shtylyov
2014-08-25  7:34     ` Sjoerd Simons
2014-08-25  7:34       ` Sjoerd Simons
2014-08-25  9:33       ` Javier Martinez Canillas
2014-08-25  9:33         ` Javier Martinez Canillas
  -- strict thread matches above, loose matches on Subject: below --
2014-09-19  8:08 [PATCH 0/2 v2] Add OF match tables for the ChromeOs EC subdevices Sjoerd Simons
2014-09-19  8:08 ` [PATCH 2/2] input: cros_ec_keyb: Add of match table Sjoerd Simons
2014-09-19  8:08   ` Sjoerd Simons
2014-10-08 18:39   ` Dmitry Torokhov
2014-10-08 18:39     ` Dmitry Torokhov

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.