linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-09 18:08:54 to 2017-01-13 08:02:01 UTC [more...]

[PATCH 0/3] tty: serial: 8250_omap: Enable DMA support
 2017-01-13  8:02 UTC  (4+ messages)
` [PATCH 1/3] serial: 8250: omap: pause DMA only if DMA transfer in progress
` [PATCH 2/3] tty: serial: 8250_omap: Add OMAP_DMA_TX_KICK quirk for AM437x
` [PATCH 3/3] tty: serial: 8250_omap: Remove rx_dma_broken flag

[PATCH] ARM: dts: OMAP5 / DRA7: indicate that SATA port 0 is available
 2017-01-13  7:59 UTC  (4+ messages)

[PATCH v6] ASoC: omap-mcbsp: Add PM QoS support for McBSP to prevent glitches
 2017-01-13  3:21 UTC  (3+ messages)

[PATCH] dmaengine: cppi41: Fix oops in cppi41_runtime_resume
 2017-01-13  0:03 UTC  (7+ messages)

[PATCH] ARM: dts: am57xx-beagle-x15: implement errata "Ethernet RGMII2 Limited to 10/100 Mbps"
 2017-01-12 22:53 UTC  (2+ messages)

[PATCH] ARM: dts: am335x-phycore-som: Remove partition tables
 2017-01-12 22:28 UTC  (2+ messages)

[PATCH 2/2] ARM: dts: dra72-evm-revc: enable irqs for dp83867 eth phys
 2017-01-12 22:27 UTC  (4+ messages)

[PATCH 0/6] Few bq24190-charger fixes and improvments
 2017-01-12 22:17 UTC  (19+ messages)
` [PATCH 1/6] power: bq24190_charger: Call enable_irq() only at the end of probe()
` [PATCH 2/6] power: bq24190_charger: Fix irq triggering to IRQF_TRIGGER_FALLING
` [PATCH 3/6] power: bq24190_charger: Call power_supply_changed() only for relevant component
` [PATCH 4/6] power: bq24190_charger: Don't read fault register outside irq_handle_thread()
` [PATCH 5/6] power: bq24190_charger: Check the interrupt status on resume
` [PATCH 6/6] power: bq24190_charger: Use PM runtime autosuspend

[PATCH] ARM: dts: dra72-evm-revc: fix typo in ethernet-phy node
 2017-01-12 21:52 UTC  (2+ messages)

[PATCHv2] usb: musb: Add support for optional VBUS irq to dsps glue layer
 2017-01-12 21:40 UTC 

[PATCH 0/3] misc: sram: Introduce protect-exec region type
 2017-01-12 20:52 UTC  (4+ messages)
` [PATCH 1/3] misc: sram: Split sram data structures into local header
` [PATCH 2/3] misc: sram: Introduce support code for protect-exec sram type
` [PATCH 3/3] misc: sram: Integrate protect-exec reserved sram area type

Nokia N900: mixers changed between 4.6 and 4.10, no longer can use in-call speaker
 2017-01-12 18:34 UTC  (2+ messages)

[PATCH v2 0/2] dmaengine: cppi41: PM runtime fixes
 2017-01-12 17:47 UTC  (15+ messages)
` [PATCH v2 1/2] dmaengine: cppi41: Fix list not empty warning on runtime suspend
` [PATCH v2 2/2] dmaengine: cppi41: Ignore EINPROGRESS for PM runtime in interrupt handler

[PATCH 0/4] net: ethernet: ti: cpsw: correct common res usage
 2017-01-12 17:34 UTC  (5+ messages)
` [PATCH 3/4] net: ethernet: ti: cpsw: don't duplicate ndev_running

[PATCH] pinctrl: core: Fix regression caused by delayed work for hogs
 2017-01-12 15:48 UTC  (3+ messages)

[PATCH v2 0/3] Adding DT support for TI HECC module
 2017-01-12 15:44 UTC  (11+ messages)
` [PATCH v2 1/3] ARM: dts: AM35x: Add hecc node
` [PATCH v2 2/3] can: ti_hecc: Add TI HECC DT binding documentation
  ` [PATCH v2 3/3] can: ti_hecc: Add DT support for TI HECC module

[PATCH v2 0/3] PCI: designware/dra7xx: misc fixes and cleanups
 2017-01-12 13:40 UTC  (6+ messages)

[PATCH 00/37] PCI: Support for configurable PCI endpoint
 2017-01-12 10:26 UTC  (38+ messages)
  ` [PATCH 01/37] PCI: dwc: dra7xx: Group all host related setup in add_pcie_port
  ` [PATCH 31/37] misc: Add host side pci driver for pci test function device
` [PATCH 02/37] PCI: dwc: designware: Add new *ops* for cpu addr fixup
` [PATCH 03/37] PCI: dwc: dra7xx: Populate cpu_addr_fixup ops
` [PATCH 04/37] PCI: dwc: designware: Move the register defines to designware header file
` [PATCH 05/37] PCI: dwc: Add platform_set_drvdata
` [PATCH 06/37] PCI: dwc: Rename cfg_read/cfg_write to read/write
` [PATCH 07/37] PCI: dwc: designware: Get device pointer at the start of dw_pcie_host_init
` [RFT PATCH 08/37] PCI: dwc: Split *struct pcie_port* into host only and core structures
` [PATCH 09/37] PCI: dwc: designware: Parse *num-lanes* property in dw_pcie_setup_rc
` [PATCH 10/37] PCI: dwc: designware: Fix style errors in pcie-designware.c
` [PATCH 11/37] PCI: dwc: Split pcie-designware.c into host and core files
` [PATCH 12/37] PCI: dwc: Create a new config symbol to enable pci dwc host
` [PATCH 13/37] PCI: dwc: Remove dependency of designware to CONFIG_PCI
` [PATCH 14/37] PCI: endpoint: Add EP core layer to enable EP controller and EP functions
` [PATCH 15/37] Documentation: PCI: Guide to use PCI Endpoint Core Layer
` [PATCH 16/37] PCI: endpoint: Introduce configfs entry for configuring EP functions
` [PATCH 17/37] Documentation: PCI: Guide to use pci endpoint configfs
` [PATCH 18/37] Documentation: PCI: Add specification for the *pci test* function device
` [PATCH 19/37] PCI: endpoint: functions: Add an EP function to test PCI
` [PATCH 20/37] Documentation: PCI: Add binding documentation for pci-test endpoint function
` [PATCH 21/37] PCI: dwc: Modify dbi accessors to take dbi_base as argument
` [PATCH 22/37] PCI: dwc: Modify dbi accessors to access data of 4/2/1 bytes
` [PATCH 23/37] PCI: dwc: Add *ops* to start and stop pcie link
` [PATCH 24/37] PCI: dwc: designware: Add EP mode support
` [PATCH 25/37] dt-bindings: PCI: Add dt bindings for pci designware EP mode
` [PATCH 26/37] PCI: dwc: dra7xx: Facilitate wrapper and msi interrupts to be enabled independently
` [PATCH 27/37] PCI: dwc: dra7xx: Add EP mode support
` [PATCH 28/37] dt-bindings: PCI: dra7xx: Add dt bindings for pci dra7xx EP mode
` [PATCH 29/37] PCI: dwc: dra7xx: Workaround for errata id i870
` [PATCH 30/37] dt-bindings: PCI: dra7xx: Add dt bindings to enable legacy mode
` [PATCH 32/37] Documentation: misc-devices: Add Documentation for pci-endpoint-test driver
` [PATCH 33/37] tools: PCI: Add a userspace tool to test PCI endpoint
` [PATCH 34/37] tools: PCI: Add sample test script to invoke pcitest
` [PATCH 35/37] MAINTAINERS: add PCI EP maintainer
` [PATCH 36/37] ARM: DRA7: clockdomain: Change the CLKTRCTRL of CM_PCIE_CLKSTCTRL to SW_WKUP
` [PATCH 37/37] ARM: dts: DRA7: Add pcie1 dt node for EP mode

[PATCH 0/4] dt-bindings: mfd: Update TPS65217 interrupts
 2017-01-12  3:47 UTC  (3+ messages)
` [PATCH 3/4] dt-bindings: power/supply: Update TPS65217 properties

net: ti: cpsw-phy-sel: RGMII is not working on AM335x
 2017-01-11 20:18 UTC  (4+ messages)

[PATCHv2 0/5] Add generic pinctrl helpers for managing groups and function
 2017-01-11 18:31 UTC  (8+ messages)
` [PATCH 1/5] pinctrl: core: Use delayed work for hogs

[PATCH] usb: musb: Add support for optional VBUS irq to dsps glue layer
 2017-01-11 17:12 UTC  (4+ messages)

gpio: pcf857x: lockdep warning on v4.10-rc3
 2017-01-11 15:55 UTC  (5+ messages)

[PATCH] regulator: twl6030: fix range comparison, allowing vsel = 59
 2017-01-11 15:36 UTC 

[PATCH 0/5] PCI: dwc: miscellaneous cleanups and fixes
 2017-01-11 12:06 UTC  (6+ messages)
` [PATCH 1/5] PCI: dwc: Add COMPILE_TEST to all designware based drivers
` [PATCH 2/5] PCI: dwc: dra7xx: Simplify the probe code
` [PATCH 3/5] PCI: dwc: dra7xx: Add support to force RC to work in GEN1 mode
` [PATCH 4/5] PCI: dwc: dra7xx: Enable MSI and legacy interrupts simultaneously
` [PATCH 5/5] PCI: dwc: dra7xx: Group phy API invocations

[PATCH v2 08/12] mmc: omap: Don't use mmc_card_present() when validating for inserted card
 2017-01-11 11:51 UTC 

[PATCH 0/3] ARM: dts: da850: Enable cppi41 dma
 2017-01-11  9:49 UTC  (7+ messages)
` [PATCH 1/3] ARM: dts: da850: Add the cppi41 dma node

[PATCH 00/11] dmaengine: cppi41: Add dma support to da8xx
 2017-01-11  9:35 UTC  (23+ messages)
` [PATCH 01/11] dmaengine: cppi41: rename platform variables
` [PATCH 02/11] dmaengine: cppi41: Split out the interrupt handler
` [PATCH 07/11] dt/bindings: da8xx-usb: Add binding for the cppi41 dma controller
` [PATCH 08/11] dmaengine: cppi41: Implement the glue for da8xx
` [PATCH 09/11] dmaengine: cppi41: Fix a race between PM runtime and channel abort
` [PATCH 11/11] dmaengine: cppi41: Fix teardown warnings

[PATCH v6] ASoC: omap-mcbsp: Add PM QoS support for McBSP to prevent glitches
 2017-01-11  8:32 UTC  (3+ messages)

[PATCH v5] ASoC: omap-mcbsp: Add PM QoS support for McBSP to prevent glitches
 2017-01-10 17:27 UTC  (10+ messages)

[PATCH] Documentation: dt-bindings: Add binding documentation for TI clkctrl clocks
 2017-01-10 15:44 UTC  (2+ messages)

[PATCH 0/4] usb: musb: da8xx: Add DMA support
 2017-01-10 10:12 UTC  (9+ messages)
` [PATCH 1/4] usb: musb: da8xx: Use the right dma controller
` [PATCH 4/4] usb: musb: musb_cppi41: Workaround dma stall issue during teardown

[PATCH v2 0/6] usb: Replace the deprecated extcon API
 2017-01-10  8:18 UTC  (2+ messages)

[PATCH] dmaengine: omap-dma: Fix the port_window support
 2017-01-10  5:38 UTC  (2+ messages)

Nokia N900 headset detection & MIC Bias + TVOUT
 2017-01-09 20:32 UTC  (7+ messages)

回复:Myir AM437x Rico board support (DTS) for Linux mainline 4.9 and 4.4 Ti Processor SDK 03.02.00.05
 2017-01-09 19:37 UTC 

[PATCH] net: ethernet: ti: cpsw: extend limits for cpsw_get/set_ringparam
 2017-01-09 19:29 UTC  (2+ messages)

[PATCH 0/2] Add TI iodelay driver using #pinctrl-cells
 2017-01-09 18:47 UTC  (6+ messages)
` [PATCH 1/2] pinctrl: core: Make dt_free_map optional
` [PATCH 2/2] pinctrl: Introduce TI IOdelay configuration driver
  ` [PATCH] ARM: dts: Add dra7 iodelay configuration and use it for MMC

[PATCHv3 0/2] Add TI iodelay driver using #pinctrl-cells
 2017-01-09 18:46 UTC  (3+ messages)
` [PATCH 2/2] pinctrl: Introduce TI IOdelay configuration driver

[PATCH 17/21] mmc: omap: Don't use mmc_card_present() when validating for inserted card
 2017-01-09 18:24 UTC  (2+ messages)


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).