public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-04-10 10:56:37 to 2012-04-11 23:36:43 UTC [more...]

arm: omap3: am35x: Powerdomain, EMIF4, etc. fixups
 2012-04-11 23:11 UTC  (40+ messages)
` [PATCH 01/12] arm: omap3: Only access IVA if one exists
` [PATCH 02/12] arm: omap3: Only sleep during cpu_idle if I/O wake-ups work
` [PATCH 03/12] arm: omap3: Only sleep in cpuidle driver "
` [PATCH 04/12] arm: omap3: am35x: Don't mark missing features as present
` [PATCH 05/12] arm: omap3: am35x: Add PWROFF feature
` [PATCH 06/12] arm: omap3: am35x: Add full PWRDM_POWER_INACTIVE support
` [PATCH 07/12] arm: omap3: am35x: Set proper powerdomain states
` [PATCH 08/12] arm: omap3: am35x: Fix clockdomain dependencies
` [PATCH 09/12] arm: omap3: am35x: Add SDRC EMIF4 feature
` [PATCH 10/12] arm: omap3: am35x: Add minimal EMIF4 support
` [PATCH 11/12] arm: omap3: am35x: Add do_wfi routine for EMIF4 submodules
` [PATCH 12/12] arm: omap3: am35x: Register davinci_mdio before davinci_emac

[RFC/PATCH v2 0/6] ARM: OMAP2+: PM: introduce the power domains functional states
 2012-04-11 20:46 UTC  (7+ messages)
` [PATCH 1/6] ARM: OMAP2+: PM: protect the power domain state change by a mutex
` [PATCH 2/6] ARM: OMAP2+: PM: introduce power domains functional states
` [PATCH 3/6] ARM: OMAP2+: PM: use the functional power states API
` [PATCH 4/6] ARM: OMAP2+: PM: introduce power domains logic and memory functional states
` [PATCH 5/6] ARM: OMAP2+: PM: use the functional power states API for logic and memory
` [PATCH 6/6] ARM: OMAP2+: PM: use power domain functional state in stats counters

[PATCH 0/2] OMAP2+: UART: Fix usage of default mux pads
 2012-04-11 20:16 UTC  (8+ 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

[PATCH v2 0/8] ARM: OMAP2+: hwmod/timer: first set of cleanups for 3.4
 2012-04-11 20:15 UTC  (6+ messages)
` [PATCH v2 5/8] ARM: OMAP2+: hwmod: ensure that SYSCONFIG bits are reprogrammed after a reset

Suspend broken on 3.3?
 2012-04-11 19:34 UTC  (22+ messages)

PM related performance degradation on OMAP3
 2012-04-11 19:17 UTC  (7+ messages)

[PATCH v4 00/12] ARM: OMAP: resolve some warnings
 2012-04-11 19:01 UTC  (20+ 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 v2 0/2] Fixes in hwmod reset code
 2012-04-11 18:59 UTC  (5+ messages)
` [PATCH v2 2/2] ARM: omap: hwmod: Make omap_hwmod_softreset wait for reset status

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

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

[PATCH] mmc: omap_hsmmc: Get rid of of_have_populated_dt() usage
 2012-04-11 14:36 UTC  (9+ messages)

[PATCHv7 00/18] I2C updates
 2012-04-11 13:10 UTC  (29+ 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 05/18] I2C: OMAP: Fix the interrupt clearing in OMAP4
` [PATCHv7 08/18] I2C: OMAP: Fix the error handling
` [PATCHv7 10/18] I2C: OMAP: Don't check if wait_for_completion_timeout() returns less than zero
` [PATCHv7 11/18] I2C: OMAP: use devm_* functions
  ` [PATCHv7 04/18] I2C: OMAP: I2C register restore only if context is lost
  ` [PATCHv7 06/18] I2C: OMAP: Fix the mismatch of pm_runtime enable and disable
  ` [PATCHv7 07/18] I2C: OMAP: Optimise the remove code
  ` [PATCHv7 09/18] I2C: OMAP: Correct I2C revision for OMAP3
  ` [PATCHv7 12/18] I2C: OMAP: Fix the crash in i2c remove
  ` [PATCHv7 13/18] I2C: OMAP: Handle error check for pm runtime
  ` [PATCHv7 14/18] I2C: OMAP: Use SET_RUNTIME_PM_OPS
  ` [PATCHv7 16/18] I2C: OMAP: fix missing handling of errata I2C_OMAP3_1P153
  ` [PATCHv7 17/18] I2C: OMAP: Do not set the XUDF if the underflow is not reached
  ` [PATCHv7 18/18] I2C: OMAP: Rename the 1p153 to the erratum id i462
` [PATCHv7 15/18] I2C: OMAP: make the read ready processing a separate function

[PATCH RESEND] ARM: OMAP3: USB: Fix the EHCI ULPI PHY reset issue
 2012-04-11 11:45 UTC  (3+ messages)

[PATCH v2 00/15] mark const init data with __initconst instead of __initdata
 2012-04-11 11:34 UTC  (3+ messages)
` [PATCH v2 02/15] ARM: "

[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

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

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

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

[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  (15+ messages)

[PATCH 00/19] I2C updates
 2012-04-11  5:40 UTC  (17+ 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 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
  ` [PATCHv6 19/19] ARM: OMAP4: hwmod data: I2C: add flag for context restore

[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 

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

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

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

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


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