mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Tejun Heo <tj@kernel.org>
Subject: [GIT PULL] Driver core patches for 4.1-rc1
Date: Mon, 13 Apr 2015 21:55:58 +0200	[thread overview]
Message-ID: <20150413195558.GA11874@kroah.com> (raw)

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@linuxfoundation.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

                 reply	other threads:[~2015-04-13 19:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150413195558.GA11874@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tj@kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome