linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-03-14 20:58:07 to 2013-03-20 22:37:47 UTC [more...]

[PATCH 00/16] Marvell EBU thermal sensor consolidation
 2013-03-20 22:36 UTC  (15+ messages)
` [PATCH 01/16] thermal: Rename driver 'kirkwood' -> 'mvebu'
` [PATCH 02/16] thermal: mvebu: Rename symbols "
` [PATCH 03/16] thermal: mvebu: Move MODULE_DEVICE_TABLE upwards
` [PATCH 04/16] thermal: mvebu: Remove unneeded variable initialization
` [PATCH 05/16] thermal: mvebu: Fix valid check for thermal register
` [PATCH 06/16] thermal: mvebu: Convert to devm_ioremap_resource()
` [PATCH 07/16] thermal: mvebu: Fix license declaration
` [PATCH 08/16] thermal: mvebu: Fix temperature output formula for kirkwood
` [PATCH 09/16] thermal: mvebu: Rename kirkwood definitions to mvebu
` [PATCH 10/16] thermal: mvebu: Add infrastructure to support more multiple SoC variants
` [PATCH 11/16] thermal: mvebu: Add support for Armada XP thermal sensor
` [PATCH 12/16] thermal: mvebu: Add support for Armada 370 "
` [PATCH 13/16] thermal: mvebu: Add support for Marvell Dove SoC family
` [PATCH 14/16] ARM: mvebu: Add thermal support to Armada XP device tree

[PATCH] thermal: Fix compiler warning
 2013-03-20 21:38 UTC 

[PATCH] cpuidle : handle clockevent notify from the cpuidle framework
 2013-03-20 21:21 UTC  (2+ messages)

[PATCHv2 00/12] staging: [omap,ti-soc]-thermal: fixes and renaming
 2013-03-20 12:50 UTC  (17+ messages)
` [PATCHv2 01/12] staging: omap-thermal: fix return value
` [PATCHv2 02/12] staging: omap-thermal: rename bg_ptr to bgp
` [PATCHv2 03/12] staging: rename omap-thermal driver to ti-soc-thermal
` [PATCHv2 04/12] staging: ti-soc-thermal: rename Kconfig options
` [PATCHv2 05/12] staging: ti-soc-thermal: rename symbols to use better prefix
` [PATCHv2 06/12] staging: ti-soc-thermal: make unexported functions local
` [PATCHv2 07/12] staging: ti-soc-thermal: split writable data from readonly data
` [PATCHv2 08/12] stating: ti-soc-thermal: use sizeof(*pointer) while allocating
` [PATCHv2 09/12] staging: ti-soc-thermal: fix several kernel-doc warnings and error
` [PATCHv2 10/12] staging: ti-soc-thermal: fix condition to apply hyst
` [PATCHv2 11/12] staging: ti-soc-thermal: fix bitfield writing while updating thresholds
` [PATCHv2 12/12] staging: ti-soc-thermal: propagate error code

[GIT PULL] Thermal management fixes for v3.9-rc4
 2013-03-20  7:09 UTC 

[PATCH V2 0/8] ARM: OMAP3+: support cpufreq-cpu0 for device tree boot
 2013-03-20  6:17 UTC  (10+ messages)
` [PATCH V2 1/8] ARM: dts: OMAP34xx/35xx: Add CPU OPP table
` [PATCH V2 2/8] ARM: dts: OMAP36xx: "
` [PATCH V2 3/8] ARM: dts: OMAP3: use twl4030 vdd1 regulator for CPU
` [PATCH V2 4/8] ARM: dts: OMAP443x: Add CPU OPP table
` [PATCH V2 5/8] ARM: dts: omap4-panda: move generic sections to panda-common
` [PATCH V2 6/8] ARM: dts: OMAP4460: Add CPU OPP table
` [PATCH V2 7/8] ARM: OMAP3+: use cpu0-cpufreq driver in device tree supported boot
` [PATCH V2 8/8] cpufreq: OMAP: donot allow to be used with device tree

[PATCH] mmc: sdio: bind acpi with sdio function device
 2013-03-20  6:00 UTC  (2+ messages)

[PATCH V3 0/2] Thermal: cpufreq cooling fix
 2013-03-20  5:45 UTC  (3+ messages)

[PATCH V3 0/4] CPUFreq: Implement per policy instances of governors
 2013-03-20  5:29 UTC  (8+ messages)
` [PATCH V3 2/4] cpufreq: governor: "
` [PATCH V3 4/4] cpufreq: Add Kconfig option to enable/disable have_multiple_policies

[PATCH 1/2] cpuidle / kirkwood: remove redundant Kconfig option
 2013-03-19 22:03 UTC  (7+ messages)
` [PATCH 2/2] cpuidle / calxeda: "

[PATCH][RFC] PM / Domains: Add on-off notifiers
 2013-03-19 17:01 UTC  (4+ messages)

[PATCH 0/8] staging: [omap,ti-soc]-thermal: fixes and renaming
 2013-03-19 14:36 UTC  (16+ messages)
` [PATCH 1/8] staging: omap-thermal: fix return value
` [PATCH 2/8] staging: omap-thermal: use spin_lock_irqsave inside IRQ handler
` [PATCH 3/8] staging: omap-thermal: rename bg_ptr to bgp
` [PATCH 4/8] staging: rename omap-thermal driver to ti-soc-thermal
` [PATCH 5/8] staging: ti-soc-thermal: make unexported functions local
` [PATCH 6/8] staging: ti-soc-thermal: split writable data from readonly data
` [PATCH 7/8] stating: ti-soc-thermal: use sizeof(*pointer) while allocating
` [PATCH 8/8] staging: ti-soc-thermal: fix several kernel-doc warnings and error

[PATCH 0/4][V2] time: dynamic irq affinity
 2013-03-19 11:42 UTC  (4+ messages)
` [PATCH 3/4][V2] ARM: nomadik: add dynamic irq flag to the timer

[PATCH 00/50] staging: omap-thermal: several code refactoring
 2013-03-18 14:44 UTC  (69+ messages)
` [PATCH 01/50] staging: omap-thermal: use BIT() macro
` [PATCH 02/50] staging: omap-thermal: remove unused _SHIFT macros
` [PATCH 03/50] staging: omap-thermal: create header for register, bitfields and definitions
` [PATCH 04/50] staging: omap-thermal: update documentation of omap-bandgap.h
` [PATCH 05/50] staging: omap-thermal: style cleanup on omap-bandgap.c
` [PATCH 06/50] staging: omap-thermal: fix error checking
` [PATCH 07/50] staging: omap-thermal: introduce RMW_BITS macro
` [PATCH 08/50] staging: omap-thermal: add documentation for register access functions
` [PATCH 09/50] staging: omap-thermal: make a omap_bandgap_power with only one exit point
` [PATCH 10/50] staging: omap-thermal: add documentation for omap_bandgap_power
` [PATCH 11/50] staging: omap-thermal: add documentation for omap_bandgap_read_temp
` [PATCH 12/50] staging: omap-thermal: rename talert handler
` [PATCH 13/50] staging: omap-thermal: update documentation for talert irq handler
` [PATCH 14/50] staging: omap-thermal: update tshut IRQ handler documentation
` [PATCH 15/50] staging: omap-thermal: remove duplicated code
` [PATCH 16/50] staging: omap-thermal: read status only once inside alert IRQ
` [PATCH 17/50] staging: omap-thermal: add a section of register manipulation
` [PATCH 18/50] staging: omap-thermal: section of basic helpers
` [PATCH 19/50] staging: omap-thermal: IRQ handler section
` [PATCH 20/50] staging: omap-thermal: ADC section
` [PATCH 21/50] staging: omap-thermal: name adc_to_temp_conversion in a better way
` [PATCH 22/50] staging: omap-thermal: rewrite omap_bandgap_adc_to_mcelsius on kernel coding style
` [PATCH 23/50] staging: omap-thermal: add documentation for omap_bandgap_adc_to_mcelsius
` [PATCH 24/50] staging: omap-thermal: name temp_to_adc_conversion in a better way
` [PATCH 25/50] staging: omap-thermal: rewrite omap_bandgap_mcelsius_to_adc on kernel coding style
` [PATCH 26/50] staging: omap-thermal: move conv table limits out of sensor data
` [PATCH 27/50] staging: omap-thermal: add documentation for omap_bandgap_mcelsius_to_adc
` [PATCH 28/50] staging: omap-thermal: rename add_hyst to omap_bandgap_add_hyst
` [PATCH 29/50] staging: omap-thermal: document omap_bandgap_add_hyst function
` [PATCH 30/50] staging: omap-thermal: threshold manipulation section
` [PATCH 31/50] staging: omap-thermal: refactor temp_sensor_unmask_interrupts
` [PATCH 32/50] staging: omap-thermal: update omap_bandgap_unmask_interrupts documentation
` [PATCH 33/50] staging: omap-thermal: refactor APIs handling threshold values
` [PATCH 34/50] staging: omap-thermal: device initialization section
` [PATCH 35/50] staging: omap-thermal: section of device driver callbacks
` [PATCH 36/50] staging: omap-thermal: rename enable_continuous_mode
` [PATCH 37/50] staging: omap-thermal: update omap_bandgap_set_continous_mode documentation
` [PATCH 38/50] staging: omap-thermal: document omap_bandgap_force_single_read
` [PATCH 39/50] staging: omap-thermal: document omap_bandgap_update_alert_threshold function
` [PATCH 40/50] staging: omap-thermal: document _omap_bandgap_write_threshold function
` [PATCH 41/50] staging: omap-thermal: document _omap_bandgap_read_threshold function
` [PATCH 42/50] staging: omap-thermal: document omap_bandgap_tshut_init function
` [PATCH 43/50] staging: omap-thermal: document omap_bandgap_alert_init function
` [PATCH 44/50] staging: omap-thermal: document omap_bandgap_build function
` [PATCH 45/50] staging: omap-thermal: change Kconfig dependency method
` [PATCH 46/50] staging: Add a MAINTAINERS entry for TI bandgap and thermal driver
` [PATCH 47/50] staging: omap-thermal: switch mutex to spinlock inside omap-bandgap
` [PATCH 48/50] staging: omap-thermal: remove TODO entry suggesting regmap usage
` [PATCH 49/50] staging: omap-thermal: remove TODO entry for exposed APIs
` [PATCH 50/50] staging: omap-thermal: add documentation for omap_bandgap_validate

[PATCH V4 0/4] cpufreq: exynos5440: support for cpufreq driver
 2013-03-18 10:58 UTC  (4+ messages)
` [PATCH V4 1/4] cpufreq: exynos: Adding cpufreq driver for exynos5440

[PATCH] PM/domains: add delayed power off capability
 2013-03-18 10:07 UTC  (8+ messages)

[PATCH] cpufreq: Fix unsigned variable being checked for negative value
 2013-03-18  8:29 UTC  (3+ messages)

[RFC patch 00/11] cpuidle : ARM driver to rule them all
 2013-03-15 15:07 UTC  (14+ messages)
` [RFC patch 01/11] cpuidle : handle clockevent notify from the cpuidle framework
` [RFC patch 02/11] cpuidle / arm : a single cpuidle driver
` [RFC patch 03/11] cpuidle / ux500 : use common ARM "
` [RFC patch 04/11] cpuidle / omap3 "
` [RFC patch 05/11] cpuidle / davinci : use common ARM driver
` [RFC patch 06/11] cpuidle / at91 : use common ARM cpuidle driver
` [RFC patch 07/11] cpuidle / shmobile "
` [RFC patch 08/11] cpuidle / imx "
` [RFC patch 09/11] cpuidle / s3c64xx "
` [RFC patch 10/11] cpuidle / calxeda "
` [RFC patch 11/11] cpuidle / kirkwood "

[PATCH 0/8] ARM: OMAP3+: Switch to use DT based cpu0-cpufreq driver
 2013-03-15 15:02 UTC  (26+ messages)
` [PATCH 1/8] ARM: dts: OMAP34xx: move CPU OPP tables to device tree
` [PATCH 2/8] ARM: dts: OMAP36xx: "
` [PATCH 3/8] ARM: dts: OMAP3: use twl4030 vdd1 regulator for CPU
` [PATCH 4/8] ARM: dts: OMAP443x: move CPU OPP tables to device tree
` [PATCH 5/8] ARM: dts: omap4-panda: move generic sections to panda-common
` [PATCH 6/8] ARM: dts: OMAP446x: move CPU OPP tables to device tree
` [PATCH 7/8] ARM: OMAP3+: use cpu0-cpufreq driver
` [PATCH 8/8] cpufreq: omap: remove omap-cpufreq

[PATCH RESEND v11 0/4] block layer runtime pm
 2013-03-15  9:05 UTC  (5+ messages)
` [PATCH RESEND v11 1/4] block: add a flag to identify PM request
` [PATCH RESEND v11 2/4] block: add runtime pm helpers
` [PATCH RESEND v11 3/4] block: implement runtime pm strategy
` [PATCH RESEND v11 4/4] sd: change to auto suspend mode


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).