linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-04 10:28:45 to 2016-08-10 17:33:23 UTC [more...]

[PATCH v3 0/2] regulator: Enable suspend configuration
 2016-08-10 17:33 UTC  (3+ messages)
` [PATCH v3 2/2] regulator: tps65218: do not disable DCDC3 during poweroff on broken PMICs

[PATCH v2 0/6] dmaengine:omap-dma: Linked List transfer for slave_sg
 2016-08-10 17:32 UTC  (5+ messages)
` [PATCH v2 6/6] dmaengine: omap-dma: Support for LinkedList transfer of slave_sg

[PATCH v2] drivers: net: cpsw: fix kmemleak false-positive reports for sk buffers
 2016-08-10 17:02 UTC 

[PATCH] drivers: net: cpsw: fix kmemleak false-positive reports for sk buffers
 2016-08-10 16:55 UTC  (3+ messages)

[PATCH v3 00/13] net: ethernet: ti: cpsw: split driver data and per ndev data
 2016-08-10 16:38 UTC  (23+ messages)
` [PATCH v3 01/13] net: ethernet: ti: cpsw: simplify submit routine
` [PATCH v3 02/13] net: ethernet: ti: cpsw: remove intr dbg msg from poll handlers
` [PATCH v3 03/13] net: ethernet: ti: cpsw: remove priv from cpsw_get_slave_port() parameters list
` [PATCH v3 04/13] net: ethernet: ti: cpsw: remove clk var from priv
` [PATCH v3 05/13] net: ethernet: ti: cpsw: don't check slave num in runtime
` [PATCH v3 06/13] net: ethernet: ti: cpsw: create common struct to hold shared driver data
` [PATCH v3 07/13] net: ethernet: ti: cpsw: replace pdev on dev
` [PATCH v3 08/13] net: ethernet: ti: cpsw: move links on h/w registers to cpsw_common
` [PATCH v3 09/13] net: ethernet: ti: cpsw: move cpdma resources "
` [PATCH v3 10/13] net; ethernet: ti: cpsw: move irq stuff under cpsw_common
` [PATCH v3 11/13] net: ethernet: ti: cpsw: move platform data and slaves info to cpsw_common
` [PATCH v3 12/13] net: ethernet: ti: cpsw: move napi struct "
` [PATCH v3 13/13] net: ethernet: ti: cpsw: move ale, cpts and drivers params under cpsw_common

[PATCH] ARM: dts: am335x-wega: Add audio support
 2016-08-10 15:12 UTC 

[RESEND PATCH v3 0/3] ARM: cleanup PCI specific configs
 2016-08-10 13:23 UTC  (6+ messages)
` [RESEND PATCH v3 1/3] ARM: dts: DRA7: Add "linux, pci-domain" property for pci dt nodes
` [RFT RESEND PATCH v3 2/3] ARM: Fix *MIGHT_HAVE_PCI* config from being selected redundantly
` [RFT RESEND PATCH v3 3/3] ARM: select PCI_DOMAINS config from ARCH_MULTIPLATFORM

[PATCH v7 0/5] mfd: tps65218: Clean ups
 2016-08-10 12:54 UTC 

[PATCH v7 0/5] The series cleans up mainly the regulator driver and implements
 2016-08-10 12:52 UTC  (6+ messages)
` [PATCH v7 1/5] mfd: tps65218: Remove redundant read wrapper
` [PATCH v7 2/5] Documentation: regulator: tps65218: Update examples
` [PATCH v7 3/5] input: tps65218-pwrbutton: Add platform_device_id table
` [PATCH v7 4/5] mfd: tps65218: Use mfd_add_devices instead of of_platform_populate
` [PATCH v7 5/5] regulator: tps65218: Remove all the compatibles

[PATCH v3 0/3] ARM: cleanup PCI specific configs
 2016-08-10 12:29 UTC  (2+ messages)
` [PATCH v3 1/3] ARM: dts: DRA7: Add "linux, pci-domain" property for pci dt nodes

[PATCH] support for AD5820 camera auto-focus coil
 2016-08-10 12:01 UTC  (18+ messages)
` [PATCHv2] "
    ` [PATCHv3] "
          ` [PATCHv4] "
              ` [PATCHv5] "
                ` [PATCHv6] "

[PATCH v7 0/3] mfd: lp873x: Add lp873x PMIC support
 2016-08-10 11:42 UTC  (3+ messages)
` [PATCH v7 3/3] regulator: lp873x: Change the MFD config option as per latest naming

[PATCH] omapfb: omapfb-main: Remove deprecated create_singlethread_workqueue
 2016-08-10 10:50 UTC  (3+ messages)

[PATCH] fbdev: Remove deprecated create_singlethread_workqueue
 2016-08-10 10:44 UTC  (2+ messages)

[PATCH] omapfb/dss: wait_for_completion_interruptible_timeout expects long
 2016-08-10 10:30 UTC  (3+ messages)

[PATCH] i2c: don't print error when adding adapter fails
 2016-08-10  8:34 UTC  (19+ messages)
  ` [STLinux Kernel] "

[PATCH v6 0/4] mfd: lp873x: Add lp873x PMIC support
 2016-08-10  8:18 UTC  (13+ messages)
` [PATCH v6 1/4] Documentation: mfd: LP873X: Add information for the mfd driver
` [PATCH v6 2/4] mfd: lp873x: Add lp873x PMIC support
` [PATCH v6 3/4] gpio: lp873x: Add support for General Purpose Outputs
` [PATCH v6 4/4] regulator: lp873x: Change the MFD config option as per latest naming

[GIT PULL] drm/tilcdc atomic modeset support and some non critical fixes
 2016-08-09 19:17 UTC 

[PATCH v2 0/3] drm/i2c: tda998x ASoC hdmi-codec support + BeagleBoneBlack audio support
 2016-08-09 19:00 UTC  (4+ messages)
` [PATCH v2 1/3] drm/i2c: tda998x: Improve tda998x_configure_audio() audio related pdata
` [PATCH v2 2/3] drm/i2c: tda998x: Register ASoC hdmi-codec and add audio DT binding
` [PATCH v2 3/3] ARM: dts: am335x-boneblack: Add HDMI audio support

[PATCH v2 00/14] net: ethernet: ti: cpsw: split driver data and per ndev data
 2016-08-09 15:45 UTC  (30+ messages)
` [PATCH v2 01/14] net: ethernet: ti: cpsw: simplify submit routine
` [PATCH v2 02/14] net: ethernet: ti: cpsw: remove redundant check in napi poll
` [PATCH v2 03/14] net: ethernet: ti: cpsw: remove priv from cpsw_get_slave_port() parameters list
` [PATCH v2 04/14] net: ethernet: ti: cpsw: remove clk var from priv
` [PATCH v2 05/14] net: ethernet: ti: cpsw: don't check slave num in runtime
` [PATCH v2 06/14] net: ethernet: ti: cpsw: create common struct to hold shared driver data
` [PATCH v2 07/14] net: ethernet: ti: cpsw: replace pdev on dev
` [PATCH v2 08/14] net: ethernet: ti: cpsw: move links on h/w registers to cpsw_common
` [PATCH v2 09/14] net: ethernet: ti: cpsw: move cpdma resources "
` [PATCH v2 10/14] net; ethernet: ti: cpsw: move irq stuff under cpsw_common
` [PATCH v2 11/14] net: ethernet: ti: cpsw: move data platform data and slaves info to cpsw_common
` [PATCH v2 12/14] net: ethernet: ti: cpsw: fix int dbg message
` [PATCH v2 13/14] net: ethernet: ti: cpsw: move napi struct to cpsw_common
` [PATCH v2 14/14] net: ethernet: ti: cpsw: move ale, cpts and drivers params under cpsw_common

[PATCH v5] spi: spi-ti-qspi: Add DMA support for QSPI mmap read
 2016-08-09 12:50 UTC  (3+ messages)

[PATCHv3 00/11] crypto: omap HW crypto fixes
 2016-08-09 10:06 UTC  (5+ messages)
` [PATCHv3 03/11] crypto: omap-sham: implement context export/import APIs
` [PATCHv3 10/11] crypto: omap-aes: fix crypto engine initialization order
` [PATCHv3 11/11] crypto: omap-des: "

[PATCH 0/2] ADC: Fix bugs related to oneshot read
 2016-08-09  9:57 UTC  (6+ messages)
  ` [PATCH 1/2] iio: adc: ti_am335x_adc: Protect FIFO1 from concurrent access
  ` [PATCH 2/2] iio: adc: ti_am335x_adc: Increase timeout value waiting for ADC sample

[PATCH v5 0/3] mfd: lp873x: Add lp873x PMIC support
 2016-08-09  9:44 UTC  (10+ messages)
` [PATCH v5 1/3] Documentation: mfd: LP873X: Add information for the mfd driver
` [PATCH v5 2/3] mfd: lp873x: Add lp873x PMIC support

[PATCH 0/2] net: davinci_cpdma: reduce latency on -rt
 2016-08-09  8:27 UTC  (4+ messages)
` [PATCH 1/2] net: davinci_cpdma: reduce time holding ctlr->lock in cpdma_control_set

[PATCH] net: ethernet: ti: cpdma: remove used_desc counter
 2016-08-09  8:26 UTC  (3+ messages)

[PATCH v2] musb: omap2430: do not assume balanced enable()/disable()
 2016-08-09  5:35 UTC  (12+ messages)
` [Letux-kernel] "

[PATCH 0/3] drm/i2c: tda998x ASoC hdmi-codec support + BeagleBoneBlack audio support
 2016-08-08 12:15 UTC  (15+ messages)
` [PATCH 1/3] drm/i2c: tda998x: Improve tda998x_configure_audio() audio related pdata
` [PATCH 2/3] drm/i2c: tda998x: Register ASoC hdmi-codec and add audio DT binding

[PATCH] pwm: pwm-tipwmss: Remove all pm_runtime gets and puts from the driver
 2016-08-08 10:09 UTC 

[PATCH 0/2] Drop last two remaining omap3 legacy board files
 2016-08-06  6:26 UTC  (3+ messages)

[PATCH 0/3] net: ethernet: ti: cpsw: split driver data and per ndev data
 2016-08-05 14:38 UTC  (6+ messages)
` [PATCH 1/3] net: ethernet: ti: cpsw: simplify submit routine
` [PATCH 2/3] net: ethernet: ti: cpsw: remove redundant check in napi poll
` [PATCH 3/3] net: ethernet: ti: cpsw: split common driver data and private net data

[PATCH 0/6] mfd: trivial demodularization of non-modular drivers
 2016-08-05 12:58 UTC  (3+ messages)
` [PATCH 6/6] mfd: twl-core: Make it explicitly non-modular

[PATCH 0/2] Add ability to configure ethernet h/w shaper
 2016-08-05  0:16 UTC  (11+ messages)
` [PATCH 1/2] net: core: ethtool: add per queue bandwidth command
` [PATCH] net: ethernet: ti: cpsw: split common driver data and slaves data
` [PATCH] priority improvement
` [PATCH 2/2] net: core: ethtool: add ringparam perqueue command

Support for configurable PCIe endpoint
 2016-08-04 11:13 UTC  (4+ 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).