public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-04-05 20:21:41 to 2012-04-11 11:12:38 UTC [more...]

[PATCHv7 00/18] I2C updates
 2012-04-11 11:12 UTC 

[PATCH v2 0/2] Fixes in hwmod reset code
 2012-04-11 11:06 UTC  (4+ messages)
` [PATCH v2 2/2] ARM: omap: hwmod: Make omap_hwmod_softreset wait for reset status

[PATCHv7 00/18] I2C updates
 2012-04-11 11:01 UTC  (20+ messages)
` [PATCHv7 01/18] I2C: OMAP: make omap_i2c_unidle/idle functions depend on CONFIG_PM_RUNTIME
  ` [PATCHv7 02/18] I2C: OMAP: Remove reset at init
  ` [PATCHv7 03/18] I2C: OMAP: Recover from Bus Busy condition
  ` [PATCHv7 06/18] I2C: OMAP: Fix the mismatch of pm_runtime enable and disable
  ` [PATCHv7 11/18] I2C: OMAP: use devm_* functions
  ` [PATCHv7 12/18] I2C: OMAP: Fix the crash in i2c remove
  ` [PATCHv7 14/18] I2C: OMAP: Use SET_RUNTIME_PM_OPS
  ` [PATCHv7 15/18] I2C: OMAP: make the read ready processing a separate function
  ` [PATCHv7 17/18] I2C: OMAP: Do not set the XUDF if the underflow is not reached
` [PATCHv7 04/18] I2C: OMAP: I2C register restore only if context is lost
` [PATCHv7 05/18] I2C: OMAP: Fix the interrupt clearing in OMAP4
` [PATCHv7 07/18] I2C: OMAP: Optimise the remove code
` [PATCHv7 08/18] I2C: OMAP: Fix the error handling
` [PATCHv7 09/18] I2C: OMAP: Correct I2C revision for OMAP3
` [PATCHv7 10/18] I2C: OMAP: Don't check if wait_for_completion_timeout() returns less than zero
` [PATCHv7 13/18] I2C: OMAP: Handle error check for pm runtime
` [PATCHv7 16/18] I2C: OMAP: fix missing handling of errata I2C_OMAP3_1P153
` [PATCHv7 18/18] I2C: OMAP: Rename the 1p153 to the erratum id i462

[PATCH] mmc: omap_hsmmc: Get rid of of_have_populated_dt() usage
 2012-04-11 10:31 UTC  (6+ messages)

query about _setup() in omap_hwmod.c
 2012-04-11  9:37 UTC 

[PATCH v4 00/12] ARM: OMAP: resolve some warnings
 2012-04-11  9:12 UTC  (15+ messages)
` [PATCH v4 01/12] ARM: OMAP2+: declare file-local functions as static
` [PATCH v4 02/12] ARM: OMAP: add includes for missing prototypes
` [PATCH v4 03/12] ARM: OMAP1: OCPI: move to mach-omap1/
` [PATCH v4 04/12] ARM: OMAP1: OHCI: use platform_data fn ptr to enable OCPI bus
` [PATCH v4 05/12] ARM: OMAP2+: GPMC: resolve type-conversion warning from sparse
` [PATCH v4 06/12] ARM: OMAP: fix 'using plain integer as NULL pointer' sparse warnings
` [PATCH v4 07/12] ARM: OMAP: OCM RAM: use memset_io() when clearing SRAM
` [PATCH v4 08/12] ARM: OMAP: DMA: use constant array maximum, drop some LCD DMA code
` [PATCH v4 09/12] ARM: OMAP: USB: remove unnecessary sideways include
` [PATCH v4 10/12] ARM: OMAP1: board files: deduplicate and clean some NAND-related code
` [PATCH v4 11/12] ARM: OMAP1: DMTIMER: fix broken timer clock source selection

[PATCH RESEND] Input: omap-keypad: dynamically handle register offsets
 2012-04-11  9:04 UTC  (12+ messages)

[PATCH] ARM: OMAP2+: remove redundant sysconfig context restore
 2012-04-11  8:43 UTC  (2+ messages)

[PATCH v3 0/4] OMAP serial device tree support
 2012-04-11  8:39 UTC  (4+ messages)
` [PATCH v3 4/4] ARM: omap: pass minimal SoC/board data for UART from dt

[PATCH] ARM: OMAP2+: dmtimer: remove redundant sysconfig context restore
 2012-04-11  8:39 UTC 

[PATCH 1/3] ARM: OMAP2+: 32k-counter: Use hwmod lookup to check presence of 32k timer
 2012-04-11  7:47 UTC  (27+ messages)

[PATCH 00/19] I2C updates
 2012-04-11  5:40 UTC  (25+ messages)
` [PATCHv6 02/19] I2C: OMAP: Remove reset at init
` [PATCHv6 03/19] I2C: OMAP: Recover from Bus Busy condition
` [PATCHv6 05/19] I2C: OMAP: Fix the interrupt clearing in OMAP4
` [PATCHv6 06/19] I2C: OMAP: Fix the mismatch of pm_runtime enable and disable
  ` [PATCHv6 01/19] I2C: OMAP: make omap_i2c_unidle/idle functions depend on CONFIG_PM_RUNTIME
  ` [PATCHv6 04/19] I2C: OMAP: I2C register restore only if context is lost
  ` [PATCHv6 07/19] I2C: OMAP: Optimise the remove code
  ` [PATCHv6 08/19] I2C: OMAP: Fix the error handling
  ` [PATCHv6 11/19] I2C: OMAP: use devm_* functions
  ` [PATCHv6 14/19] I2C: OMAP: Use SET_RUNTIME_PM_OPS
  ` [PATCHv6 15/19] I2C: OMAP: make the read ready processing a separate function
  ` [PATCHv6 16/19] I2C: OMAP: fix missing handling of errata I2C_OMAP3_1P153
  ` [PATCHv6 19/19] ARM: OMAP4: hwmod data: I2C: add flag for context restore
` [PATCHv6 09/19] I2C: OMAP: Correct I2C revision for OMAP3
` [PATCHv6 10/19] I2C: OMAP: Don't check if wait_for_completion_timeout() returns less than zero
` [PATCHv6 12/19] I2C: OMAP: Fix the crash in i2c remove
` [PATCHv6 13/19] I2C: OMAP: Handle error check for pm runtime
` [PATCHv6 17/19] I2C: OMAP: Do not set the XUDF if the underflow is not reached
` [PATCHv6 18/19] I2C: OMAP: Rename the 1p153 to the erratum id i462

[PATCH v3 1/9] ARM: OMAP2+: gpmc: driver conversion
 2012-04-11  5:15 UTC  (11+ messages)
` [PATCH v3 4/9] ARM: OMAP2+: gpmc-nand: populate gpmc configs

[RFC] dt: export of_have_populated_dt
 2012-04-11  4:18 UTC  (9+ messages)

[PATCH] mtd: omap2: fix resource leak in prefetch-busy path
 2012-04-11  1:04 UTC 

PM related performance degradation on OMAP3
 2012-04-11  0:29 UTC  (3+ messages)

绿色减肥,30天轻松减肥7-25 公斤,无效退款!
 2012-04-10 22:05 UTC 

[PATCH] staging: drm/omap: dmabuf/prime support
 2012-04-10 18:19 UTC 

Suspend broken on 3.3?
 2012-04-10 18:03 UTC  (20+ messages)

[PATCH] staging: drm/omap: dmabuf/prime support
 2012-04-10 17:29 UTC  (2+ messages)

[PATCH 0/2] OMAP2+: UART: Fix usage of default mux pads
 2012-04-10 16:40 UTC  (5+ messages)
` [PATCH 1/2] OMAP2+: UART: Fix incorrect population of default uart pads
` [PATCH 2/2] OMAP2+: UART: Add mechanism to probe uart pins and configure rx wakeup

omap-hsmmc build broken with OF enabled in latest kernel
 2012-04-10 14:12 UTC  (3+ messages)

[GIT PULL]: omap-serial updates for 3.4-rc
 2012-04-10 10:06 UTC  (2+ messages)

[PATCH] arm: omap4: hsmmc: check for null pointer
 2012-04-10  0:08 UTC  (2+ messages)

[PATCH 00/17][V2] ARM: OMAP3/4 : cpuidle34xx and cpuidle44xx cleanups
 2012-04-09 23:23 UTC  (14+ messages)
` [PATCH 02/17][V2] ARM: OMAP4: cpuidle - Declare the states with the driver declaration
` [PATCH 04/17][V2] ARM: OMAP4: cpuidle - fix static omap4_idle_data declaration
` [PATCH 06/17][V2] ARM: OMAP4: cpuidle - use the omap4_idle_data variable directly
` [PATCH 07/17][V2] ARM: OMAP4: cpuidle - remove omap4_idle_data initialization at boot time
` [PATCH 10/17][V2] ARM: OMAP3: cpuidle - remove the 'valid' field
` [PATCH 11/17][V2] ARM: OMAP3: cpuidle - remove cpuidle_params_table

[PATCH] ARM: OMAP: Revert "ARM: OMAP: ctrl: Fix CONTROL_DSIPHY register fields"
 2012-04-09 23:02 UTC  (2+ messages)

[PATCH] ARM: OMAP: sram: fix BUG in dpll code for !PM case
 2012-04-09 22:49 UTC  (2+ messages)

shouldn't OMAP4 keypad depend on OMAP4?
 2012-04-09 19:59 UTC 

[RESEND PATCH] ARM :OMAP2+: UART: Remove some of uart default pads
 2012-04-09 20:36 UTC  (9+ messages)

[PATCH RESEND] omap1: mux: add missing include
 2012-04-09 18:02 UTC  (2+ messages)

[PATCH] ARM: OMAP2+: PRM: fix compile for OMAP4-only build
 2012-04-09 16:51 UTC  (6+ messages)

[PATCH 0/4] mmc: omap_hsmmc: Additional cleanups / features
 2012-04-09 12:08 UTC  (6+ messages)
` [PATCH RESEND 1/4] mmc: omap_hsmmc: Enable Auto CMD12
` [PATCH RESEND 2/4] mmc: omap_hsmmc: add DDR support to omap_hsmmc
` [PATCH 3/4] mmc: omap_hsmmc: use spinlock IRQ safe variant
` [PATCH 4/4] mmc: omap_hsmmc: Cleanup use of cpu_is_* for debounce_clock

[PATCH 0/3] OMAP4: CPUidle: Add coupled idle support
 2012-04-09  6:54 UTC  (4+ messages)

[PATCH] RTC: twl6030: correct usage of static register while reading time
 2012-04-07 15:59 UTC  (3+ messages)
` [rtc-linux] "

[PATCH v5 00/18] Introduce a led trigger for CPU activity and consolidate LED driver in ARM
 2012-04-06 22:15 UTC  (3+ messages)
` [PATCH 01/18] led-triggers: create a trigger for CPU activity

+ drivers-rtc-rtc-twlc-use-static-register-while-reading-time.patch added to -mm tree
 2012-04-06 19:19 UTC 

OMAP3EVM not booting on l-o master
 2012-04-06 18:24 UTC  (19+ messages)

Ducati binaries
 2012-04-06 11:41 UTC 

[GIT PULL] ARM: OMAP: clock, powerdomain, clockdomain, hwmod fixes for early v3.4-rc (misc_devel_3.4 patches dropped)
 2012-04-06  7:10 UTC  (4+ messages)

[PATCH] mmc: omap_hsmmc: set dto to 14 for all devices
 2012-04-05 23:54 UTC  (8+ messages)

[PATCH] mmc: omap4: hsmmc: fix module re-insertion
 2012-04-05 22:14 UTC  (4+ messages)


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