The following changes since commit cbfe8fa6cd672011c755c3cd85c9ffd4e2d10a6f:
Linux 4.2-rc4 (2015-07-26 12:26: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.3-rc1 for you to fetch changes up to 71db87ba570038497db1227b7dc61113c4156565: bus: subsys: update return type of ->remove_dev() to void (2015-08-05 17:08:14 -0700) ---------------------------------------------------------------- Driver core patches for 4.3-rc1 Here is the new patches for the driver core / sysfs for 4.3-rc1. Very small number of changes here, all the details are in the shortlog, nothing major happening at all this kernel release, which is nice to see. Signed-off-by: Greg Kroah-Hartman <[email protected]> ---------------------------------------------------------------- Grygorii Strashko (1): driver core: correct device's shutdown order Luis R. Rodriguez (1): selftests: firmware: skip timeout checks for kernels without user mode helper Masahiro Yamada (1): devres: fix devres_get() Mathias Krause (2): cpu: Remove bogus __ref annotation of cpu_subsys_online() kernel, cpu: Remove bogus __ref annotations Seymour, Shane M (1): sysfs.txt: update show method notes about sprintf/snprintf/scnprintf usage Tomeu Vizoso (1): driver core: fix docbook for device_private.device Viresh Kumar (1): bus: subsys: update return type of ->remove_dev() to void Vladimir Zapolskiy (1): firmware: fix wrong memory deallocation in fw_add_devm_name() Documentation/filesystems/sysfs.txt | 5 ++- arch/sh/kernel/cpu/sh4/sq.c | 3 +- arch/tile/kernel/sysfs.c | 11 ++--- arch/x86/kernel/cpu/microcode/core.c | 5 +-- drivers/base/base.h | 3 +- drivers/base/core.c | 49 +++++++++++++++++++++++ drivers/base/cpu.c | 2 +- drivers/base/dd.c | 8 ++++ drivers/base/devres.c | 4 +- drivers/base/firmware_class.c | 2 +- drivers/cpufreq/cpufreq.c | 12 +++--- drivers/net/rionet.c | 4 +- include/linux/device.h | 2 +- kernel/cpu.c | 16 ++++---- tools/testing/selftests/firmware/fw_filesystem.sh | 25 +++++++++--- tools/testing/selftests/firmware/fw_userhelper.sh | 12 +++++- 16 files changed, 120 insertions(+), 43 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

