linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-15 09:15:28 to 2016-09-24 00:31:33 UTC [more...]

[PATCH v3 0/8] drivers: touchscreen: tsc2007 and ads7846/tsc2046 improvements (use common touchscreen bindings, pre-calibration, spi fix and provide iio raw values)
 2016-09-24  0:31 UTC  (12+ messages)
` [PATCH v3 1/8] drivers:input:tsc2007: add new common binding names, pre-calibration, flipping and rotation
` [PATCH v3 2/8] drivers:input:tsc2007: send pendown and penup only once like ads7846(+tsc2046) driver does
` [PATCH v3 4/8] drivers:input:tsc2007: check for presence and power down tsc2007 during probe
  ` [PATCH v3 3/8] drivers:input:tsc2007: add iio interface to read external ADC input, temperature and raw conversion values
  ` [PATCH v3 5/8] DT:omap3+tsc2007: use new common touchscreen bindings
` [PATCH v3 6/8] drivers:input:ads7846(+tsc2046): add new common binding names, pre-calibration and flipping
` [PATCH v3 7/8] drivers:input:ads7846(+tsc2046): fix spi module table
` [PATCH v3 8/8] DT:omap3+ads7846: use new common touchscreen bindings

Regression in next with "mfd: twl6040: The chip does not support bulk access"
 2016-09-23 20:46 UTC  (8+ messages)

[PATCH v2 0/2] cpufreq: Introduce TI CPUFreq/OPP Driver
 2016-09-23 16:17 UTC  (11+ messages)
` [PATCH v2 1/2] Documentation: dt: add bindings for ti-cpufreq
` [PATCH v2 2/2] cpufreq: ti: Add cpufreq driver to determine available OPPs at runtime

[RFC PATCH 00/11] pci: support for configurable PCI endpoint
 2016-09-23 14:52 UTC  (8+ messages)
` [RFC PATCH 07/11] pci: controller: designware: Add EP mode support
` [RFC PATCH 08/11] pci: controller: dra7xx: "

[GIT PULL] few minor fixes for omap dts files for v4.9 merge window
 2016-09-23 14:22 UTC  (2+ messages)

[PATCH] omapfb: use complete() instead complete_all()
 2016-09-23 11:33 UTC 

[PATCH] tps65910 erratum SWCZ010
 2016-09-23 10:34 UTC  (3+ messages)
` [PATCH] regulator: tps65910: Work around silicon "

Regression in next with "softirq: fix tasklet_kill() and its users"
 2016-09-22 20:59 UTC  (3+ messages)

[PATCH 0/4] Add DMA support for ti_am335x_adc driver
 2016-09-22 11:16 UTC  (12+ messages)
  ` [PATCH 1/4] mfd: ti_am335x_tscadc: store physical address
` [PATCH 2/4] drivers: iio: ti_am335x_adc: add dma support
` [PATCH 3/4] ARM: dts: am33xx: add DMA properties for tscadc
` [PATCH 4/4] ARM: dts: am4372: "

[PATCH] hwrng: omap - Only fail if pm_runtime_get_sync returns < 0
 2016-09-22 10:46 UTC  (2+ messages)

[PATCH 0/8] crypto: omap-sham: convert to sg based data engine
 2016-09-22 10:46 UTC  (10+ messages)
` [PATCH 1/8] crypto: omap-sham: add context export/import stubs
` [PATCH 2/8] crypto: omap-sham: align algorithms on word offset
` [PATCH 3/8] crypto: omap-sham: rename sgl to sgl_tmp for deprecation
` [PATCH 4/8] crypto: omap-sham: add support functions for sg based data handling
` [PATCH 5/8] crypto: omap-sham: change the DMA threshold value to a define
` [PATCH 6/8] crypto: omap-sham: convert driver logic to use sgs for data xmit
` [PATCH 7/8] crypto: omap-sham: add support for export/import
` [PATCH 8/8] crypto: omap-sham: shrink the internal buffer size

[PATCH] dmaengine: edma: Rename set_bits and remove unused clear_bits helper
 2016-09-22  6:31 UTC 

[PATCH v3 0/9] dmaengine: ti drivers: enable COMPILE_TESTing
 2016-09-22  4:50 UTC  (11+ messages)
` [PATCH v3 1/9] dmaengine: edma: Add missing MODULE_DEVICE_TABLE() for of_device_id structs
` [PATCH v3 2/9] dmaengine: edma: Fix of_device_id data parameter usage (legacy vs TPCC)
` [PATCH v3 3/9] dmaengine: edma: Use correct type for of_find_property() third parameter
` [PATCH v3 4/9] dmaengine/ARM: omap-dma: Fix the DMAengine compile test on non OMAP configs
` [PATCH v3 5/9] dmaengine: ti-dma-crossbar: Correct type for of_find_property() third parameter
` [PATCH v3 6/9] dmaengine: ti-dma-crossbar: Fix of_device_id data parameter usage
` [PATCH v3 7/9] dmaengine: edma: enable COMPILE_TEST
` [PATCH v3 8/9] dmaengine: omap-dma: "
` [PATCH v3 9/9] dmaengine: ti-dma-crossbar: "

[PATCH v4 0/2] ARM: cleanup PCI specific configs
 2016-09-21 20:47 UTC  (2+ messages)

[PATCH 0/2] Few PM fixes for MUSB for v4.9 merge window
 2016-09-21 20:08 UTC  (4+ messages)
  ` [PATCH 1/2] usb: musb: Fix PM runtime for disconnect after unconfigure
  ` [PATCH 2/2] usb: musb: Fix session based PM for first invalid VBUS

[PATCH v6] rtc: omap: Support ext_wakeup configuration
 2016-09-21 19:48 UTC  (3+ messages)

[PATCH v2 0/9] dmaengine: ti drivers: enable COMPILE_TESTing
 2016-09-21 11:38 UTC  (13+ messages)
` [PATCH v2 1/9] dmaengine: edma: Add missing MODULE_DEVICE_TABLE() for of_device_id structs
` [PATCH v2 2/9] dmaengine: edma: Use enum for eDMA binding type (legacy vs TPCC)
` [PATCH v2 3/9] dmaengine: edma: Use correct type for of_find_property() third parameter
` [PATCH v2 4/9] dmaengine/ARM: omap-dma: Fix the DMAengine compile test on non OMAP configs
` [PATCH v2 5/9] dmaengine: ti-dma-crossbar: Correct type for of_find_property() third parameter
` [PATCH v2 6/9] dmaengine: ti-dma-crossbar: Use enum for crossbar type
` [PATCH v2 7/9] dmaengine: edma: enable COMPILE_TEST
` [PATCH v2 8/9] dmaengine: omap-dma: "
` [PATCH v2 9/9] dmaengine: ti-dma-crossbar: "

[PATCH 0/9] dmaengine: ti drivers: enable COMPILE_TESTing
 2016-09-21  7:34 UTC  (15+ messages)
` [PATCH 1/9] dmaengine: edma: Add missing MODULE_DEVICE_TABLE() for of_device_id structs
` [PATCH 2/9] dmaengine: edma: Use enum for eDMA binding type (legacy vs TPCC)
` [PATCH 3/9] dmaengine: edma: Use correct type for of_find_property() third parameter
` [PATCH 4/9] dmaengine: edma: enable COMPILE_TEST
` [PATCH 5/9] dmaengine/ARM: omap-dma: Fix the DMAengine compile test on non OMAP configs
` [PATCH 6/9] dmaengine: omap-dma: enable COMPILE_TEST
` [PATCH 7/9] dmaengine: ti-dma-crossbar: Correct type for of_find_property() third parameter
` [PATCH 8/9] dmaengine: ti-dma-crossbar: Use enum for crossbar type
` [PATCH 9/9] dmaengine: ti-dma-crossbar: enable COMPILE_TEST

[PATCH] ARM: dts: Add power button support for igepv5
 2016-09-20 18:39 UTC  (6+ messages)

[PATCHv2] usb: musb: Fix unbalanced platform_disable
 2016-09-20 18:37 UTC  (12+ messages)

[PATCH 0/3] ARM: dts: am335x-* Add blue-and-red-wiring propery to lcdc nodes
 2016-09-19 23:14 UTC  (10+ messages)
  ` [PATCH 1/3] ARM: dts: am335x-evm: Add blue-and-red-wiring -property to lcdc node
  ` [PATCH 2/3] ARM: dts: am335x-evmsk: Whitespace cleanup of lcdc related nodes
  ` [PATCH 3/3] ARM: dts: am335x-evmsk: Add blue-and-red-wiring -property to lcdc node

[PATCH] cpufreq: ti: Use generic platdev driver
 2016-09-19 20:41 UTC  (5+ messages)

[GIT PULL] omap dts updates for v4.9 merge window, part 2
 2016-09-19 15:45 UTC  (2+ messages)

Gadget regression with u_ether in Linux next
 2016-09-19  9:07 UTC  (4+ messages)

[PATCH v8 0/5] mfd: tps65218: Clean ups
 2016-09-19  7:39 UTC  (6+ messages)
` [PATCH v8 1/5] mfd: tps65218: Remove redundant read wrapper
  ` [PATCH v8 2/5] Documentation: regulator: tps65218: Update examples
` [PATCH v8 3/5] input: tps65218-pwrbutton: Add platform_device_id table
` [PATCH v8 4/5] mfd: tps65218: Use mfd_add_devices instead of of_platform_populate
` [PATCH v8 5/5] regulator: tps65218: Remove all the compatibles

[PATCHv2 0/5] Fix wlcore config firwmare annoyances
 2016-09-17 16:06 UTC  (6+ messages)
  ` [PATCH 1/5] wlcore: Prepare family to fix nvs file handling
  ` [PATCH 2/5] wlcore: sdio: Populate config firmware data
  ` [PATCH 3/5] wlcore: spi: "
  ` [PATCH 4/5] wlcore: Fix config firmware loading issues
  ` [PATCH 5/5] wlcore: wl18xx: Use chip specific configuration firmware

[PATCH 0/5] Fix wlcore config firwmare annoyances
 2016-09-17 15:37 UTC  (3+ messages)

[PATCH v7 0/5] mfd: tps65218: Clean ups
 2016-09-17  3:53 UTC  (6+ messages)

[PATCH 0/2] Improve regmap support for more exotic devices
 2016-09-16 17:39 UTC  (5+ messages)
` [PATCH 1/2] regmap: Allow longer flag masks for read and write
  ` Applied "regmap: Allow longer flag masks for read and write" to the regmap tree
` [PATCH 2/2] regma: Add missing little endian functions
  ` Applied "regmap: Add missing little endian functions" to the regmap tree

[PATCH v5] rtc: omap: Support ext_wakeup configuration
 2016-09-16 15:37 UTC  (2+ messages)

[PATCHv3] usb: musb: Fix unbalanced platform_disable
 2016-09-16 14:04 UTC  (6+ messages)

[PATCH] dmaengine: omap-dma: Enable burst and data pack for SG
 2016-09-16 10:53 UTC 

v4.8-rc: GSM audio causes trouble
 2016-09-16  9:08 UTC  (5+ messages)

[PATCH] tools: iio: fix iio build error by adding KBUILD_OUTPUT support to makefile
 2016-09-16  5:26 UTC  (3+ messages)

[PATCH] ARM: dts: am57xx-beagle-x15-common: Fix wrong pinctrl selection for mmc2
 2016-09-15 21:01 UTC  (2+ messages)

[4.4-RT PATCH RFC/RFT] drivers: net: cpsw: mark rx/tx irq as IRQF_NO_THREAD
 2016-09-15 14:39 UTC  (6+ messages)

[PATCH 0/9] net: ethernet: ti: cpts: update and fixes
 2016-09-15 13:49 UTC  (5+ messages)
` [PATCH 7/9] net: ethernet: ti: cpts: calc mult and shift from refclk freq

[PATCH 0/7] mfd: Fix all W=1 warnings
 2016-09-15 12:44 UTC  (13+ messages)
` [PATCH 1/7] mfd: max8997-irq: 'inline' should be at the beginning of the declaration
` [PATCH 2/7] mfd: ab8500-debugfs: Prevent initialised field from being over-written
` [PATCH 3/7] mfd: db8500-prcmu: Remove unused *prcmu_set_ddr_opp() calls
` [PATCH 4/7] mfd: ab8500-debugfs: Remove ab8500_dump_all_banks_to_mem()
` [PATCH 5/7] mfd: ab8500-debugfs: Remove 'weak' function suspend_test_wake_cause_interrupt_is_mine()
` [PATCH 6/7] mfd: omap-usb-host: Return value is not 'const int'
` [PATCH 7/7] mfd: cros_ec_spi: Remove unused variable 'request'

[PATCH v5] rtc: omap: Support ext_wakeup configuration
 2016-09-15 12:08 UTC  (5+ messages)

[PATCHv3 00/11] crypto: omap HW crypto fixes
 2016-09-15  9:15 UTC  (4+ messages)
` [PATCHv3 06/11] crypto: omap-des: Fix support for unequal lengths


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