Commit 4a52246302f01596f0edf7b4a3e6425e23479192
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Pull driver core patches for 3.4-rc1 from Greg KH: "Here's the big driver core merge for 3.4-rc1. Lots of various things here, sysfs fixes/tweaks (with the nlink breakage reverted), dynamic debugging updates, w1 drivers, hyperv driver updates, and a variety of other bits and pieces, full information in the shortlog." * tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core: (78 commits) Tools: hv: Support enumeration from all the pools Tools: hv: Fully support the new KVP verbs in the user level daemon Drivers: hv: Support the newly introduced KVP messages in the driver Drivers: hv: Add new message types to enhance KVP regulator: Support driver probe deferral Revert "sysfs: Kill nlink counting." uevent: send events in correct order according to seqnum (v3) driver core: minor comment formatting cleanups driver core: move the deferred probe pointer into the private area drivercore: Add driver probe deferral mechanism DS2781 Maxim Stand-Alone Fuel Gauge battery and w1 slave drivers w1_bq27000: Only one thread can access the bq27000 at a time. w1_bq27000 - remove w1_bq27000_write w1_bq27000: remove unnecessary NULL test. sysfs: Fix memory leak in sysfs_sd_setsecdata(). intel_idle: Revert change of auto_demotion_disable_flags for Nehalem w1: Fix w1_bq27000 driver-core: documentation: fix up Greg's email address powernow-k6: Really enable auto-loading powernow-k7: Fix CPU family number ...
Warning! This is a large diff.
To preserve performance the diff is not shown. Please, download the diff as plain diff or email patch instead.
If you still want to see the diff click this link
Showing 109 changed files Side-by-side Diff
- Documentation/ABI/removed/devfs
- Documentation/ABI/stable/sysfs-driver-usb-usbtmc
- Documentation/ABI/testing/sysfs-class
- Documentation/ABI/testing/sysfs-devices
- Documentation/ABI/testing/sysfs-devices-soc
- Documentation/ABI/testing/sysfs-driver-samsung-laptop
- Documentation/dynamic-debug-howto.txt
- Documentation/filesystems/debugfs.txt
- Documentation/ioctl/ioctl-number.txt
- Documentation/ko_KR/HOWTO
- Documentation/kobject.txt
- Documentation/zh_CN/HOWTO
- arch/x86/Kconfig
- arch/x86/crypto/aesni-intel_glue.c
- arch/x86/crypto/crc32c-intel.c
- arch/x86/crypto/ghash-clmulni-intel_glue.c
- arch/x86/include/asm/cpu_device_id.h
- arch/x86/include/asm/cpufeature.h
- arch/x86/kernel/cpu/Makefile
- arch/x86/kernel/cpu/match.c
- arch/x86/kernel/cpu/scattered.c
- arch/x86/kernel/microcode_core.c
- drivers/acpi/processor_driver.c
- drivers/acpi/processor_perflib.c
- drivers/base/Kconfig
- drivers/base/Makefile
- drivers/base/base.h
- drivers/base/bus.c
- drivers/base/core.c
- drivers/base/cpu.c
- drivers/base/dd.c
- drivers/base/driver.c
- drivers/base/soc.c
- drivers/cpufreq/cpufreq-nforce2.c
- drivers/cpufreq/e_powersaver.c
- drivers/cpufreq/elanfreq.c
- drivers/cpufreq/gx-suspmod.c
- drivers/cpufreq/longhaul.c
- drivers/cpufreq/longrun.c
- drivers/cpufreq/p4-clockmod.c
- drivers/cpufreq/powernow-k6.c
- drivers/cpufreq/powernow-k7.c
- drivers/cpufreq/powernow-k8.c
- drivers/cpufreq/sc520_freq.c
- drivers/cpufreq/speedstep-centrino.c
- drivers/cpufreq/speedstep-ich.c
- drivers/cpufreq/speedstep-lib.c
- drivers/cpufreq/speedstep-smi.c
- drivers/crypto/padlock-aes.c
- drivers/crypto/padlock-sha.c
- drivers/hid/hid-core.c
- drivers/hv/channel_mgmt.c
- drivers/hv/hv.c
- drivers/hv/hv_kvp.c
- drivers/hv/hv_kvp.h
- drivers/hv/hv_util.c
- drivers/hv/hyperv_vmbus.h
- drivers/hwmon/coretemp.c
- drivers/hwmon/via-cputemp.c
- drivers/idle/intel_idle.c
- drivers/input/gameport/gameport.c
- drivers/input/serio/serio.c
- drivers/media/video/cx18/cx18-alsa-main.c
- drivers/media/video/ivtv/ivtvfb.c
- drivers/media/video/s5p-fimc/fimc-mdevice.c
- drivers/media/video/s5p-tv/mixer_video.c
- drivers/net/phy/phy_device.c
- drivers/pci/pci-driver.c
- drivers/pci/xen-pcifront.c
- drivers/pcmcia/ds.c
- drivers/power/Kconfig
- drivers/power/Makefile
- drivers/power/ds2781_battery.c
- drivers/regulator/core.c
- drivers/s390/cio/ccwgroup.c
- drivers/s390/cio/device.c
- drivers/s390/net/smsgiucv_app.c
- drivers/ssb/main.c
- drivers/usb/core/driver.c
- drivers/usb/dwc3/dwc3-pci.c
- drivers/w1/masters/w1-gpio.c
- drivers/w1/slaves/Kconfig
- drivers/w1/slaves/Makefile
- drivers/w1/slaves/w1_bq27000.c
- drivers/w1/slaves/w1_ds2781.c
- drivers/w1/slaves/w1_ds2781.h
- drivers/w1/w1_family.h
- fs/debugfs/inode.c
- fs/sysfs/dir.c
- fs/sysfs/inode.c
- fs/sysfs/mount.c
- fs/sysfs/sysfs.h
- include/acpi/processor.h
- include/linux/connector.h
- include/linux/cpu.h
- include/linux/device.h
- include/linux/dynamic_debug.h
- include/linux/errno.h
- include/linux/hyperv.h
- include/linux/mod_devicetable.h
- include/linux/netdevice.h
- include/linux/pci.h
- include/linux/printk.h
- include/linux/sys_soc.h
- lib/dma-debug.c
- lib/dynamic_debug.c
- lib/kobject_uevent.c
- scripts/mod/file2alias.c
- tools/hv/hv_kvp_daemon.c