1. 10 Dec, 2014 2 commits
  2. 08 Dec, 2014 11 commits
    • Rafael J. Wysocki's avatar
      Merge branch 'pm-runtime' · e3d857e1
      Rafael J. Wysocki authored
      * pm-runtime: (25 commits)
        i2c-omap / PM: Drop CONFIG_PM_RUNTIME from i2c-omap.c
        dmaengine / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
        drivers: sh / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
        e1000e / igb / PM: Eliminate CONFIG_PM_RUNTIME
        MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
        MFD / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
        misc / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
        media / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
        input / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
        iio / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
        hsi / OMAP / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
        i2c-hid / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
        drm / exynos / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
        gpio / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
        hwrandom / exynos / PM: Use CONFIG_PM in #ifdef
        block / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
        USB / PM: Drop CONFIG_PM_RUNTIME from the USB core
        PM: Merge the SET*_RUNTIME_PM_OPS() macros
        PM / Kconfig: Do not select PM directly from Kconfig files
        PCI / PM: Drop CONFIG_PM_RUNTIME from the PCI core
        ...
      e3d857e1
    • Rafael J. Wysocki's avatar
      Merge branch 'pm-cpufreq' · cfc75ed6
      Rafael J. Wysocki authored
      * pm-cpufreq: (21 commits)
        intel_pstate: skip this driver if Sun server has _PPC method
        cpufreq: arm_big_little: free OPP table created during ->init()
        imx6q: free OPP table created during ->init()
        exynos5440: free OPP table created during ->init()
        cpufreq-dt: free OPP table created during ->init()
        cpufreq-dt: register cooling device from ->ready() callback
        cpufreq: Introduce ->ready() callback for cpufreq drivers
        cpufreq-dt: pass 'policy->related_cpus' to of_cpufreq_cooling_register()
        cpufreq: Fix formatting issues in 'struct cpufreq_driver'
        cpufreq: pxa2xx: Add Kconfig entry
        cpufreq: Ref the policy object sooner
        cpufreq: Kconfig: Remove architecture specific menu entries
        cpufreq: pcc: Enable autoload of pcc-cpufreq for ACPI processors
        intel_pstate: Add CPUID for BDW-H CPU
        intel_pstate: Add support for HWP
        x86: Add support for Intel HWP feature detection.
        cpufreq: respect the min/max settings from user space
        cpufreq: cpufreq-dt: Handle regulator_get_voltage() failure
        cpufreq: cpufreq-dt: Improve debug about matching OPP
        cpufreq: Loongson1: Add cpufreq driver for Loongson1B
        ...
      cfc75ed6
    • Rafael J. Wysocki's avatar
      Merge branch 'pm-cpuidle' · 648fcab2
      Rafael J. Wysocki authored
      * pm-cpuidle:
        cpuidle: add MAINTAINERS entry for ARM Exynos cpuidle driver
        drivers: cpuidle: Remove cpuidle-arm64 duplicate error messages
        drivers: cpuidle: Add idle-state-name description to ARM idle states
        drivers: cpuidle: Add status property to ARM idle states
        cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logic
      648fcab2
    • Rafael J. Wysocki's avatar
      Merge branches 'pm-domains', 'pm-sleep' and 'pm-tools' · 389cbf36
      Rafael J. Wysocki authored
      * pm-domains:
        ARM: shmobile: Convert to genpd flags for PM clocks for R-mobile
        ARM: shmobile: Convert to genpd flags for PM clocks for r8a7779
        PM / Domains: Initial PM clock support for genpd
        PM / Domains: Power on the PM domain right after attach completes
        PM / Domains: Move struct pm_domain_data to pm_domain.h
        PM / Domains: Extract code to power off/on a PM domain
        PM / Domains: Make genpd parameter of pm_genpd_present() const
      
      * pm-sleep:
        PM / hibernate: Deletion of an unnecessary check before the function call "vfree"
        PM / Hibernate: Migrate to ktime_t
      
      * pm-tools:
        tools: cpupower: fix return checks for sysfs_get_idlestate_count()
      389cbf36
    • Rafael J. Wysocki's avatar
      Merge branches 'powercap', 'pm-clk', 'pm-config' and 'pm-opp' · 5aee40e4
      Rafael J. Wysocki authored
      * powercap:
        powercap / RAPL: fix build dependency on iosf_mbi
        powercap / RAPL: add new model ids
        powercap / RAPL: handle atom and core differences
        powercap / RAPL: abstract per cpu type functions
      
      * pm-clk:
        PM / clock_ops: make __pm_clk_enable more generic
        PM / clock_ops: Add pm_clk_add_clk()
      
      * pm-config:
        PM: Kconfig: fix unmet dependency for CPU_PM
      
      * pm-opp:
        PM / OPP replace kfree_rcu() with call_srcu() in opp_set_availability()
        PM / OPP Introduce APIs to remove OPPs
        PM / OPP mark OPPs as 'static' or 'dynamic'
        PM / OPP don't match for existing OPPs when list is empty
        PM / OPP rename 'head' as 'rcu_head' or 'srcu_head' based on its type
      5aee40e4
    • Rafael J. Wysocki's avatar
      Merge branches 'acpi-video' and 'acpi-pmic' · 5996d930
      Rafael J. Wysocki authored
      * acpi-video:
        ACPI / video: Run _BCL before deciding registering backlight
      
      * acpi-pmic:
        ACPI / PMIC: AXP288: support virtual GPIO in ACPI table
        ACPI / PMIC: support PMIC operation region for XPower AXP288
        ACPI / PMIC: support PMIC operation region for CrystalCove
        iio/axp288_adc: remove THIS_MODULE owner
        mfd/axp20x: avoid irq numbering collision
        iio: adc: Add module device table for autoloading
        iio: adc: Add support for axp288 adc
        mfd: axp20x: Extend axp20x to support axp288 pmic
      5996d930
    • Rafael J. Wysocki's avatar
    • Rafael J. Wysocki's avatar
      Merge branches 'acpi-scan', 'acpi-pm', 'acpi-lpss' and 'acpi-processor' · 69bad361
      Rafael J. Wysocki authored
      * acpi-scan:
        ACPI: Add _DEP support to fix battery issue on Asus T100TA
      
      * acpi-pm:
        ACPI / sleep: Drain outstanding events after disabling multiple GPEs
        ACPI / PM: Fixed a typo in a comment
      
      * acpi-lpss:
        dmaengine: dw: enable runtime PM
        ACPI / LPSS: introduce a 'proxy' device to power on LPSS for DMA
        ACPI / LPSS: allow to use specific PM domain during ->probe()
        ACPI / LPSS: add all LPSS devices to the specific power domain
      
      * acpi-processor:
        ACPI / cpuidle: avoid assigning signed errno to acpi_status
        ACPI / processor: remove unused variabled from acpi_processor_power structure
        ACPI / processor: Update the comments in processor.h
      69bad361
    • Rafael J. Wysocki's avatar
      Merge branch 'acpica' · 1b07db31
      Rafael J. Wysocki authored
      * acpica:
        ACPICA: Events: Always modify GPE registers under the GPE lock
        ACPICA: Save current masks of enabled GPEs after enable register writes
        ACPICA: Update version to 20141107.
        ACPICA: Disassembler: Emit correct string for 0 stop bits.
        ACPICA: Disassembler: Update for C-style expressions.
        ACPICA: Disassembler: Add support for C-style operators and expressions.
        ACPICA: acpiexec: Add option to specify an object initialization file.
        ACPICA: iASL: Add support for to_PLD macro.
      1b07db31
    • Rafael J. Wysocki's avatar
      Merge branches 'acpi-config', 'acpi-osl', 'acpi-utils' and 'acpi-tables' · a2d2696c
      Rafael J. Wysocki authored
      * acpi-config:
        ACPI / Kconfig: Remove redundant depends on ACPI
      
      * acpi-osl:
        ACPI / OSL: Add IRQ handler flushing support in the OSL.
        ACPI / osl: speedup grace period in acpi_os_map_cleanup
      
      * acpi-utils:
        ACPI: remove unnecessary sizeof(u8)
      
      * acpi-tables:
        ACPI / table: Always count matched and successfully parsed entries
        ACPI / table: Add new function to get table entries
      a2d2696c
    • Rafael J. Wysocki's avatar
      Merge branch 'device-properties' · d3eaf587
      Rafael J. Wysocki authored
      * device-properties:
        leds: leds-gpio: Fix multiple instances registration without 'label' property
        leds: leds-gpio: Fix legacy GPIO number case
        ACPI / property: Drop size_prop from acpi_dev_get_property_reference()
        leds: leds-gpio: Convert gpio_blink_set() to use GPIO descriptors
        ACPI / GPIO: Document ACPI GPIO mappings API
        net: rfkill: gpio: Add default GPIO driver mappings for ACPI
        ACPI / GPIO: Driver GPIO mappings for ACPI GPIOs
        input: gpio_keys_polled: Make use of device property API
        leds: leds-gpio: Make use of device property API
        gpio: Support for unified device properties interface
        Driver core: Unified interface for firmware node properties
        input: gpio_keys_polled: Add support for GPIO descriptors
        leds: leds-gpio: Add support for GPIO descriptors
        gpio: sch: Consolidate core and resume banks
        gpio / ACPI: Add support for _DSD device properties
        misc: at25: Make use of device property API
        ACPI: Allow drivers to match using Device Tree compatible property
        Driver core: Unified device properties interface for platform firmware
        ACPI: Add support for device specific properties
      d3eaf587
  3. 07 Dec, 2014 2 commits
  4. 06 Dec, 2014 2 commits
  5. 05 Dec, 2014 17 commits
  6. 04 Dec, 2014 6 commits