Tags give the ability to mark specific points in history as being important
-
pm+acpi-3.12-rc6
981984cb · ·ACPI and power management fixes for 3.12-rc6 - intel_pstate fix for misbehavior after system resume if sysfs attributes are set in a specific way before the corresponding suspend from Dirk Brandewie. - A recent intel_pstate fix has no effect if unsigned long is 32-bit, so fix it up to cover that case as well. - The s3c64xx cpufreq driver was not updated when the index field of struct cpufreq_frequency_table was replaced with driver_data, so update it now. From Charles Keepax. - The Kconfig help text for ACPI_BUTTON still refers to /proc/acpi/event that has been dropped recently, so modify it to remove that reference. From Krzysztof Mazur. - A Lan Tianyu's change adds a missing mutex unlock to an error code path in acpi_resume_power_resources(). - Some code related to ACPI power resources, whose very purpose is questionable to put it lightly, turns out to cause problems to happen during testing on real systems, so remove it completely (we may revisit that in the future if there's a compelling enough reason). From Rafael J Wysocki and Aaron Lu. /
-
sunxi-dt-for-3.13
01ed6632 · ·Allwinner sunXi SoCs device tree changes for 3.13 This DT series sees the introduction of the cubietruck DT, plus the addition of the i2c controller for the A20 based boards, and of the Security ID found in all the Allwinner SoCs but the A31.
-
sunxi-defconfig-for-3.13
2ce4ec7a · ·Allwinner sunXi defconfig changes for 3.13 This pull request only see the introduction of a sunxi_defconfig.
-
sunxi-core-for-3.13
fc42ef51 · ·Allwinner sunXi SoCs machine additions for 3.13 Nothing outstanding here, mostly some documentation cleanup, and the split of the previous generic machine declaration into three different machines to handle the sun4i/sun5i, sun6i and sun7i separately.
-
-
gpio-v3.12-3
0204df47 · ·Three GPIO fixes for the v3.12 series: - A fix to the Lynxpoint IRQ handler - Two late fixes to fallout from the gpiod refactoring
-
pm+acpi-3.12-rc5
2c5bfce8 · ·ACPI and power management fixes for 3.12-rc5 - The WARN_ON() in acpiphp_enumerate_slots() triggers as a false positive in some cases, so drop it. - Add a missing pci_dev_put() to an error code path in acpiphp_enumerate_slots(). - Replace my old e-mail address that's going to expire with a new one. - Update ACPI web links and git tree information in MAINTAINERS. - Update links to the Linux-ACPI project's page in MAINTAINERS. - Update some stale links and e-mail addresses under Documentation and in the ACPI Kconfig file. /
-
gpio-v3.12-2
fac7fa16 · ·Fixes for the GPIO tree for v3.12: - Two patches for the OMAP driver, dealing with setting up IRQs properly on the device tree boot path.