messages from 2012-02-01 06:57:18 to 2012-02-03 11:48:28 UTC [more...]
[PATCH-V3 0/3] ARM: OMAP4: Remove hardcoded reg-offs for PWRSTCTRL & PWRSTST
2012-02-03 11:43 UTC (3+ messages)
` [PATCH-V3 1/3] "
` [PATCH-V3 2/3] ARM: OMAP4: prminst: Add boot time __init function for prminst
patch "tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA" added to tty tree
2012-02-03 11:42 UTC (13+ messages)
[PATCH v9 00/25] gpio/omap: driver cleanup and fixes
2012-02-03 9:21 UTC (36+ messages)
` [PATCH v9 01/25] gpio/omap: remove dependency on gpio_bank_count
` [PATCH v9 02/25] gpio/omap: use flag to identify wakeup domain
` [PATCH v9 03/25] gpio/omap: make gpio_context part of gpio_bank structure
` [PATCH v9 04/25] gpio/omap: handle save/restore context in GPIO driver
` [PATCH v9 05/25] gpio/omap: make non-wakeup GPIO part of pdata
` [PATCH v9 06/25] gpio/omap: avoid cpu checks during module ena/disable
` [PATCH v9 07/25] gpio/omap: further cleanup using wkup_en register
` [PATCH v9 08/25] gpio/omap: use level/edge detect reg offsets
` [PATCH v9 09/25] gpio/omap: remove hardcoded offsets in context save/restore
` [PATCH v9 10/25] gpio/omap: cleanup set_gpio_triggering function
` [PATCH v9 11/25] gpio/omap: cleanup omap_gpio_mod_init function
` [PATCH v9 12/25] gpio/omap: use pinctrl offset instead of macro
` [PATCH v9 13/25] gpio/omap: remove unnecessary bit-masking for read access
` [PATCH v9 14/25] gpio/omap: remove bank->method & METHOD_* macros
` [PATCH v9 15/25] gpio/omap: fix bankwidth for OMAP7xx MPUIO
` [PATCH v9 16/25] gpio/omap: use pm-runtime framework
` [PATCH v9 17/25] gpio/omap: optimize suspend and resume functions
` [PATCH v9 18/25] gpio/omap: cleanup prepare_for_idle and resume_after_idle
` [PATCH v9 19/25] gpio/omap: fix debounce clock handling
` [PATCH v9 20/25] gpio/omap: fix incorrect access of debounce module
` [PATCH v9 21/25] gpio/omap: remove omap_gpio_save_context overhead
` [PATCH v9 22/25] gpio/omap: save and restore debounce registers
` [PATCH v9 23/25] gpio/omap: enable irq at the end of all configuration in restore
` [PATCH v9 24/25] gpio/omap: restore OE only after setting the output level
` [PATCH v9 25/25] gpio/omap: handle set_dataout reg capable IP on restore
[RFC/PATCH] arm: omap3: pm: do not clear power states twice
2012-02-03 8:19 UTC (3+ messages)
[PATCH 0/2] ARM: OMAP: Couple of misc fixes for 3.3
2012-02-03 7:15 UTC (5+ messages)
` [PATCH 1/2] ARM: OMAP: Get rid of reset for system timer
` [PATCH 2/2] ARM: OMAP4: Move the barrier memboclk_steal() as part of reserve callback
[PATCH 1/2] arm:omap2:board-generic: Add DT support for AM33xx devices
2012-02-03 6:42 UTC (3+ messages)
` [PATCH 2/2] arm/dts: Add support for TI AM335x EVM board
[PATCH RFC idle 2/3] arm: Avoid invoking RCU when CPU is idle
2012-02-03 6:06 UTC (19+ messages)
[PATCH 0/3] coupled cpuidle state support
2012-02-03 1:19 UTC (10+ messages)
` [linux-pm] "
[PATCH v2 4/8] staging: tidspbridge: silence the compiler
2012-02-02 22:51 UTC (2+ messages)
[PATCH RFC 0/2] mtd updates
2012-02-02 20:36 UTC (8+ messages)
` [PATCH RFC 2/2] mtd : Make the mtd_suspend return 0 if the suspend is not implemented
[PATCH 0/2] ARM: OMAP2+: PM: code consolidation for 3.4
2012-02-02 20:29 UTC (7+ messages)
` [PATCH 1/2] ARM: OMAP2+: PM: share clkdms_setup() across OMAP2, 3, 4
` [PATCH 2/2] ARM: OMAP2+: PM: share some suspend-related functions "
[PATCH 0/2] ARM: OMAP2+: PM: miscellaneous powerdomain-related improvements
2012-02-02 19:59 UTC (15+ messages)
` [PATCH 1/2] ARM: OMAP3: PM: remove superfluous calls to pwrdm_clear_all_prev_pwrst()
[PATCH v3 00/20] ARM: OMAP3+: SmartReflex: bugfixes
2012-02-02 19:23 UTC (23+ messages)
` [PATCH 01/20] ARM: OMAP3+: SmartReflex: Layer Cleanup [V4]
` [PATCH 02/20] ARM: OMAP3+: SmartReflex: add missing error-handling code
` [PATCH 03/20] ARM: OMAP3+: SmartReflex: fix err interrupt disable sequence
` [PATCH 04/20] ARM: OMAP3+: SmartReflex Class3: disable errorgen before disable VP
` [PATCH 05/20] ARM: OMAP3+: SmartReflex: Add a shutdown hook
` [PATCH 06/20] ARM: OMAP3+: SmartReflex: Fix status masking in ERRCONFIG register
` [PATCH 07/20] ARM: OMAP3+: SmartReflex: clear ERRCONFIG_VPBOUNDINTST only on a need
` [PATCH 08/20] ARM: OMAP3+: hwmod: add SmartReflex IRQs
` [PATCH 09/20] ARM: OMAP3+: SmartReflex: introduce class init, deinit and priv data
` [PATCH 10/20] ARM: OMAP3+: SmartReflex: introduce notifiers flags
` [PATCH 11/20] ARM: OMAP3+: SmartReflex: introduce notifier_control
` [PATCH 12/20] ARM: OMAP3+: SmartReflex: disable spamming interrupts
` [PATCH 13/20] ARM: OMAP3+: SmartReflex: introduce class private data per voltage domain
` [PATCH 14/20] ARM: OMAP3+: SmartReflex Class3: restrict CPU to run on
` [PATCH 15/20] ARM: OMAP3+: SmartReflex: add missing platform_set_drvdata()
` [PATCH 16/20] ARM: OMAP3+: SmartReflex: move late_initcall() closer to its argument
` [PATCH 17/20] ARM: OMAP3+: SmartReflex: misc cleanups
` [PATCH 18/20] ARM: OMAP3+: SmartReflex: micro-optimization for sanity check
` [PATCH 19/20] ARM: OMAP3+: SmartReflex: fix the use of debugfs_create_* API
` [PATCH 20/20] ARM: OMAP3+: SmartReflex: fix error handling
[PATCH-V2 0/3] arm:omap:omap4:Remove hardcoded reg-offs for PWRSTCTRL & PWRSTST
2012-02-02 18:05 UTC (10+ messages)
` [PATCH-V2 3/3] arm:omap:omap4: Hook-up am33xx support to existing prm code
In many cases softlockup can not be reported after disabling IRQ for long time
2012-02-02 16:22 UTC (7+ messages)
[PATCH-V2] arm/dts: omap3-evm: Add i2c and twl4030 support
2012-02-02 15:23 UTC (2+ messages)
OMAP3 L2/outer cache enabled in kernel (after being disabled by uBoot)?
2012-02-02 15:10 UTC (23+ messages)
[RFC 0/7] MFD: twl6040: Conversion to i2c driver
2012-02-02 14:19 UTC (21+ messages)
` [RFC 1/7] MFD: twl-core: Detach twl6040 from the pmic mfd driver
` [RFC 2/7] MFD: twl6040: Convert to i2c driver, and separate it from twl core
` [RFC 3/7] ASoC: twl6040: Remove dependency on twl4030 from Kconfig
` [RFC 4/7] OMAP: 4430sdp: Correct fixed regulator device ID
` [RFC 5/7] OMAP: sdp4430: Add fixed regulator for twl6040 needs
` [RFC 6/7] OMAP: omap4panda: "
` [RFC 7/7] MFD: TWL6040: Add regulator support for VIO, V2V1 supplies
[PATCH 1/1] omap3: add definition for CONTROL_CAMERA_PHY_CTRL
2012-02-02 13:03 UTC (5+ messages)
[DSS2] TFT panel not working (only one column visible)
2012-02-02 10:56 UTC
[PATCH] arm/dts: OMAP3: Add omap3evm and am335xevm support
2012-02-02 9:43 UTC (4+ messages)
[RFC PATCH 1/2] of: Add generic device tree DMA helpers
2012-02-02 8:54 UTC (8+ messages)
[PATCH v4 0/5] Support for OMAP4 Digital Microphone interface
2012-02-02 8:32 UTC (12+ messages)
` [PATCH v4 1/5] OMAP4: hwmod: Add names for DMIC memory address space
GPIO debounce problems on 3.2
2012-02-01 22:33 UTC (18+ messages)
[RFC 1/1] omap3: PM: MPU and CORE should stay awake if there is CAM domain ACTIVE
2012-02-01 22:19 UTC (2+ messages)
[PATCH] staging: tidspbridge: enable watchdog by default
2012-02-01 20:22 UTC (8+ messages)
DSS2/PM on 3.2 broken?
2012-02-01 18:36 UTC (18+ messages)
` OMAP HDQ: was "
Reg pinmux driver for OMAP based SoC- AM335X
2012-02-01 18:14 UTC (5+ messages)
[PATCH] ARM: OMAP3+: PM debug: fix the use of debugfs_create_* API
2012-02-01 17:37 UTC (5+ messages)
` [PATCH] ARM: OMAP2+: "
Adding remoteproc/rpmsg to linux-next
2012-02-01 17:00 UTC (7+ messages)
[PATCH] OMAP3: Add Corscience Tricorder board
2012-02-01 15:59 UTC
Hello This is Mr. David M Lee from Bank of America I have by information you that we receiver an ATM card on your name so you have to get back to this office as soon as you receiver this mail today so that we will let you know what to do next okay?
2012-02-01 11:51 UTC
[PATCH 2/2] mt_ventoux: support for TeeJet Mt.Ventoux board
2012-02-01 10:51 UTC (3+ messages)
` [PATCH V2] "
[PATCH v2 00/19] ARM: OMAP3+: SmartReflex: bugfixes
2012-02-01 8:54 UTC (9+ messages)
[PATCH 0/3] ARM: OMAP1/2+: 32k-timer: Add hwmod lookup for 32k-timer
2012-02-01 8:00 UTC (6+ messages)
` [PATCH 1/3] ARM: OMAP2+: 32k-counter: Use hwmod lookup to check presence of 32k timer
[PATCH 0/2] staging: tidspbridge: memory leak fixes
2012-02-01 7:27 UTC (8+ messages)
` [PATCH 2/2] staging: tidspbridge: fix incorrect free to drv_datap
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).