messages from 2018-10-09 10:30:17 to 2018-11-08 08:37:51 UTC [more...]
[RFC 0/9] ASoC/ARM: Merge the davinci and omap audio directories
2018-11-08 8:37 UTC (7+ messages)
` [RFC 1/9] ASoC: ti: Merge davinci and omap directories
` [RFC 2/9] MAINTAINERS: Add entry for sound/soc/ti and update the OMAP audio support
` [RFC 3/9] ARM: OMAP1: Makefile: Update for new MCBSP Kconfig option
` [RFC 4/9] ARM: OMAP2: "
` [RFC 5/9] ARM: davinci: dm365-evm: Update for the new ASoC Kcofnig options
` [RFC 6/9] ARM: omap2plus_defconfig: Update the audio options
[PATCH v3 0/8] ASoC: omap-mcbsp: Cleanup and split core/sidetone support
2018-11-08 7:30 UTC (9+ messages)
` [PATCH v3 1/8] ASoC: omap-mcbsp: Clean up dma_data addr initialization code
` [PATCH v3 2/8] ASoC: omap-mcbsp: Skip dma_data.maxburst initialization
` [PATCH v3 3/8] ASoC: omap-mcbsp: Clean up the interrupt handlers
` [PATCH v3 4/8] ASoC: omap-mcbsp: Simplify the mcbsp_start/_stop function parameters
` [PATCH v3 5/8] ASoC: omap-mcbsp: Move out the FIFO check from set_threshold and get_delay
` [PATCH v3 6/8] ASoC: omap-mcbsp: Re-arrange files for core McBSP and Sidetone function split
` [PATCH v3 7/8] ASoC: omap-mcbsp: Remove redundant check for mcbsp->pdata
` [PATCH v3 8/8] ASoC: omap-mcbsp: No need to initialize max_xx_thres when it is not used
[PATCH v2 0/7] ASoC: omap-mcbsp: Cleanup and split core/sidetone support
2018-11-08 7:13 UTC (10+ messages)
` [PATCH v2 1/7] ASoC: omap-mcbsp: Clean up dma_data addr initialization code
` [PATCH v2 2/7] ASoC: omap-mcbsp: Clean up the interrupt handlers
` [PATCH v2 3/7] ASoC: omap-mcbsp: Simplify the mcbsp_start/_stop function parameters
` [PATCH v2 4/7] ASoC: omap-mcbsp: Move out the FIFO check from set_threshold and get_delay
` [PATCH v2 5/7] ASoC: omap-mcbsp: Re-arrange files for core McBSP and Sidetone function split
` [PATCH v2 6/7] ASoC: omap-mcbsp: Remove redundant check for mcbsp->pdata
` [PATCH v2 7/7] ASoC: omap-mcbsp: No need to initialize max_xx_thres when it is not used
[PATCH 0/2] mach-omap2: handle autoidle denial
2018-11-08 6:00 UTC (2+ messages)
[PATCH] ARM: OMAP1: ams-delta: Fix possible use of uninitialized field
2018-11-07 21:30 UTC
[PATCH 0/3] ARN: OMAP1: ams-delta: Post-GPIO-refresh cleanups
2018-11-07 20:17 UTC (4+ messages)
` [PATCH 1/3] ARM: OMAP1: ams-delta: Drop board specific global GPIO numbers
` [PATCH 2/3] ARM: OMAP1: ams-delta: Drop unused symbols from the board header
` [PATCH 3/3] ARM: OMAP1: ams-delta: Move AMS_DELTA_LATCH2_NGPIO to the board file
mainline/master boot bisection: v4.19-12838-g71e56028173b on beagle-xm
2018-11-07 16:16 UTC (5+ messages)
[RFC PATCHv2 0/9] drm/tidss: new display driver for TI's DSS6 & DSS7
2018-11-07 14:12 UTC (7+ messages)
` [RFC PATCHv2 4/9] drm/tidss: add new driver for TI Keystone platforms
[PATCH] drm/omap: dsi: Fix missing of_platform_depopulate()
2018-11-07 13:30 UTC (2+ messages)
[PATCH v2 0/4] omapdrm: Fix runtime PM issues at module load and unload time
2018-11-07 13:27 UTC (15+ messages)
` [PATCH v2 1/4] drm/omap: Populate DSS children in omapdss driver
` [PATCH v2 2/4] drm/omap: hdmi4: Ensure the device is active during bind
` [PATCH v2 3/4] drm/omap: dsi: Ensure the device is active during probe
` [PATCH v2 4/4] drm/omap: Work around missing DISPC in runtime PM handlers
` [RFC/PATCH] drm/omap: Move DISPC runtime PM handling to omapdrm
[PATCH 2/2] ARM: Kconfig: remove useless "default n"
2018-11-07 7:57 UTC (3+ messages)
[PATCH v2] MAINTAINERS: update OMAP MMC entry
2018-11-06 22:27 UTC
[PATCH] ASoC: omap: Remove unused machine driver for AM3517-evm
2018-11-06 18:07 UTC (2+ messages)
` Applied "ASoC: omap: Remove unused machine driver for AM3517-evm" to the asoc tree
[PATCH] ARM: OMAP: PM: Change to use DEFINE_SHOW_ATTRIBUTE macro
2018-11-06 14:35 UTC
[PATCH] ARM: OMAP1: clock: Change to use DEFINE_SHOW_ATTRIBUTE macro
2018-11-06 14:33 UTC
[PATCH] ARM: OMAP1: ams-delta: Provide GPIO lookup table for LED device
2018-11-05 23:23 UTC
[PATCH] ARM: OMAP1: ams-delta: make board header file local to mach-omap1
2018-11-05 23:11 UTC
[PATCH 0/3] omapdrm: Fix runtime PM issues at module load and unload time
2018-11-05 20:15 UTC (11+ messages)
` [PATCH 1/3] drm/omap: Populate DSS children in omapdss driver
` [PATCH 2/3] drm/omap: hdmi4: Ensure the device is active during bind
` [PATCH 3/3] drm/omap: dsi: Ensure the device is active during probe
[PATCH 0/5] ASoC: omap-mcbsp: Cleanup and split core/sidetone support
2018-11-05 13:25 UTC (6+ messages)
` [PATCH 1/5] ASoC: omap-mcbsp: Clean up dma_data addr initialization code
` [PATCH 2/5] ASoC: omap-mcbsp: Clean up the interrupt handlers
` [PATCH 3/5] ASoC: omap-mcbsp: Simplify the mcbsp_start/_stop function parameters
` [PATCH 4/5] ASoC: omap-mcbsp: Move out the FIFO check from set_threshold and get_delay
` [PATCH 5/5] ASoC: omap-mcbsp: Re-arrange files for core McBSP and Sidetone function split
[GIT PULL] omap1 fix for v4.20 merge window
2018-11-02 18:27 UTC (2+ messages)
[PATCH] mmc: core: Lower max_seg_size if too high for DMA
2018-10-31 15:57 UTC
omap4: support for manually updated display
2018-10-31 13:10 UTC (12+ messages)
[PATCH 0/6] gpio: simplify getting .driver_data
2018-10-30 13:18 UTC (4+ messages)
` [PATCH 4/6] gpio: gpio-omap: "
[PATCH net-next 0/4] net: ethernet: ti: cpsw: fix vlan mcast
2018-10-25 19:25 UTC (7+ messages)
` [PATCH net-next 1/4] net: core: dev_addr_lists: add auxiliary func to handle reference address updates
` [PATCH net-next 2/4] net: 8021q: vlan_core: allow use list of vlans for real device
` [PATCH net-next 3/4] net: ethernet: ti: cpsw: fix vlan mcast
` [PATCH net-next 4/4] net: ethernet: ti: cpsw: fix vlan configuration while down/up
[RFC PATCH 00/11] net: ethernet: ti: cpsw: replace cpsw-phy-sel with phy driver
2018-10-25 10:05 UTC (24+ messages)
` [RFC PATCH 01/11] phy: core add phy_set_netif_mode() api
` [RFC PATCH 02/11] dt-bindings: phy: add cpsw port interface mode selection phy bindings
` [RFC PATCH 03/11] phy: ti: introduce phy-gmii-sel driver
` [RFC PATCH 04/11] dt-bindings: net: ti: cpsw: switch to use phy-gmii-sel phy
` [RFC PATCH 05/11] net: ethernet: ti: cpsw: add support for port interface mode selection phy
` [RFC PATCH 10/11] dt-bindings: net: ti: deprecate cpsw-phy-sel bindings
[PATCH] mfd: twl-core: Fix section annotations on {,un}protect_pm_master
2018-10-25 8:02 UTC (2+ messages)
[RFC PATCH net-next 0/4] net: ethernet: ti: cpsw: fix vlan mcast
2018-10-24 11:36 UTC (12+ messages)
` [RFC PATCH net-next 1/4] net: core: dev_addr_lists: add auxiliary func to handle reference address updates
` [RFC PATCH net-next 2/4] net: 8021q: vlan_core: allow use list of vlans for real device
` [RFC PATCH net-next 3/4] net: ethernet: ti: cpsw: fix vlan mcast
` [RFC PATCH net-next 4/4] net: ethernet: ti: cpsw: fix vlan configuration while down/up
[PATCH v2 net-next] net: ethernet: ti: cpsw: unsync mcast entries while switch promisc mode
2018-10-23 3:20 UTC (3+ messages)
[PATCH net-next] net: ethernet: ti: cpsw: unsync mcast entries while switch promisc mode
2018-10-22 19:02 UTC (3+ messages)
[PATCH 0/9] net: simplify getting .driver_data
2018-10-22 17:05 UTC (5+ messages)
` [PATCH 6/9] net: ethernet: ti: cpsw: "
` [PATCH 7/9] net: ethernet: ti: davinci_emac: "
[PATCH net-next] net: ethernet: ti: cpsw: don't flush mcast entries while switch promisc mode
2018-10-19 20:28 UTC (6+ messages)
[PATCH 0/3] omap2-mcspi: Add slave mode support
2018-10-19 12:29 UTC (11+ messages)
` [PATCH 1/3] spi: omap2-mcspi: Switch to readl_poll_timeout()
` Applied "spi: omap2-mcspi: Switch to readl_poll_timeout()" to the spi tree
` [PATCH 2/3] spi: omap2-mcspi: Set FIFO DMA trigger level to word length
` Applied "spi: omap2-mcspi: Set FIFO DMA trigger level to word length" to the spi tree
` [PATCH 3/3] spi: omap2-mcspi: Add slave mode support
` Applied "spi: omap2-mcspi: Add slave mode support" to the spi tree
omap5: dwc3 interface status in /sys
2018-10-18 10:57 UTC (5+ messages)
[RFC PATCH 0/4] i2c: core: introduce master_xfer_irqless
2018-10-18 10:44 UTC (6+ messages)
` [RFC PATCH 4/4] i2c: core: introduce master_xfer_irqless callback
[RFC PATCH] i2c: busses: omap: Add the master_xfer_irqless hook
2018-10-18 10:24 UTC
[PATCH] ARM: OMAP2+: prm44xx: Fix section annotation on omap44xx_prm_enable_io_wakeup
2018-10-18 0:54 UTC
[PATCH] ARM: OMAP2+: hwmod: Fix some section annotations
2018-10-18 0:52 UTC
[PATCH] ARM: dts: omap3-gta04: Fix comment block
2018-10-18 0:48 UTC
[PATCH v1 00/11] Continuing the work on coupled regulators
2018-10-17 13:36 UTC (10+ messages)
` [PATCH v1 05/11] dt-bindings: regulator: Change regulator-coupled-max-spread property
` [PATCH v1 07/11] dt-bindings: regulator: Document new regulator-max-step-microvolt property
[PATCH net-next] net: ethernet: ti: cpsw: use for mcast entries only host port
2018-10-16 5:22 UTC (3+ messages)
[PATCH 0/2] net: ethernet: ti: cpsw fix mcast packet lost
2018-10-16 5:21 UTC (5+ messages)
` [PATCH 1/2] net: ethernet: ti: cpsw_ale: use const for API having pointer on mac address
` [PATCH 2/2] net: ethernet: ti: cpsw: fix lost of mcast packets while rx_mode update
[RFT PATCH] mmc: pwrseq_simple: Fix incorrect handling of GPIO bitmap
2018-10-15 14:27 UTC (4+ messages)
[PATCH v5 3/3] gpiolib: Show correct direction from the beginning
2018-10-12 6:03 UTC (4+ messages)
[PATCH] config: arm: omap2: remove PROVE_LOCKING from defconfig
2018-10-09 15:36 UTC
[PATCH 0/5] ti_am335x_tsc: Enable wakeup capability
2018-10-09 10:33 UTC (6+ messages)
` [PATCH 4/5] iio: adc: ti_am335x_adc: Disable ADC during suspend unconditionally
` [PATCH 5/5] Input: ti_am335x_tsc: Mark IRQ as wakeup capable
` [GIT PULL] Immutable branch between MFD, IIO and Input due for the v4.20 merge window
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox