public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-08-29 17:35:39 to 2011-08-31 16:18:07 UTC [more...]

[PATCH] mfd: Combine MFD_SUPPORT and MFD_CORE
 2011-08-31 16:18 UTC  (3+ messages)

[PATCH] usb: ehci: make HC see up-to-date qh/qtd descriptor ASAP
 2011-08-31 16:12 UTC  (16+ messages)

status request of et8k8, ad5820 and their corresponding rx51 board code
 2011-08-31 15:33 UTC  (2+ messages)

[PATCH 00/14] McBSP cleanup and generalization
 2011-08-31 15:23 UTC  (15+ messages)
` [PATCH 01/14] omap: mcbsp: Remove omap device API
` [PATCH 02/14] omap: mcbsp: Remove unused variables from platform data
` [PATCH 03/14] omap: mcbsp: Move out omap_mcbsp_register_board_cfg from plat-omap/devices.c
` [PATCH 04/14] omap: mcbsp: Implement generic register access
` [PATCH 05/14] omap: mcbsp: Make wakeup control generic
` [PATCH 06/14] omap: mcbsp: Make tranceiver configuration control register access generic
` [PATCH 07/14] omap: mcbsp: Make threshold based transfer code generic
` [PATCH 08/14] omap: mcbsp: Use per instance register cache size
` [PATCH 09/14] omap: mcbsp: Move sidetone clock management to mach-omap2/mcbsp.c
` [PATCH 10/14] omap: mcbsp: Cleanup sidetone control initialization and make it generic
` [PATCH 11/14] omap: mcbsp: Update mcbsp.h include dependencies
` [PATCH 12/14] omap: mcbsp: Move address definitions to arch/arm/mach-omap1/mcbsp.c
` [PATCH 13/14] omap: mcbsp: Start generalize omap2_mcbsp_set_clks_src
` [PATCH 14/14] omap: mcbsp: Start generalize signal muxing functions

[PATCHv5 0/4] omap smps regulator driver
 2011-08-31 15:11 UTC  (5+ messages)
` [PATCHv5 1/4] regulator: "
` [PATCHv5 2/4] omap: voltage: added mapping from voltagedomains to processor devices
` [PATCHv5 3/4] omap: smps: add smps regulator init to voltage.c
` [PATCHv5 4/4] TEMP: OMAP3: beagle rev-c4: enable OPP6

[PATCH 00/12] OMAP: DSS2: EDID & detect support
 2011-08-31 15:00 UTC  (14+ messages)
` [PATCH 01/12] OMAP: DSS2: add read_edid() to omap_dss_driver struct
` [PATCH 02/12] OMAP: DSS2: add detect() "
` [PATCH 03/12] OMAP: DSS2: HDMI: make set_timing saner
` [PATCH 04/12] OMAP: DSS2: HDMI: implement read_edid()
` [PATCH 05/12] OMAP: DSS2: HDMI: remove edid parsing
` [PATCH 06/12] OMAP: DSS2: HDMI: split hdmi_core_ddc_edid
` [PATCH 07/12] OMAP: DSS2: HDMI: clean up edid reading & fix checksum
` [PATCH 08/12] OMAP: DSS2: HDMI: remove error prints in check_timings
` [PATCH 09/12] OMAP: DSS2: HDMI: implement detect()
` [PATCH 10/12] OMAP: DSS2: Generic-dpi: add detect & read_edid support
` [PATCH 11/12] OMAP: Panda & Beagle: DVI: Add i2c_bus_num
` [PATCH 12/12] OMAPFB: find best mode from edid

[PATCH v6 00/25] gpio/omap: driver cleanup and fixes
 2011-08-31 13:42 UTC  (26+ messages)
` [PATCH v6 01/25] gpio/omap: remove dependency on gpio_bank_count
` [PATCH v6 02/25] gpio/omap: use flag to identify wakeup domain
` [PATCH v6 03/25] gpio/omap: make gpio_context part of gpio_bank structure
` [PATCH v6 04/25] gpio/omap: fix pwrdm_post_transition call sequence
` [PATCH v6 05/25] gpio/omap: handle save/restore context in GPIO driver
` [PATCH v6 06/25] gpio/omap: make non-wakeup GPIO part of pdata
` [PATCH v6 07/25] gpio/omap: avoid cpu checks during module ena/disable
` [PATCH v6 08/25] gpio/omap: further cleanup using wkup_en register
` [PATCH v6 09/25] gpio/omap: use level/edge detect reg offsets
` [PATCH v6 10/25] gpio/omap: remove hardcoded offsets in context save/restore
` [PATCH v6 11/25] gpio/omap: cleanup set_gpio_triggering function
` [PATCH v6 12/25] gpio/omap: cleanup omap_gpio_mod_init function
` [PATCH v6 13/25] gpio/omap: use pinctrl offset instead of macro
` [PATCH v6 14/25] gpio/omap: remove unnecessary bit-masking for read access
` [PATCH v6 15/25] gpio/omap: remove bank->method & METHOD_* macros
` [PATCH v6 16/25] gpio/omap: fix bankwidth for OMAP7xx MPUIO
` [PATCH v6 17/25] gpio/omap: use pm-runtime framework
` [PATCH v6 18/25] gpio/omap: optimize suspend and resume functions
` [PATCH v6 19/25] gpio/omap: cleanup prepare_for_idle and resume_after_idle
` [PATCH v6 20/25] gpio/omap: skip operations in runtime callbacks
` [PATCH v6 21/25] gpio/omap: remove omap_gpio_save_context overhead
` [PATCH v6 22/25] gpio/omap: save and restore debounce registers
` [PATCH v6 23/25] gpio/omap: enable irq at the end of all configuration in restore
` [PATCH v6 24/25] gpio/omap: restore OE only after setting the output level
` [PATCH v6 25/25] gpio/omap: handle set_dataout reg capable IP on restore

[PATCH 0/8] OMAP: DSS2: misc improvements
 2011-08-31 13:21 UTC  (9+ messages)
` [PATCH 1/8] OMAP: DSS2: DISPC: Fix minimum PCD value
` [PATCH 2/8] OMAP: DSS2: HDMI: use default dividers
` [PATCH 3/8] OMAP: DSS2: HDMI: change regn definition
` [PATCH 4/8] OMAP: DSS2: DSI: Add comment about regn
` [PATCH 5/8] OMAP: DSS2: DISPC: Add missing IRQ definitions
` [PATCH 6/8] OMAP: DSS2: add dss_get_hdmi_venc_clk_source()
` [PATCH 7/8] OMAP: DSS2: DISPC: improve dispc_mgr_enable_digit_out()
` [PATCH 8/8] OMAP: DSS2: HDMI: fix hdmi output enable

[PATCH] iommu: omap_iovmm: support non page-aligned buffers in iommu_vmap
 2011-08-31 13:06 UTC  (4+ messages)

How to handle named resources with DT?
 2011-08-31  2:32 UTC  (11+ messages)

Arm device tree wonder
 2011-08-31  1:30 UTC 

[PATCH 0/4] AM3517: Adding support for suspend/resume
 2011-08-30 23:00 UTC  (6+ messages)
` [PATCH 1/4] AM3517 : "
  ` [PATCH 2/4] AM3517: Add armv7-a flag for sleepam3517.S
    ` [PATCH 3/4] pm34xx: Warning FIX related to ambiguous else loop

[PATCH 0/3] AM35x: Adding PM init
 2011-08-30 22:26 UTC  (3+ messages)
` [PATCH 1/3] AM35x: voltage: Basic initialization

[PATCH 1/3] OMAP2+: pm: fix typos
 2011-08-30 21:15 UTC  (9+ messages)
` [PATCH 3/3] OMAP2+: voltage: clean up error messages
  ` [PATCH 1/2 RESEND] OMAP2+: pm: fix typos
    ` [PATCH 2/2 RESEND] OMAP2+: pm: clean up error messages

[PATCH 1/2] omap3: ISP: Fix the failure of CCDC capture during suspend/resume
 2011-08-30 21:07 UTC  (2+ messages)

[RFC PATCH v2 0/6] TI81XX: Add clock and hwmod data
 2011-08-30 18:46 UTC  (2+ messages)

[PATCH] usb: ehci: fix update qtd->token in qh_append_tds
 2011-08-30 14:02 UTC  (3+ messages)

[PATCH 0/2] omap: usb: I/O pads initialization to ehci and ohci hwmods
 2011-08-30 13:57 UTC  (3+ messages)
  ` [PATCH 1/2] arm: omap: usb: Add mux initialization to ehci and ohci hwmods for omap4
    ` [PATCH 2/2] arm: omap: usb: Add mux initialization to ehci and ohci hwmods for omap3

(no subject)
 2011-08-30 13:52 UTC  (6+ messages)
` McSPI questions pertaining to GPIO chip select support
    `  "
      ` [PATCH] mcspi: Add support for GPIO chip select lines
      ` [PATCH] beagledaq: Hack in cs_gpios

[PATCH 0/3] ASoC: tpa6130a2: model handling cleanup
 2011-08-30 13:38 UTC  (5+ messages)
` [PATCH 1/3] ASoC: tpa6130a2: Model support cleanup
` [PATCH 2/3] OMAP: RX51: No need to configure the tpa_model
` [PATCH 3/3] ASoC: tpa6130a2: Remove model_id from platform data

[RFC PATCH 0/3] OMAP: omap_device: Add a method to build an omap_device from a DT node
 2011-08-30 13:31 UTC  (3+ messages)
` [RFC PATCH 3/3] "

[PATCH 00/10] OMAP: DSS2: DSI: Initial DSI video mode support
 2011-08-30 10:51 UTC  (11+ messages)
` [PATCH 01/10] OMAP: DSS2: Use MIPI DSI transacition types and commands from include/video/mipi_display.h
` [PATCH 02/10] OMAP: DSS2: DSI: Represent L4 and VP as sources of VC instead of modes
` [PATCH 03/10] OMAP: DSS2: Create enum for DSI operation modes
` [PATCH 04/10] OMAP: DSS2: DSI: Introduce generic write functions
` [PATCH 05/10] OMAP: DSS2: DSI: Remove functions dsi_vc_dcs_read_1() and dsi_vc_dcs_read_2()
` [PATCH 06/10] OMAP: DSS2: DSI: Split dsi_vc_dcs_read() into 2 functions
` [PATCH 07/10] OMAP: DSS2: DSI: Introduce generic read functions
` [PATCH 08/10] OMAP: DSS2: Clean up stallmode and io pad mode selection
` [PATCH 09/10] OMAP: DSS2: Create an enum for DSI pixel formats
` [PATCH 10/10] OMAP: DSS2: DSI Video mode support

[GIT PULL] OMAP: clock/powerdomain/clockdomain/hwmod: fixes for 3.1-rc
 2011-08-30  7:06 UTC  (3+ messages)
` [GIT PULL v2] "

[PATCH] mfd: Add PWM1 and PWM2 support to twl6030-pwm
 2011-08-30  6:57 UTC 

[PATCH 0/5 v4] mfd: omap: usb: Runtime PM support for EHCI and OHCI drivers
 2011-08-30  6:17 UTC  (13+ messages)
` [PATCH 1/5 v4] arm: omap: usb: ehci and ohci hwmod structures for omap4
  ` [PATCH 2/5 v4] arm: omap: usb: ehci and ohci hwmod structures for omap3
    ` [PATCH 3/5 v4] arm: omap: usb: register hwmods of usbhs
      ` [PATCH 4/5 v4] arm: omap: usb: device name change for the clk names "
        ` [PATCH 5/5 v4] mfd: omap: usb: Runtime PM support

musb power issue on beagleboard-xM
 2011-08-30  4:24 UTC 

[RFC PATCH v2 5/6] TI81XX: Add minimal hwmod data
 2011-08-30  0:32 UTC  (2+ messages)

[PATCH 3/3] TI814X: Create board support and enable build for TI8148 EVM
 2011-08-30  0:13 UTC  (2+ messages)

[RFC PATCH 0/6 V2] OMAP4: Temperature sensor driver
 2011-08-29 21:52 UTC  (5+ messages)
` [RFC PATCH 1/6 V2] OMAP4: Clock: Associate clocks for OMAP temperature sensor
` [RFC PATCH 2/6 V2] OMAP4: Adding the temperature sensor register set bit fields

Issue with clock_gettime / clock_nanosleep APIs with high resolution timer on panda board
 2011-08-29 20:08 UTC  (2+ messages)

[PATCH 00/13] Clean up mach/gpio.h headers
 2011-08-29 18:23 UTC  (5+ messages)
` [PATCH 03/13] ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.h
` [PATCH 11/13] ARM: gpio: consolidate trivial gpiolib implementations

[PATCH 0/5] OMAP: voltage cleanup part E: TWL6030 PMIC fixes
 2011-08-29 18:15 UTC  (6+ messages)
` [PATCH 1/5] OMAP4: PM: TWL6030: fix voltage conversion formula
` [PATCH 2/5] OMAP4: PM: TWL6030: fix uv to voltage for >0x39
` [PATCH 3/5] OMAP4: PM: TWL6030: address 0V conversions
` [PATCH 4/5] OMAP4: PM: TWL6030: fix ON/RET/OFF voltages
` [PATCH 5/5] OMAP4: PM: TWL6030: add cmd register

[PATCH 0/7] OMAP: voltage cleanup part D: voltage domain
 2011-08-29 18:10 UTC  (8+ messages)
` [PATCH 1/7] OMAP3+: voltage: rename scale and reset functions using voltdm_ prefix
` [PATCH 2/7] OMAP3+: voltage: move/rename curr_volt from vdd_info into struct voltagedomain
` [PATCH 3/7] OMAP3+: voltdm: final removal of omap_vdd_info
` [PATCH 4/7] OMAP3+: voltage: rename omap_voltage_get_nom_volt -> voltdm_get_voltage
` [PATCH 5/7] OMAP3+: voltage: update nominal voltage in voltdm_scale() not VC post-scale
` [PATCH 6/7] OMAP2+: VC: more registers are per-channel starting with OMAP5
` [PATCH 7/7] omap: voltage: add a stub header file for external/regulator use

[PATCH 00/12] OMAP: voltage cleanup part C: VP cleanup
 2011-08-29 17:58 UTC  (13+ messages)
` [PATCH 01/12] OMAP3+: VP: cleanup: move VP instance into voltdm, misc. renames
` [PATCH 02/12] OMAP3+: voltage: remove unneeded debugfs interface
` [PATCH 03/12] OMAP3+: VP: struct omap_vp_common: replace shift with __ffs(mask)
` [PATCH 04/12] OMAP3+: VP: move SoC-specific sys clock rate retreival late init
` [PATCH 05/12] OMAP3+: VP: move timing calculation/config into VP init
` [PATCH 06/12] OMAP3+: VP: create VP helper function for updating error gain
` [PATCH 07/12] OMAP3+: VP: remove omap_vp_runtime_data
` [PATCH 08/12] OMAP3+: VP: move voltage scale function pointer into struct voltagedomain
` [PATCH 09/12] OMAP: VP: Explicitly mask VPVOLTAGE field
` [PATCH 10/12] OMAP3+: VP: update_errorgain(): return error if VP
` [PATCH 11/12] OMAP3+: VP: remove unused omap_vp_get_curr_volt()
` [PATCH 12/12] OMAP3+: VP: combine setting init voltage into common function

[PATCH 00/10] OMAP: voltage cleanup part B: VC cleanup
 2011-08-29 17:49 UTC  (3+ messages)
` [PATCH 01/10] OMAP3+: VC: cleanup i2c slave address configuration
` [PATCH 02/10] OMAP3+: VC: cleanup PMIC register "

[PATCH 00/22] OMAP: voltage cleanup part A
 2011-08-29 17:35 UTC  (20+ messages)
` [PATCH 04/22] OMAP2+: voltage: start towards a new voltagedomain layer
` [PATCH 05/22] OMAP3: voltage: rename "mpu" voltagedomain to "mpu_iva"
` [PATCH 06/22] OMAP3: voltagedomain data: add wakeup domain
` [PATCH 07/22] OMAP3+: voltage: add scalable flag to voltagedomain
` [PATCH 08/22] OMAP2+: powerdomain: add voltagedomain to struct powerdomain
` [PATCH 09/22] OMAP2: add voltage domains and connect to powerdomains
` [PATCH 10/22] OMAP3: powerdomain data: add voltage domains
` [PATCH 11/22] OMAP4: "
` [PATCH 12/22] OMAP2+: powerdomain: add voltage domain lookup during register
` [PATCH 13/22] OMAP2+: voltage: keep track of powerdomains in each voltagedomain
` [PATCH 14/22] OMAP2+: voltage: split voltage controller (VC) code into dedicated layer
` [PATCH 15/22] OMAP2+: voltage: move VC into struct voltagedomain, misc. renames
` [PATCH 16/22] OMAP2+: voltage: enable VC bypass scale method when VC is initialized
` [PATCH 17/22] OMAP2+: voltage: split out voltage processor (VP) code into new layer
` [PATCH 18/22] OMAP2+: VC: support PMICs with separate voltage and command registers
` [PATCH 19/22] OMAP2+: add PRM VP functions for checking/clearing VP TX done status
` [PATCH 20/22] OMAP3+ VP: replace transaction done check/clear with VP ops
` [PATCH 21/22] OMAP2+: PRM: add register access functions for VC/VP
` [PATCH 22/22] OMAP3+: voltage: convert to PRM register access functions


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