Revision c6c3c5704ba70820f6b632982abde06661b7222a authored by Linus Torvalds on 01 September 2021, 15:44:42 UTC, committed by Linus Torvalds on 01 September 2021, 15:44:42 UTC
Pull driver core updates from Greg KH:
 "Here is the big set of driver core patches for 5.15-rc1.

  These do change a number of different things across different
  subsystems, and because of that, there were 2 stable tags created that
  might have already come into your tree from different pulls that did
  the following

   - changed the bus remove callback to return void

   - sysfs iomem_get_mapping rework

  Other than those two things, there's only a few small things in here:

   - kernfs performance improvements for huge numbers of sysfs users at
     once

   - tiny api cleanups

   - other minor changes

  All of these have been in linux-next for a while with no reported
  problems, other than the before-mentioned merge issue"

* tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core: (33 commits)
  MAINTAINERS: Add dri-devel for component.[hc]
  driver core: platform: Remove platform_device_add_properties()
  ARM: tegra: paz00: Handle device properties with software node API
  bitmap: extend comment to bitmap_print_bitmask/list_to_buf
  drivers/base/node.c: use bin_attribute to break the size limitation of cpumap ABI
  topology: use bin_attribute to break the size limitation of cpumap ABI
  lib: test_bitmap: add bitmap_print_bitmask/list_to_buf test cases
  cpumask: introduce cpumap_print_list/bitmask_to_buf to support large bitmask and list
  sysfs: Rename struct bin_attribute member to f_mapping
  sysfs: Invoke iomem_get_mapping() from the sysfs open callback
  debugfs: Return error during {full/open}_proxy_open() on rmmod
  zorro: Drop useless (and hardly used) .driver member in struct zorro_dev
  zorro: Simplify remove callback
  sh: superhyway: Simplify check in remove callback
  nubus: Simplify check in remove callback
  nubus: Make struct nubus_driver::remove return void
  kernfs: dont call d_splice_alias() under kernfs node lock
  kernfs: use i_lock to protect concurrent inode updates
  kernfs: switch kernfs to use an rwsem
  kernfs: use VFS negative dentry caching
  ...
2 parent s ba1dc7f + 049d169
History
File Mode Size
include-prefixes
libfdt
.gitignore -rw-r--r-- 57 bytes
Makefile -rw-r--r-- 1.6 KB
checks.c -rw-r--r-- 50.3 KB
data.c -rw-r--r-- 4.5 KB
dt_to_config -rwxr-xr-x 40.8 KB
dtc-lexer.l -rw-r--r-- 6.1 KB
dtc-parser.y -rw-r--r-- 10.6 KB
dtc.c -rw-r--r-- 9.3 KB
dtc.h -rw-r--r-- 8.9 KB
dtx_diff -rwxr-xr-x 9.0 KB
fdtget.c -rw-r--r-- 7.9 KB
fdtoverlay.c -rw-r--r-- 4.2 KB
fdtput.c -rw-r--r-- 7.7 KB
flattree.c -rw-r--r-- 21.5 KB
fstree.c -rw-r--r-- 1.5 KB
livetree.c -rw-r--r-- 20.3 KB
srcpos.c -rw-r--r-- 8.6 KB
srcpos.h -rw-r--r-- 2.9 KB
treesource.c -rw-r--r-- 6.8 KB
update-dtc-source.sh -rwxr-xr-x 2.5 KB
util.c -rw-r--r-- 8.5 KB
util.h -rw-r--r-- 7.0 KB
version_gen.h -rw-r--r-- 42 bytes
yamltree.c -rw-r--r-- 6.2 KB

back to top