[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20150413195558.GA11874@kroah.com>
Date: Mon, 13 Apr 2015 21:55:58 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Tejun Heo <tj@...nel.org>
Subject: [GIT PULL] Driver core patches for 4.1-rc1
The following changes since commit bc465aa9d045feb0e13b4a8f32cc33c1943f62d6:
Linux 4.0-rc5 (2015-03-22 16:50:21 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/ tags/driver-core-4.1-rc1
for you to fetch changes up to c9e15f25f514a76d906be01e621f400cdee94558:
debugfs: allow bad parent pointers to be passed in (2015-04-03 16:30:12 +0200)
----------------------------------------------------------------
Driver core update for 4.1-rc1
Here's the driver-core / kobject / lz4 tree update for 4.1-rc1.
Everything here has been in linux-next for a while with no reported
issues. It's mostly just coding style cleanups, with other minor
changes in here as well, nothing big.
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Ana Nedelcu (1):
drivers: base: node: Delete space after pointer declaration
Andrei Oprea (1):
firmware_class: Fix whitespace and indentation
Andrei Poenaru (1):
drivers: base: map: Use kmalloc_array instead of kmalloc
Benjamin Herrenschmidt (2):
device: Add dev_of_node() accessor
drivers/core/of: Add symlink to device-tree from devices with an OF node
Cosmin Dragomir (1):
attribute_container: fix missing blank lines after declarations
Cosmin Tomulescu (1):
drivers: base: class: Add a blank line after declarations
David Daney (1):
stable_kernel_rules: Add clause about specification of kernel versions to patch.
Ethan Zhao (1):
kobject: WARN as tip when call kobject_get() to a kobject not initialized
Florin Papa (1):
Driver core: Fix missing whitespace in function argument
Greg KH (1):
debugfs: allow bad parent pointers to be passed in
Greg Kroah-Hartman (2):
samples/kobject: be explicit in the module license
drivers/base/node: clean up attribute group conversion
Guenter Roeck (2):
sysfs: Use only return value from is_visible for the file mode
sysfs: Document struct attribute_group
Ioana Ciornei (2):
drivers: base: memory: Fix switch indent
drivers: base: memory: Use tabs instead of spaces
Junjie Mao (1):
driver core: bus: Goto appropriate labels on failure in bus_add_device
Lavinia Tache (2):
driver core: add missing blank line after declaration
drivers/base: use tabs where possible in code indentation
Linus Walleij (1):
drivers: platform: parse IRQ flags from resources
Marius Cristian Eseanu (1):
drivers: base: dma-mapping: Erase blank space after pointer
Mark Brown (1):
driver core: Make probe deferral more quiet
Markus Elfring (1):
driver core: Delete an unnecessary check before the function call "put_device"
Rasmus Villemoes (1):
lib/lz4: Pull out constant tables
Rastislav Barlik (1):
samples/kobject: Use kstrtoint instead of sscanf
Sergei Shtylyov (1):
driver core: use *switch* statement in really_probe()
Sudeep Holla (1):
drivers/base: cacheinfo: validate device node for all the caches
Takashi Iwai (2):
drivers/base/node: Avoid manual device_create_file() calls
firmware: Avoid manual device_create_file() calls
Vivien Didelot (1):
sysfs: Only accept read/write permissions for file attributes
Zahari Doychev (1):
drivers: base: fw: fix ret value when loading fw
Documentation/ABI/stable/sysfs-devices | 10 ++++++
Documentation/stable_kernel_rules.txt | 10 ++++++
drivers/base/attribute_container.c | 2 ++
drivers/base/bus.c | 4 +--
drivers/base/cacheinfo.c | 13 ++++++--
drivers/base/class.c | 2 ++
drivers/base/core.c | 19 ++++++++---
drivers/base/dd.c | 16 ++++++----
drivers/base/dma-mapping.c | 2 +-
drivers/base/driver.c | 1 +
drivers/base/firmware_class.c | 49 +++++++++++++++-------------
drivers/base/map.c | 3 +-
drivers/base/memory.c | 58 +++++++++++++++++-----------------
drivers/base/node.c | 28 ++++++++--------
drivers/base/platform.c | 9 ++++++
drivers/base/property.c | 2 +-
drivers/base/soc.c | 10 +++---
fs/debugfs/inode.c | 3 ++
fs/sysfs/group.c | 11 +++++--
include/linux/device.h | 7 ++++
include/linux/sysfs.h | 15 +++++++++
lib/kobject.c | 7 +++-
lib/lz4/lz4_decompress.c | 18 ++++-------
samples/kobject/kobject-example.c | 16 +++++++---
samples/kobject/kset-example.c | 16 +++++++---
25 files changed, 219 insertions(+), 112 deletions(-)
create mode 100644 Documentation/ABI/stable/sysfs-devices
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists