aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/node.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2008-11-08 11:44:14 +1000
committerDave Airlie <airlied@linux.ie>2008-11-11 18:03:28 +1000
commit0baf823a10bd4131f70e9712d1f02de3c247f1df (patch)
tree1a1593f990d54cf2b5f98fb9e4105f05ea6fe742 /include/linux/node.h
parentdrm/i915: Filter pci devices based on PCI_CLASS_DISPLAY_VGA (diff)
drm/i915: Move legacy breadcrumb out of the reserved status page area
Addresses in the hardware status page below index 0x20 are reserved for use by the hardware. The legacy breadcrumb was sitting at index 5. Move it to index 0x21, and make sure everyone uses the defined value instead of hard-coded constants. Signed-off-by: Keith Packard <keithp@keithp.com> Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'include/linux/node.h')
0 files changed, 0 insertions, 0 deletions
:06 +0200'>2017-04-08drivers: char: misc: Replace "foo * bar" with "foo *bar".Varsha Rao1-2/+2 2015-08-05char: make misc_deregister a void functionGreg Kroah-Hartman1-6/+3 2015-07-27char: misc: fix error pathSudip Mukherjee1-2/+4 2015-07-27char: misc: remove redundant ifdefSudip Mukherjee1-2/+0 2015-06-01char: misc: restore MISC_DYNAMIC_MINOR on device_create() failureVladimir Zapolskiy1-4/+9 2015-05-24drivers: char: misc.c: remove trailing whitespaceTal Shorer1-5/+5 2015-04-03misc: pass miscdevice through file's private_dataTom Van Braeckel1-3/+8 2015-03-25misc: Add attribute groupsTakashi Iwai1-2/+3 2015-03-25char: misc: document behaviour of open()Martin Kepplinger1-1/+3 2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+3 2013-10-24consolidate the reassignments of ->f_op in ->open() instancesAl Viro1-9/+3 2013-09-26Drivers: char: misc: 'misc_deregister()' changed the 'mutex_unlock' logic upon an errorElad Wexler1-4/+4 2013-02-27drivers/char/misc.c:misc_register(): do not loop on misc_list unconditionallyDae S. Kim1-7/+9 2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro1-1/+1 2010-10-15llseek: automatically add .llseek fopArnd Bergmann