Linux on ARM based TI OMAP SoCs
 help / color / mirror / Atom feed
 messages from 2014-03-01 13:58:52 to 2014-03-04 14:37:22 UTC [more...]

[PATCH v3 0/5] drivers: bus: omap_l3: Conversion to devm_*
 2014-03-04 14:37 UTC  (7+ messages)
` [PATCH v3 1/5] drivers: bus: omap_l3: Convert to use devm_kzalloc
` [PATCH v3 2/5] drivers: bus: omap_l3: Convert to use devm_ioremap_resource()
` [PATCH v3 3/5] drivers: bus: omap_l3: Convert to use devm_request_irq()
` [PATCH v3 4/5] drivers: bus: omap_l3: Remove the platform driver's remove function
` [PATCH v3 5/5] drivers: bus: omap_l3: Change pr_crit() to dev_err() when IRQ request fails

randconfig build error with next-20140304, in drivers/usb/dwc3/core.c
 2014-03-04 14:30 UTC 

Ethernet controller not starting
 2014-03-04 14:06 UTC  (3+ messages)
  ` Fwd: "

[PATCH RFC 0/5] AM43xx-ePOS-EVM audio support with TLV320AIC31XX driver
 2014-03-04 13:36 UTC  (8+ messages)
` [PATCH RFC 1/5] ASoC: tlv320aic31xx: Add basic codec driver implementation
` [PATCH RFC 2/5] ASoC: tlv320aic31xx: Add codec driver to Makefile and Kconfig
` [PATCH RFC 3/5] ASoC: tlv320aic31xx: Add DT binding document

[PATCH v5 0/6] Make dwc3 use Generic PHY Framework
 2014-03-04 13:31 UTC  (11+ messages)
` [PATCH v5 1/6] usb: dwc3: core: support optional PHYs
` [PATCH v5 2/6] usb: dwc3: adapt dwc3 core to use Generic PHY Framework
` [PATCH v5 3/6] drivers: phy: usb3/pipe3: Adapt pipe3 driver to "
` [PATCH v5 4/6] usb: phy: omap-usb2: remove *set_suspend* callback from omap-usb2
` [PATCH v5 5/6] phy: omap-usb2: move omap_usb.h from linux/usb/ to linux/phy/
` [PATCH v5 6/6] arm/dts: added dt properties to adapt to the new phy framwork

[PATCH 0/7] v4l: ti-vpe: Some VPE fixes and enhancements
 2014-03-04 13:28 UTC  (29+ messages)
` [PATCH 1/7] v4l: ti-vpe: Make sure in job_ready that we have the needed number of dst_bufs
` [PATCH 2/7] v4l: ti-vpe: register video device only when firmware is loaded
` [PATCH 3/7] v4l: ti-vpe: Use video_device_release_empty
` [PATCH 4/7] v4l: ti-vpe: Allow DMABUF buffer type support
` [PATCH 5/7] v4l: ti-vpe: Allow usage of smaller images
` [PATCH 6/7] v4l: ti-vpe: Fix some params in VPE data descriptors
` [PATCH 7/7] v4l: ti-vpe: Add crop support in VPE driver
` [PATCH v2 0/7] v4l: ti-vpe: Some VPE fixes and enhancements
  ` [PATCH v2 1/7] v4l: ti-vpe: Make sure in job_ready that we have the needed number of dst_bufs
  ` [PATCH v2 2/7] v4l: ti-vpe: register video device only when firmware is loaded
  ` [PATCH v2 3/7] v4l: ti-vpe: Use video_device_release_empty
  ` [PATCH v2 4/7] v4l: ti-vpe: Allow DMABUF buffer type support
  ` [PATCH v2 5/7] v4l: ti-vpe: Allow usage of smaller images
  ` [PATCH v2 6/7] v4l: ti-vpe: Fix some params in VPE data descriptors
  ` [PATCH v2 7/7] v4l: ti-vpe: Add selection API in VPE driver

[PATCH 0/5] drivers: bus: omap_l3: Conversion to devm_*
 2014-03-04 10:50 UTC  (12+ messages)
` [PATCH 1/5] drivers: bus: omap_l3: Convert to use devm_kzalloc
` [PATCH 2/5] drivers: bus: omap_l3: Convert to use devm_request_and_ioremap()
` [PATCH 3/5] drivers: bus: omap_l3: Convert to use devm_request_irq()
` [PATCH 4/5] drivers: bus: omap_l3: Remove the platform driver's remove function
` [PATCH 5/5] drivers: bus: omap_l3: Change pr_crit() to dev_err() when IRQ request fails

Help needed USB hub disconnected at resume
 2014-03-04  9:48 UTC  (6+ messages)

[PATCH 00/12] ARM: OMAP: SATA support for OMAP5 & DRA7
 2014-03-04  9:33 UTC  (20+ messages)
` [PATCH 01/12] phy: rename struct omap_control_usb to struct omap_control_phy
` [PATCH 02/12] phy: omap-control: Update DT binding information
` [PATCH 03/12] phy: ti-pipe3: cleanup clock handling
` [PATCH 04/12] ARM: dts: omap5: Add clocks to usb3_phy node
` [PATCH 05/12] phy: ti-pipe3: Add SATA DPLL support
` [PATCH 06/12] phy: omap: Select OMAP_OCP2SCP bus driver
` [PATCH 07/12] ARM: OMAP5: hwmod: Add ocp2scp3 and sata hwmods
` [PATCH 08/12] ARM: dts: omap5: add sata node
` [PATCH 09/12] phy: ti-pipe3: streamline PHY operations
` [PATCH 10/12] phy: ti-pipe3: Fix suspend/resume and module reload
` [PATCH 11/12] ARM: DRA7: hwmod: Add ocp2scp3 and sata hwmods
` [PATCH 12/12] ARM: dts: dra7: add OCP2SCP3 and SATA nodes

[PATCHv2 00/14]: ARM: OMAP2: clock DT conversion
 2014-03-04  9:18 UTC  (15+ messages)
` [PATCHv2 01/14] ARM: OMAP2: convert sys_ck and osc_ck to standard clock types
` [PATCHv2 02/14] ARM: OMAP2420: clock: get rid of fixed-div property use
` [PATCHv2 03/14] CLK: TI: DPLL: simplify autoidle register detection logic
` [PATCHv2 04/14] CLK: TI: DPLL: add support for omap2 core dpll
` [PATCHv2 05/14] CLK: TI: APLL: add support for omap2 aplls
` [PATCHv2 06/14] CLK: TI: gate: fixed DT binding documentation bugs
` [PATCHv2 07/14] CLK: TI: interface: add support for omap2430 specific interface clock
` [PATCHv2 08/14] CLK: TI: OMAP2: add clock init support
` [PATCHv2 09/14] ARM: OMAP2: PRM: add support for OMAP2 specific clock providers
` [PATCHv2 10/14] ARM: dts: omap2 clock data
` [PATCHv2 11/14] ARM: OMAP2: clock: add DT boot support for cpufreq_ck
` [PATCHv2 12/14] ARM: OMAP2: clock: use DT clock boot if available
  ` [PATCHv2 13/14] ARM: OMAP24xx: clock: remove legacy clock data
  ` [PATCHv2 14/14] ARM: OMAP3: "

[PATCH v2 0/5] drivers: bus: omap_l3: Conversion to devm_*
 2014-03-04  9:08 UTC  (6+ messages)
` [PATCH v2 1/5] drivers: bus: omap_l3: Convert to use devm_kzalloc
` [PATCH v2 2/5] drivers: bus: omap_l3: Convert to use devm_request_and_ioremap()
` [PATCH v2 3/5] drivers: bus: omap_l3: Convert to use devm_request_irq()
` [PATCH v2 4/5] drivers: bus: omap_l3: Remove the platform driver's remove function
` [PATCH v2 5/5] drivers: bus: omap_l3: Change pr_crit() to dev_err() when IRQ request fails

[PATCHv7 0/4] power_supply: Introduce power supply charging driver
 2014-03-04  6:49 UTC  (5+ messages)
` [PATCH v7 1/4] power_supply: Add inlmt,iterm, min/max temp props
` [PATCHv7 2/4] power_supply: Introduce generic psy charging driver
` [PATCHv7 3/4] power_supply: Introduce PSE compliant algorithm
` [PATCHv7 4/4] power_supply: bq24261 charger driver

[PATCH RESEND] sound: omap: n810: fix init with DT boot
 2014-03-04  4:31 UTC  (2+ messages)

Ethernet controller not starting
 2014-03-04  0:39 UTC  (3+ messages)

[PATCH RESEND] mmc: omap_hsmmc: support more DT properties
 2014-03-03 21:16 UTC 

[PATCH 1/1] net: cpsw: fix cpdma rx descriptor leak on down interface
 2014-03-03 20:50 UTC  (2+ messages)

[PATCH] ARM: dts: add BeagleBone Audio Cape (Rev A) dtsi
 2014-03-03 20:41 UTC  (3+ messages)

[GIT PULL] ARM: OMAP: Device Tree for 3.15
 2014-03-03 20:28 UTC  (3+ messages)

[PATCH 00/12] ARM: OMAP2 DT clock conversion
 2014-03-03 18:51 UTC  (8+ messages)

[PATCHv4 0/7] omap hwspinlock dt support
 2014-03-03 18:46 UTC  (7+ messages)
` [PATCHv4 4/7] hwspinlock/core: add common OF helpers

[PATCH] sound: omap: n810: fix init with DT boot
 2014-03-03 18:41 UTC  (2+ messages)

[PATCH] ARM: OMAP2+: Use handle_fasteoi_irq for INTC interrupt handling
 2014-03-03 17:49 UTC  (6+ messages)

[RESEND Patch 0/9] dts pending patches for TI omap
 2014-03-03 14:50 UTC  (11+ messages)
` [RESEND Patch 1/9] ARM: dts: am437x gp-evm: add sd card dt nodes
` [RESEND Patch 2/9] ARM: dts: am335x-evm: add SD card hotplug support
  ` [RESEND Patch 3/9] ARM: dts: am43x-epos-evm: "
` [RESEND Patch 4/9] ARM: dts: OMAP36xx: Add device node for ABB
` [RESEND Patch 5/9] ARM: dts: OMAP4: Add device nodes "
` [RESEND Patch 6/9] ARM: dts: DRA7: "
` [RESEND Patch 7/9] ARM: DTS: DRA7: Add crossbar device binding
` [RESEND Patch 8/9] ARM: DTS: DRA7: Replace peripheral interrupt numbers with crossbar inputs
` [RESEND Patch 9/9] ARM: DTS: DRA7: Add routable-irqs property for gic node

[PATCH v10 0/7] mmc: omap_hsmmc: pbias dt and cleanup
 2014-03-03 14:33 UTC  (5+ messages)
` [PATCH RESEND "
  ` [PATCH RESEND v11 6/7] ARM: OMAP: enable SYSCON and REGULATOR_PBIAS in omap2plus_defconfig

[PATCH 0/5] Add USB nodes for am43xx epos and gp evm
 2014-03-03 13:53 UTC  (6+ messages)
` [PATCH 1/5] ARM: dts: am43xx clock data
` [PATCH 2/5] ARM: dts: AM4372: Add USB nodes
` [PATCH 3/5] ARM: dts: am437x-gp-evm: Enable USB
` [PATCH 4/5] ARM: dts: am43x-epos-evm: "
` [PATCH 5/5] doc: Add "ti,am437x-dwc3" comaptible for dwc3 glue

[PATCH v3 0/7] ARM: dts: Better support for Gumstix Overo (for 3.15?)
 2014-03-03 13:07 UTC  (11+ messages)
` [PATCH v3 1/7] ARM: dts: omap3-tobi: Add missing pinctrl
` [PATCH v3 2/7] ARM: dts: omap3-overo: "
` [PATCH v3 3/7] ARM: dts: omap3-overo: Enable WiFi/BT combo
` [PATCH v3 4/7] ARM: dts: omap3-overo: Add HSUSB PHY
` [PATCH v3 5/7] ARM: dts: omap: Add common file for SMSC9221
` [PATCH v3 6/7] ARM: dts: omap3-tobi: Use include file omap-gpmc-smsc9221
` [PATCH v3 7/7] ARM: dts: omap3-tobi: Add AT24C01 EEPROM

[PATCH] OMAPDSS: convert pixel clock to common videomode style
 2014-03-03 12:08 UTC 

[PATCH 0/3] mfd: twl6040: Updates for i2s speed and fix for chip deadlock
 2014-03-03 11:30 UTC  (10+ messages)
` [PATCH 1/3] mfd: twl6040: Select i2c fast mode as default with regmap patch

[PATCH v5 0/4] power_supply: Introduce power supply charging driver
 2014-03-03 10:42 UTC  (7+ messages)
` [PATCH 3/4] power_supply: Introduce PSE compliant algorithm

[PATCH 0/2] ARM: dts: OMAP4: Add support for DuoVero/Parlor
 2014-03-03 10:08 UTC  (3+ messages)
` [PATCH 1/2] ARM: dts: Add support for OMAP4 Gumstix DuoVero/Parlor

[PATCH v9 0/9] USB Host support for OMAP5 uEVM
 2014-03-03  9:34 UTC  (3+ messages)

[PATCH v2 0/8] ARM: dts: Better support for Gumstix Overo
 2014-03-03  8:55 UTC  (6+ messages)
` [PATCH v2 3/8] ARM: dts: omap3-overo: Use complete poweroff

[RFC PATCH v1 0/2] clock and HWMOD changes for USIM module
 2014-03-03  7:16 UTC  (7+ messages)
` [RFC PATCH v1 1/2] ARM: dts: AM43xx-clocks: Entries added for ti-usim

[PATCHv2 0/9] Add device nodes for am43x epos and gp evm
 2014-03-03  5:57 UTC  (8+ messages)
` [PATCHv2 9/9] arm: dts: am43x-gp-evm: Add matrix gpio keys

[PATCHv3 00/13] OMAP IOMMU DT adaptation for 3.15
 2014-03-03  5:35 UTC  (3+ messages)

[RFC PATCH 0/6] PM: introduce voltage domain abstraction
 2014-03-03  3:54 UTC  (5+ messages)
` [RFC PATCH 3/6] PM / Voltagedomain: introduce voltage domain driver support

[GIT PULL 3/4] omap device tree changes for v3.15
 2014-03-03  0:10 UTC 

[GIT PULL] two omap dt regression fixes for v3.14-rc4
 2014-03-02 23:04 UTC 

[PATCH 0/4] arm: omap: DMM DT adaptation
 2014-03-02 19:53 UTC  (4+ messages)
` [PATCH v5 0/2] "
  ` [PATCH v5 1/2] arm: dts: omap4+: Add DMM bindings

[PATCH v1 0/5] add parallel NAND support for TI's new OMAPx and AMxx platforms
 2014-03-02 18:19 UTC  (5+ messages)
` [PATCH v1 4/5] ARM: dts: dra7: add support for parallel NAND flash

[PATCH] omap3isp: Fix kerneldoc for _module_sync_is_stopping and isp_isr()
 2014-03-02 18:06 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/7] ARM: dts: omap3-gta04: Various devicetree updates
 2014-03-02 17:43 UTC  (6+ messages)
` [PATCH v2 4/7] ARM: dts: omap3-gta04: Add twl4030 charger
` [PATCH v2 5/7] ARM: dts: omap3-gta04: Add basic sound support
` [PATCH v2 6/7] ARM: dts: omap3-gta04: Enable mmc2 for wifi
` [PATCH v2 7/7] ARM: dts: omap3-gta04: Add bma180 accelerometer

[PATCH 00/11] ARM: dts: sbc-t3x: add support for more boards
 2014-03-02 17:07 UTC  (6+ messages)

[PATCH] ARM: OMAP2+: Add support for thumb mode on DT booted N900
 2014-03-01 21:32 UTC  (3+ messages)
` [PATCHv2] "

[PATCH v4 0/4]
 2014-03-01 20:07 UTC  (5+ messages)
` [PATCH v4 3/4] ARM: OMAP2+: add legacy display for omap3 DBB056


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