Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f6b2a04590bb3f7323a45b183956e63574d1f14b
/
drivers
/
base
/
core.c
a9f138b
Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers"
by Greg Kroah-Hartman
· 11 years ago
a30f82b
Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()"
by Greg Kroah-Hartman
· 11 years ago
d1ba277
sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()
by Tejun Heo
· 11 years ago
1ae0681
kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers
by Tejun Heo
· 11 years ago
ecfbf6f
Driver core: Fix device_add_attrs() error code path
by Rafael J. Wysocki
· 11 years ago
bbc780f
driver core: fix device_create() error path
by David Herrmann
· 11 years ago
69df753
drivers/base/core.c: output device renaming messages with dev_dbg().
by ethan.zhao
· 11 years ago
a6b01de
driver core: remove dev_bin_attrs from struct class
by Greg Kroah-Hartman
· 11 years ago
bcc8edb
driver core: remove dev_attrs from struct class
by Greg Kroah-Hartman
· 11 years ago
88502b9
Merge 3.12-rc3 into driver-core-next
by Greg Kroah-Hartman
· 11 years ago
4b30ee5
sysfs: remove ktype->namespace() invocations in symlink code
by Tejun Heo
· 11 years ago
f123db8
driver core : Fix use after free of dev->parent in device_shutdown
by Benson Leung
· 11 years ago
40031da
Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
5e33bc4
driver core / ACPI: Avoid device hot remove locking issues
by Rafael J. Wysocki
· 11 years ago
6396768
driver core: add #include <linux/sysfs.h> to core files.
by Greg Kroah-Hartman
· 11 years ago
c5e064a
driver core: core: use DEVICE_ATTR_RO
by Greg Kroah-Hartman
· 11 years ago
3e1026b
sysfs.h: remove attr_name() macro
by Greg Kroah-Hartman
· 11 years ago
3e9b2ba
sysfs: add sysfs_create/remove_groups()
by Greg Kroah-Hartman
· 11 years ago
3454bf9
drivers / base: Fix sysfs_deprecated_setup() __init attribute location
by Hanjun Guo
· 11 years ago
fa6fdb3
driver core: bus_type: add dev_groups
by Greg Kroah-Hartman
· 11 years ago
34da5e6
driver core: replace strict_strto*() with kstrto*()
by Jingoo Han
· 11 years ago
86df268
drivers:base:core: Moved sym export macros to respective functions
by David Graham White
· 11 years ago
d05a6f9
driver core: add default groups to struct class
by Greg Kroah-Hartman
· 11 years ago
39ef311
driver core: Introduce device_create_groups
by Guenter Roeck
· 11 years ago
f991fae
Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
a204dbc
Merge branch 'acpi-hotplug'
by Rafael J. Wysocki
· 11 years ago
f8878dc
Documentation: Tidy up some drivers/base/core.c kerneldoc content.
by Robert P. J. Day
· 11 years ago
4993632
Merge 3.10-rc3 into driver-core-next
by Greg Kroah-Hartman
· 11 years ago
a4e2400
base/core.c: improve comment of the function device_find_child()
by Federico Vaga
· 12 years ago
9752197
driver core: print sysfs attribute name when warning about bogus permissions
by dyoung@redhat.com
· 11 years ago
4f3549d
Driver core: Add offline/online device operations
by Rafael J. Wysocki
· 12 years ago
46d9be3
Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 12 years ago
4e4098a
driver core: handle user namespaces properly with the uid/gid devtmpfs change
by Greg Kroah-Hartman
· 12 years ago
3c2670e
driver core: add uid and gid to devtmpfs
by Kay Sievers
· 12 years ago
8f46baa
base: core: WARN() about bogus permissions on device attributes
by Felipe Balbi
· 12 years ago
d73ce00
driver/base: implement subsys_virtual_register()
by Tejun Heo
· 12 years ago
9f3b795
driver-core: constify data for class_find_device()
by Michał Mirosław
· 12 years ago
53a9c87
Revert "drivers: base: Convert print_symbol to %pSR"
by Greg Kroah-Hartman
· 12 years ago
e797986
drivers: base: Convert print_symbol to %pSR
by Joe Perches
· 12 years ago
1a5d76d
drivers/base/core.c: Remove two unused variables and two useless calls to kfree
by Peter Senna Tschudin
· 12 years ago
2d9c8b5
Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
cff2f74
Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
9305842
drivers/base/core.c: Mark to_root_device static
by Josh Triplett
· 12 years ago
0246c4f
driver core: use initcall_debug to control shutdown info
by ShuoX Liu
· 12 years ago
4b6d1f12
driver core / PM: move the calling to device_pm_remove behind the calling to bus_remove_device
by LongX Zhang
· 12 years ago
9187239
drivers/base: Add a DEVICE_BOOL_ATTR macro
by Borislav Petkov
· 12 years ago
666f355
device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emit
by Joe Perches
· 12 years ago
05e4e5b
dev: Add dev_vprintk_emit and dev_printk_emit
by Joe Perches
· 12 years ago
798efc6
dev_dbg/dynamic_debug: Update to use printk_emit, optimize stack
by Joe Perches
· 12 years ago
9db48aa
Merge 3.6-rc3 into driver-core-next
by Greg Kroah-Hartman
· 12 years ago
ebdc828
dyndbg: fix for SOH in logging messages
by Markus Trippelsdorf
· 12 years ago
a525a3d
driver core: free devres in device_release
by Ming Lei
· 12 years ago
af7f215
drivers-core: make structured logging play nice with dynamic-debug
by Jim Cromie
· 12 years ago
b0d1f80
driver-core: Use kobj_to_dev instead of re-implementing it
by Lars-Peter Clausen
· 12 years ago
d1c6c03
driver core: fix shutdown races with probe/remove(v3)
by Ming Lei
· 12 years ago
bdd4034
driver core: always handle dpm_order
by Rabin Vincent
· 13 years ago
c4e00da
driver-core: extend dev_printk() to pass structured data
by Kay Sievers
· 13 years ago
9169c01
drivers/base/core.c: Fix a typo in comment
by yan
· 13 years ago
0d4e293c
core.c: fix 'the the' typo
by Peter Korsgaard
· 13 years ago
f8974cb
Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
ef8a3fd
driver core: move the deferred probe pointer into the private area
by Greg Kroah-Hartman
· 13 years ago
d1c3414
drivercore: Add driver probe deferral mechanism
by Grant Likely
· 13 years ago
07d57a3
drivercore: Output common devicetree information in uevent
by Grant Likely
· 13 years ago
268863f
base/core.c:fix typo in comment in function device_add
by majianpeng
· 13 years ago
b10d5ef
Documentation update for the driver model core
by Alan Stern
· 13 years ago
972b2c7
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
ff4b8a5
Merge branch 'driver-core-next' into Linux 3.2
by Greg Kroah-Hartman
· 13 years ago
2c9ede5
switch device_get_devnode() and ->devnode() to umode_t *
by Al Viro
· 13 years ago
ca22e56
driver-core: implement 'sysdev' functionality for regular devices and buses
by Kay Sievers
· 13 years ago
fe6b91f
PM / Driver core: leave runtime PM enabled during system shutdown
by Alan Stern
· 13 years ago
af8db15
PM / driver core: disable device's runtime PM during shutdown
by Peter Chen
· 13 years ago
cbc4663
dynamic_debug: Add __dynamic_dev_dbg
by Joe Perches
· 13 years ago
7f100d1
drivers/base/core.c: Fixed brace coding style issue.
by Karthigan Srinivasan
· 14 years ago
aed65af
drivers: make device_type const
by Stephen Hemminger
· 14 years ago
481e207
driver core: Replace the dangerous to_root_device macro with an inline function
by Ferenc Wagner
· 14 years ago
a546251
driver-core: document restrictions on device_rename()
by Timur Tabi
· 14 years ago
e54be89
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
by Linus Torvalds
· 14 years ago
c97415a
sysfs: Introducing binary attributes for struct class
by Stefan Achatz
· 14 years ago
c6c0ac6
driver core: Document that device_rename() is only for networking
by Michael Ellerman
· 14 years ago
6b6e39a
driver-core: merge private parts of class and bus
by Kay Sievers
· 14 years ago
229aebb
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
ead454f
driver core: fix build for CONFIG_BLOCK not enabled
by Randy Dunlap
· 14 years ago
e52eec1
SYSFS: Allow boot time switching between deprecated and modern sysfs layout
by Andi Kleen
· 14 years ago
39aba96
driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devices
by Kay Sievers
· 14 years ago
fb8231a
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
eef35c2
Fix spelling fuction -> function in comments
by Stefan Weil
· 14 years ago
6937e8f
driver core: device_rename's new_name can be const
by Johannes Berg
· 14 years ago
6ba7401
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
24b1442
Driver-core: Always create class directories for classses that support namespaces.
by Eric W. Biederman
· 14 years ago
99bcf21
device.h drivers/base/core.c Convert dev_<level> logging macros to functions
by Joe Perches
· 14 years ago
1d9e882
driver-core: fix Typo in drivers/base/core.c for CONFIG_MODULE
by Christoph Egger
· 14 years ago
f349cf3
driver core: Implement ns directory support for device classes.
by Eric W. Biederman
· 15 years ago
bc451f2
kobj: Add basic infrastructure for dealing with namespaces.
by Eric W. Biederman
· 15 years ago
6245838
Driver core: Protect device shutdown from hot unplug events.
by Hugh Daschbach
· 15 years ago
1704f47
lockdep: Add novalidate class for dev->mutex conversion
by Peter Zijlstra
· 15 years ago
3142788
drivers/base: Convert dev->sem to mutex
by Thomas Gleixner
· 15 years ago
ffa1565
Driver core: don't initialize wakeup flags
by Alan Stern
· 15 years ago
f0eae0e
driver-core: document ERR_PTR() return values
by Jani Nikula
· 15 years ago
2354dcc
driver core: Use sysfs_rename_link in device_rename
by Eric W. Biederman
· 15 years ago
52cf25d
Driver core: Constify struct sysfs_ops in struct kobj_type
by Emese Revfy
· 15 years ago
Next »