Tags give the ability to mark specific points in history as being important
-
-
-
-
-
-
-
-
-
gpio-v4.7-3
b66b2a0a · ·GPIO fixes for the v4.7 series: - Fix a NULL pointer dereference when we are searching the GPIO device list but one of the devices have been removed (struct gpio_chip pointer is NULL). - Fix unaligned reference counters: we were ending on +3 after all said and done. It should be 0. Remove an extraneous get_device(), and call cdev_del() followed by device_del() in gpiochip_remove() instead and the count goes to zero and calls the release() function properly. - Fix a compile warning due to a missing #include in the OF/device tree portions. - Select ANON_INODES for GPIOLIB, we're using that for our character device. Some randconfig tests disclosed the problem. - Make sure the Zynq driver clock runs also without CONFIG_PM enabled - Fix an off-by-one error in the 104-DIO-48E driver - Fix warnings in bcm_kona_gpio_reset()
-
hwmon-for-linus-v4.7-rc3
38bab98a · ·hwmon fixes for v4.7-rc3 Fix regression in fam15h_power driver Minor variable type fix in lm90 driver Document compatible statement for ina2xx driver
-
acpi-4.7-rc3
bd6ac2ab · ·ACPI fix for v4.7-rc3 A recently introduced boot regression related to the ACPI EC initialization is addressed by restoring the previous behavior (Lv Zheng).
-
pm-4.7-rc3
3681196a · ·Power management fixes for v4.7-rc3 - Fix two intel_pstate initialization issues, one of which was introduced during the 4.4 cycle (Srinivas Pandruvada). - Fix kernel build with CONFIG_UBSAN set and CONFIG_CPU_IDLE unset (Catalin Marinas).