linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] add new API to sysfs and device core code
@ 2012-07-27  4:02 Bryan Wu
  2012-07-27  4:02 ` [PATCH 1/3] sysfs: introduce a sysfs_create_file_uevent new API Bryan Wu
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Bryan Wu @ 2012-07-27  4:02 UTC (permalink / raw)
  To: gregkh, ccross, hmh, rpurdie, linux-kernel, linux-leds

Send out a uevent when create file in sysfs, which is required by userspace
application such udev in Android

Bryan Wu (3):
  sysfs: introduce a sysfs_create_file_uevent new API
  drivers: add a new device_create_file_uevent API
  ledtrig-timer: convert to use device_create_file_uevent API

 drivers/base/core.c          | 19 +++++++++++++++++++
 drivers/leds/ledtrig-timer.c |  6 ++++--
 fs/sysfs/file.c              | 28 ++++++++++++++++++++++++++++
 include/linux/device.h       |  4 ++++
 include/linux/sysfs.h        | 13 +++++++++++++
 5 files changed, 68 insertions(+), 2 deletions(-)

-- 
1.7.11.1


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

end of thread, other threads:[~2012-07-28 15:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-27  4:02 [PATCH 0/3] add new API to sysfs and device core code Bryan Wu
2012-07-27  4:02 ` [PATCH 1/3] sysfs: introduce a sysfs_create_file_uevent new API Bryan Wu
2012-07-27 15:52   ` Greg KH
2012-07-28 15:18     ` Bryan Wu
2012-07-27  4:02 ` [PATCH 2/3] drivers: add a new device_create_file_uevent API Bryan Wu
2012-07-27  4:02 ` [PATCH 3/3] ledtrig-timer: convert to use " Bryan Wu
2012-07-27 15:50 ` [PATCH 0/3] add new API to sysfs and device core code Greg KH
2012-07-27 19:38   ` Colin Cross

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