public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-06-29 18:43:48 to 2011-07-01 14:44:25 UTC [more...]

runtime PM usage_count during driver_probe_device()?
 2011-07-01 14:44 UTC  (7+ messages)
  ` [linux-pm] "

Build issue
 2011-07-01 14:37 UTC 

[RFC 0/12] McBSP cleanup and generalization
 2011-07-01 14:05 UTC  (22+ messages)
` [RFC 01/12] ASoC: OMAP: McBSP: fix build breakage on OMAP1
` [RFC 02/12] omap: mcbsp: Remove rx_/tx_word_length variables
` [RFC 03/12] omap: mcbsp: Remove port number enums
` [RFC 04/12] omap: mcbsp: Merge OMAP1 and OMAP2+ McBSP register definitions
` [RFC 05/12] omap: mcbsp: Move out omap_mcbsp_register_board_cfg from plat-omap/devices.c
` [RFC 06/12] omap: mcbsp: Implement generic register and cache access
` [RFC 07/12] omap: mcbsp: Get rid of remaining is_omap tests
` [RFC 08/12] omap: mcbsp: Remove omap device API
` [RFC 09/12] omap: mcbsp: Move OMAP3+ wakeup enable/disable to omap_mcbsp_request/_free
` [RFC 10/12] omap: mcbsp: Move sidetone clock management to mach-omap2/mcbsp.c
` [RFC 11/12] omap: mcbsp: Remove conditional compilation for OMAP3
` [RFC 12/12] omap: mcbsp: Reorganize DMA operating mode and sidetone init/exit code

[PATCH 0/6] OMAP2+: hwmod framework fixes
 2011-07-01 13:56 UTC  (8+ messages)
` [PATCH 2/6] OMAP4: hwmod data: Add MSTANDBY_SMART_WKUP flag
` [PATCH 6/6] OMAP2+: hwmod: Fix the HW reset management

[PATCH v2 00/13] OMAP4: Add modulemode support to hwmod framework
 2011-07-01 13:10 UTC  (8+ messages)
` [PATCH v2 03/13] OMAP4: hwmod: Replace CLKCTRL absolute address with offset macros
` [PATCH v2 04/13] OMAP: hwmod: Wait the idle status to be disabled
` [PATCH v2 07/13] OMAP4: prm: Replace warm reset API with the offset based version

[PATCH 0/8] HDMI: Split hdmi.c to seperate HDMI IP dependant code from DSS
 2011-07-01 12:43 UTC  (13+ messages)

[PATCH v3 0/8] Fix module-mode enable sequence on OMAP4
 2011-07-01 12:24 UTC  (5+ messages)
` [PATCH v3 1/8] OMAP2+: clockdomain: Add an api to read idle mode
` [PATCH v3 2/8] OMAP2+: clockdomain: Add SoC support for clkdm_is_idle

Initial B&N Nook Color support, take six
 2011-07-01 11:37 UTC  (6+ messages)
` [PATCH 2/3] Add tps65921 chip
` [PATCH 3/3] Update Nook Color machine 3284 to common Encore name

[PATCH] DMA: OMAP: Remove extra looping from omap_request_dma
 2011-07-01 10:54 UTC  (3+ messages)

[PATCH 0/7] OMAP4: Add 4460 base support
 2011-07-01 10:15 UTC  (13+ messages)
` [PATCH 1/7] OMAP: ID: introduce chip detection for OMAP4460
  ` [PATCH 2/7] OMAP4: ID: add omap_has_feature for max freq supported
    ` [PATCH 3/7] OMAP4: PRCM: OMAP4460 specific PRM and CM register bitshifts
      ` [PATCH 4/7] OMAP4: clocks: Update the clock tree with 4460 clock nodes
        ` [PATCH 5/7] OMAP4: powerdomain: Reuse on 4460 using CHIP_IS_44XX
          ` [PATCH 6/7] OMAP4: clockdomain: "
            ` [PATCH 7/7] 4460sdp/blaze/panda: hwmod: Prevent gpio1 reset during hwmod init

[PATCH] arm: omap: fix the alphabetical order
 2011-07-01 10:14 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/3] OMAP4: PRCM fixes
 2011-07-01 10:09 UTC  (9+ messages)
` [PATCH 1/3] OMAP4: pcrm: Fix errors in few defines name
` [PATCH 2/3] OMAP4: prm: Remove wrong clockdomain offsets
` [PATCH 3/3] OMAP4: powerdomain data: Fix core mem states and missing cefuse flag

[GIT PULL] omap iommu fixes for v3.0-rc
 2011-07-01 10:05 UTC  (4+ messages)

[PATCH v3 00/20] GPIO: OMAP: driver cleanup and fixes
 2011-07-01  9:47 UTC  (21+ messages)
` [PATCH v3 01/20] GPIO: OMAP: Remove dependency on gpio_bank_count
` [PATCH v3 02/20] GPIO: OMAP2+: Use flag to identify wakeup domain
` [PATCH v3 03/20] GPIO: OMAP: Make gpio_context part of gpio_bank structure
` [PATCH v3 04/20] GPIO: OMAP: Fix pwrdm_post_transition call sequence
` [PATCH v3 05/20] GPIO: OMAP: Handle save/restore ctx in GPIO driver
` [PATCH v3 06/20] GPIO: OMAP2+: Make non-wakeup GPIO part of pdata
` [PATCH v3 07/20] GPIO: OMAP: Avoid cpu checks during module ena/disable
` [PATCH v3 08/20] GPIO: OMAP: Use wkup regs off/suspend support flag
` [PATCH v3 09/20] GPIO: OMAP: Use level/edge detect reg offsets
` [PATCH v3 10/20] GPIO: OMAP: Remove hardcoded offsets in ctxt save/restore
` [PATCH v3 11/20] GPIO: OMAP: Clean set_gpio_triggering function
` [PATCH v3 12/20] GPIO: OMAP: Use wkup_status for all SoCs
` [PATCH v3 13/20] GPIO: OMAP: Clean omap_gpio_mod_init function
` [PATCH v3 14/20] GPIO: OMAP15xx: Use pinctrl offset instead of macro
` [PATCH v3 15/20] GPIO: OMAP: Use readl in irq_handler for all access
` [PATCH v3 16/20] GPIO: OMAP: Remove bank->method & METHOD_* macros
` [PATCH v3 17/20] GPIO: OMAP: Fix bankwidth for OMAP7xx MPUIO
` [PATCH v3 18/20] GPIO: OMAP: Use PM runtime framework
` [PATCH v3 19/20] GPIO: OMAP: optimize suspend and resume functions
` [PATCH v3 20/20] GPIO: OMAP2+: Clean prepare_for_idle and resume_after_idle

[PATCH 00/16] OMAP4: PRCM big spring (late) cleanup
 2011-07-01  8:23 UTC  (2+ messages)

[PATCH 0/2] RETU meets Sparse IRQ
 2011-07-01  7:55 UTC  (3+ messages)

[PATCH] OMAP4: Keyboard: Mux changes in the board file
 2011-07-01  7:48 UTC  (2+ messages)

[PATCH v2 0/1] Add mmc5 and WLAN chip wl1283 chip support on blaze
 2011-07-01  7:47 UTC  (3+ messages)
` [PATCH v2 1/1] omap: blaze: add mmc5/wl1283 device support

[PATCH] ARM: OMAP: Overo: remove illegal extra call to overo_ads7846_init()
 2011-07-01  7:30 UTC  (4+ messages)
` [PATCH] ARM: OMAP: Overo: remove duplicate "

[PATCH] OMAP4: DMTIMER: enable autoidle mode
 2011-07-01  7:26 UTC  (3+ messages)

[PATCH 9/10] arch/arm/mach-omap2/clock.c: add missing clk_put
 2011-07-01  7:15 UTC  (3+ messages)

[PATCH 3.0] OMAP: drop __initdata tags from static struct platform_device declarations
 2011-07-01  7:12 UTC  (4+ messages)
  ` [RESEND] "

[PATCHv3 0/3] OMAP: HSMMC: cleanup and runtime pm
 2011-07-01  6:16 UTC  (7+ messages)
` [PATCHv3 1/3] MMC: OMAP: HSMMC: Remove lazy_disable
` [PATCHv3 2/3] MMC: OMAP: HSMMC: add runtime pm support
` [PATCHv3 3/3] MMC: OMAP: HSMMC: Remove unused iclk

[PATCH] OMAP: HSMMC maintainence
 2011-07-01  4:29 UTC  (2+ messages)

OMAP3: Enabling IO Daisy Chain
 2011-07-01  3:05 UTC  (3+ messages)

[PATCH v2 02/18] GPIO: OMAP2+: Use flag to identify wakeup domain
 2011-06-30 22:57 UTC  (5+ messages)
` [PATCH v2 08/18] GPIO: OMAP: Use wkup regs off/suspend support flag

[PATCH] OMAP4: I2C: Enable FIFO usage for OMAP4
 2011-06-30 22:50 UTC  (4+ messages)

[PATCHv4 0/9] PRCM chain interrupt handling
 2011-06-30 17:10 UTC  (9+ messages)
` [PATCHv4 1/9] omap: prcm: switch to a chained IRQ handler mechanism
` [PATCHv4 2/9] PRCM: Add support for PAD wakeup interrupts
` [PATCHv4 3/9] OMAP3: PM: remove serial resume / idle calls from idle path

Equity Business Investment
 2011-06-30 17:08 UTC 

[PATCH] arm: platsmp: Allow secondary cpu hotplug with maxcpus=1
 2011-06-30 16:36 UTC  (4+ messages)

Beagleboard -XM and 32GB microSD card oddities
 2011-06-30 15:52 UTC  (4+ messages)

[PATCH v2 00/11] PM QoS: add a per-device wake-up latency constraint class
 2011-06-30 15:11 UTC  (12+ messages)
` [PATCH 01/11] PM: add a per-device wake-up latency constraints plist
` [PATCH 02/11] PM: extend PM QoS with per-device wake-up constraints
` [PATCH 03/11] PM QoS: support the dynamic devices insertion and removal
` [PATCH 04/11] OMAP PM: create a PM layer plugin for per-device constraints
` [PATCH 05/11] OMAP PM: early init of the pwrdms states
` [PATCH 06/11] OMAP2+: powerdomain: control power domains next state
` [PATCH 07/11] OMAP3: powerdomain data: add wake-up latency figures
` [PATCH 08/11] OMAP4: "
` [PATCH 09/11] OMAP2+: omap_hwmod: manage the wake-up latency constraints
` [PATCH 10/11] OMAP: PM CONSTRAINTS: implement the devices "
` [PATCH 11/11] OMAP2+: cpuidle only influences the MPU state

[RFC/PATCH 0/9] PM QoS: add a per-device wake-up latency constraint class
 2011-06-30 15:08 UTC  (6+ messages)
` [RFC/PATCH 8/9] OMAP: PM CONSTRAINTS: implement the devices wake-up latency constraints
` [linux-pm] [RFC/PATCH 0/9] PM QoS: add a per-device wake-up latency constraint class

[RFC PATCH 0/5] OMAP: I2C: Add device tree support
 2011-06-30 14:27 UTC  (7+ messages)
` [RFC PATCH 1/5] OMAP3:I2C: Add device tree nodes for beagle board
` [RFC PATCH 2/5] OMAP4:I2C: Add device tree nodes for panda board
` [RFC PATCH 3/5] OMAP3: Beagle: Update beagle board file to use DT
` [RFC PATCH 4/5] OMAP4: Panda: Update panda "
` [RFC PATCH 5/5] OMAP: I2C: Convert I2C driver to use device tree

[PATCHv2 0/3] OMAP: HSMMC: cleanup and runtime pm
 2011-06-30 14:13 UTC  (7+ messages)
` [PATCHv2 2/3] MMC: OMAP: HSMMC: add runtime pm support

[PATCH] Fix wrong OMAP_ES_x_y defines that make omap_rev_lt_x_y and friends misbehave
 2011-06-30 13:23 UTC  (4+ messages)

[PATCH 0/4] arm: omap: usb: Hwmod and Runtime PM support for EHCI & OHCI
 2011-06-30 12:40 UTC  (10+ messages)
` [PATCH 1/4] arm: omap: usb: ehci and ohci hwmod structures for omap3 and omap4
  ` [PATCH 2/4] arm: omap: usb: register hwmods of usbhs
    ` [PATCH 3/4] arm: omap: usb: device name change for the clk names "
      ` [PATCH 4/4] mfd: global Suspend and resume support of ehci and ohci

[GIT PULL] omap clean-up for v3.1 merge window
 2011-06-30 12:33 UTC  (3+ messages)

[PATCH 0/7] twl4030: finish threaded IRQ conversion
 2011-06-30  9:51 UTC  (8+ messages)
` [PATCH 1/7] mfd: twl4030-irq: remove trailing whitespaces
` [PATCH 2/7] mfd: twl4030-irq: implement bus_lock/bus_sync_unlock methods
` [PATCH 3/7] mfd: twl4030-irq: drop the kthread
` [PATCH 4/7] mfd: twl4030-irq: drop mask_work
` [PATCH 5/7] mfd: twl4030-irq: drop edge_work
` [PATCH 6/7] mfd: twl4030-irq: set irq nested flag
` [PATCH 7/7] rtc: twl: move to threaded irq

[PATCH v6 00/18] MFD/ASoC/Input: TWL4030/TWL60X0 changes
 2011-06-30  9:41 UTC  (5+ messages)
    ` Re: [alsa-devel] "
      `  "

[PATCH] OMAP3: run the ASM sleep code from DDR
 2011-06-30  8:55 UTC  (8+ messages)

[PATCH 0/3] OMAP: HSMMC: cleanup and runtime pm
 2011-06-30  5:26 UTC  (17+ messages)
` [PATCH 2/3] MMC: OMAP: HSMMC: add runtime pm support

about n810 integration status
 2011-06-30  5:17 UTC  (2+ messages)

[PATCH] OMAP: DSS2: DSI: Support non-dcs long read
 2011-06-30  3:44 UTC 

[PATCH 0/8] OMAP3+: Voltage: introduce Adaptive Body-Bias ldo suppport
 2011-06-30  0:26 UTC  (9+ messages)
` [PATCH 1/8] OMAP3630: PRM: add ABB PRM register definitions
` [PATCH 2/8] OMAP3+: PM: VP: generalize PRM interrupt helpers
` [PATCH 3/8] OMAP3+: PRM: add tranxdone IRQ handlers for ABB
` [PATCH 4/8] OMAP3+: ABB: Adaptive Body-Bias structures & data
` [PATCH 5/8] OMAP3+: OPP: add ABB data to voltage tables
` [PATCH 6/8] OMAP3+: Voltage: add ABB data to voltage domains
` [PATCH 7/8] OMAP3+: ABB: initialization & transition functions
` [PATCH 8/8] OMAP3+: Voltage: add ABB to voltage scaling

[PATCH 4/4] mfd: global Suspend and resume support of ehci and ohci
 2011-06-29 18:47 UTC  (2+ messages)

[PATCHv2] omap2+: pm: cpufreq: Fix loops_per_jiffy calculation
 2011-06-29 18:43 UTC  (7+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox