Show patches with: Submitter = Andy Shevchenko       |    Archived = No       |   562 patches
« 1 2 3 45 6 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
lib/vsprintf.c: add %paD format specifier for dma_addr_t types - - - --- 2013-11-28 Andy Shevchenko djbw Superseded
acpi-dma: align documentation with kernel-doc format - - - --- 2013-12-02 Andy Shevchenko vkoul Accepted
[v1,1/3] dma: dw: fix style of multiline comment - - - --- 2014-01-13 Andy Shevchenko vkoul Accepted
[v1,2/3] dma: dw: join split up messages - - - --- 2014-01-13 Andy Shevchenko vkoul Accepted
[v1,3/3] dma: dw: use %pad instead of casting dma_addr_t - - - --- 2014-01-13 Andy Shevchenko vkoul Accepted
[v1,1/2] acpi-dma: use devm_release() instead of devm_destroy() - - - --- 2014-01-27 Andy Shevchenko vkoul Accepted
[v1,2/2] acpi-dma: convert to return error code when asked for channel - - - --- 2014-01-27 Andy Shevchenko vkoul Superseded
[v2] acpi-dma: convert to return error code when asked for channel - - - --- 2014-01-29 Andy Shevchenko vkoul Accepted
[v3,resend,1/2] acpi-dma: use devm_release() instead of devm_destroy() - - - --- 2014-02-06 Andy Shevchenko vkoul Accepted
[v3,resend,2/2] acpi-dma: convert to return error code when asked for channel - - - --- 2014-02-06 Andy Shevchenko vkoul Accepted
[v1] dma: dw: add a PCI ID for Intel Haswell SoC - - - --- 2014-02-06 Andy Shevchenko vkoul Accepted
dma: dw: remove leftovers in the comment blocks - - - --- 2014-02-12 Andy Shevchenko vkoul Accepted
dma: dw: allocate memory in two stages in probe - - - --- 2014-03-05 Andy Shevchenko vkoul Accepted
[1/3] dmatest: fix indentation - - - --- 2014-04-15 Andy Shevchenko vkoul Superseded
[2/3] dmatest: move src_off, dst_off, len inside loop - - - --- 2014-04-15 Andy Shevchenko vkoul Superseded
[3/3] dmatest: prevent memory leakage on error path in thread - - - --- 2014-04-15 Andy Shevchenko vkoul Superseded
[1/2] dmaengine: dw: move PM to suspend_late / resume_early stages - - - --- 2014-04-15 Andy Shevchenko Accepted
[2/2] dmaengine: dw: convert to use SET_LATE_SYSTEM_SLEEP_PM_OPS - - - --- 2014-04-15 Andy Shevchenko Accepted
dmaengine: dw: went back to plain {request,free}_irq() calls - - - --- 2014-05-07 Andy Shevchenko Accepted
[v2,1/2] dmatest: fix indentation - - - --- 2014-05-07 Andy Shevchenko djbw Not Applicable
[v2,2/2] dmatest: move src_off, dst_off, len inside loop - - - --- 2014-05-07 Andy Shevchenko djbw Not Applicable
[v2,resend] dmatest: prevent memory leakage on error path in thread - - - --- 2014-05-07 Andy Shevchenko djbw Rejected
[1/3] dmaengine: dw: enable clock before access - - - --- 2014-05-08 Andy Shevchenko Accepted
[2/3] dmaengine: dw: fix regression in dw_probe() function - - - --- 2014-05-08 Andy Shevchenko Accepted
[3/3] dmaengine: dw: check return code of dma_async_device_register() - - - --- 2014-05-08 Andy Shevchenko Accepted
[1/3] dmaengine: dw: introduce dwc_dostart_first_queued() helper - - - --- 2014-06-18 Andy Shevchenko vkoul Accepted
[2/3] dmaengine: dw: add debug message to dwc_dostart_first_queued - - - --- 2014-06-18 Andy Shevchenko vkoul Accepted
[3/3] dmaengine: dw: don't perform DMA when dmaengine_submit is called - - - --- 2014-06-18 Andy Shevchenko vkoul Accepted
[v3] dmatest: prevent memory leakage on error path in thread - - - --- 2014-06-26 Andy Shevchenko djbw Changes Requested
[v1] dmaengine: dw: move clock operations to platform.c - - - --- 2014-07-16 Andy Shevchenko Not Applicable
[v1,01/12] dmaengine: dw: move dw_dmac.h to where it belongs to - - - --- 2014-08-19 Andy Shevchenko Accepted
[v1,02/12] avr32: at32ap700x: don't rely on default DMA masters - - - --- 2014-08-19 Andy Shevchenko Accepted
[v1,03/12] dmaengine: dw: convert dw_dma_slave to use explicit HS interfaces - - - --- 2014-08-19 Andy Shevchenko Accepted
[v1,04/12] dmaengine: dw: apply both HS interfaces and remove slave_id usage - - - --- 2014-08-19 Andy Shevchenko Accepted
[v1,05/12] dmaengine: dw: introduce generic filter function - - - --- 2014-08-19 Andy Shevchenko Accepted
[v1,06/12] dmaengine: dw: move clock operations to platform.c - - - --- 2014-08-19 Andy Shevchenko Accepted
[v1,07/12] dmaengine: dw: add PCI IDs for Braswell DMAs - - - --- 2014-08-19 Andy Shevchenko Accepted
[v1,08/12] spi/pxa2xx: Don't use slave_id of dma_slave_config - - - --- 2014-08-19 Andy Shevchenko Not Applicable
[v1,09/12] spi/pxa2xx-pci: remove unnecessary assignment - - - --- 2014-08-19 Andy Shevchenko Rejected
[v1,10/12] spi/pxa2xx-pci: Add support for Intel Braswell - - - --- 2014-08-19 Andy Shevchenko Rejected
[v1,11/12] serial: 8250: don't use slave_id of dma_slave_config - - - --- 2014-08-19 Andy Shevchenko Accepted
[v1,12/12] serial: 8250_pci: Add PCI IDs for Intel Braswell - - - --- 2014-08-19 Andy Shevchenko Accepted
[v4] dmatest: prevent memory leakage on error path in thread - - - --- 2014-08-22 Andy Shevchenko Accepted
[v2,1/2] spi/pxa2xx: Don't use slave_id of dma_slave_config - - - --- 2014-09-11 Andy Shevchenko Not Applicable
[v2,2/2] spi/pxa2xx-pci: Add support for Intel Braswell - - - --- 2014-09-11 Andy Shevchenko Not Applicable
[01/10] spi: dw-mid: respect 8 bit mode - - - --- 2014-09-18 Andy Shevchenko Not Applicable
[02/10] spi: dw-mid: always use duplex transfers when DMA - - - --- 2014-09-18 Andy Shevchenko Not Applicable
[03/10] spi: dw-mid: terminate ongoing transfers at exit - - - --- 2014-09-18 Andy Shevchenko Not Applicable
[04/10] spi: dw-mid: follow new DMAengine workflow - - - --- 2014-09-18 Andy Shevchenko Not Applicable
[05/10] spi: dw: disable all interrupts first when pump message - - - --- 2014-09-18 Andy Shevchenko Not Applicable
[06/10] spi: dw: introduce support of loopback mode - - - --- 2014-09-18 Andy Shevchenko Not Applicable
[07/10] spi: dw: fix style of code in few places - - - --- 2014-09-18 Andy Shevchenko Not Applicable
[08/10] spi: dw-mid: move to use core SPI DMA mappings - - - --- 2014-09-18 Andy Shevchenko Not Applicable
[09/10] spi: dw-mid: convert to use dw_dmac instead of intel_mid_dma - - - --- 2014-09-18 Andy Shevchenko Not Applicable
[10/10] dmaengine: intel-mid-dma: remove the driver - - - --- 2014-09-18 Andy Shevchenko Superseded
[v1,1/6] dmaengine: dw: move private definitions to regs.h - - - --- 2014-09-23 Andy Shevchenko Accepted
[v1,2/6] dmaengine: dw: split dma-dw.h to platform and private parts - - - --- 2014-09-23 Andy Shevchenko Accepted
[v1,3/6] dmaengine: dw: introduce dw_dma_on() helper - - - --- 2014-09-23 Andy Shevchenko Accepted
[v1,4/6] dmaengine: dw: always export dw_dma_{en,dis}able - - - --- 2014-09-23 Andy Shevchenko Accepted
[v1,5/6] dmaengine: dw: enable and disable controller when needed - - - --- 2014-09-23 Andy Shevchenko Accepted
[v1,6/6] dmaengine: dw: export probe()/remove() and Co to users - - - --- 2014-09-23 Andy Shevchenko Accepted
[v2,resend,1/2] dmatest: fix indentation - - - --- 2014-10-22 Andy Shevchenko Accepted
[v2,resend,2/2] dmatest: move src_off, dst_off, len inside loop - - - --- 2014-10-22 Andy Shevchenko Accepted
[v1] dmaengine: dw: balance PM runtime calls - - - --- 2014-12-16 Andy Shevchenko Rejected
[v1] dmaengine: dw: provide DMA capabilities - - - --- 2015-01-02 Andy Shevchenko Accepted
[v2] dmaengine: dw: balance PM runtime calls - - - --- 2015-01-13 Andy Shevchenko Accepted
dmaengine: dw: amend description of dma_dev field - - - --- 2015-01-13 Andy Shevchenko Accepted
dmaengine: dw: define DW_DMA_MAX_NR_MASTERS - - - --- 2015-01-13 Andy Shevchenko Accepted
[v1] dmaengine: dw: update MAINTAINERS file - - - --- 2015-01-13 Andy Shevchenko Rejected
[v2] dmaengine: dw: update MAINTAINERS file - - - --- 2015-01-13 Andy Shevchenko Accepted
dmaengine: dw: disable BLOCK interrupts in dw_dma_off() - - - --- 2015-01-19 Andy Shevchenko Rejected
[v3] dmaengine: dw: update MAINTAINERS file - - - --- 2015-01-19 Andy Shevchenko Accepted
[v1,1/3] dmaengine: append hsu DMA driver - - - --- 2015-02-23 Andy Shevchenko Changes Requested
[v1,2/3] serial: 8250_pci: add Intel Penwell ports - - - --- 2015-02-23 Andy Shevchenko Not Applicable
[v1,3/3] x86, intel-mid: remove Intel MID specific serial support - - - --- 2015-02-23 Andy Shevchenko Not Applicable
[v2,1/9] spi: dw-mid: avoid potential NULL dereference - - - --- 2015-03-02 Andy Shevchenko Not Applicable
[v2,2/9] spi: dw-mid: clear BUSY flag fist and test other one - - - --- 2015-03-02 Andy Shevchenko Not Applicable
[v2,3/9] spi: dw-mid: convert value of dma_width to enum dma_slave_buswidth - - - --- 2015-03-02 Andy Shevchenko Not Applicable
[v2,4/9] spi: dw-mid: split dma_setup() from dma_transfer() - - - --- 2015-03-02 Andy Shevchenko Not Applicable
[v2,5/9] spi: dw-mid: take care of FIFO overrun/underrun when do DMA - - - --- 2015-03-02 Andy Shevchenko Not Applicable
[v2,6/9] spi: dw-mid: clear ongoing DMA transfers on timeout - - - --- 2015-03-02 Andy Shevchenko Not Applicable
[v2,7/9] spi: dw-mid: move to use core SPI DMA mappings - - - --- 2015-03-02 Andy Shevchenko Not Applicable
[v2,8/9] spi: dw-mid: convert to use dw_dmac instead of intel_mid_dma - - - --- 2015-03-02 Andy Shevchenko Not Applicable
[v2,9/9] dmaengine: intel-mid-dma: remove the driver - - - --- 2015-03-02 Andy Shevchenko Not Applicable
[v1,1/1] dmaengine: dw: append MODULE_ALIAS for platform driver - - - --- 2015-03-09 Andy Shevchenko Accepted
[v3,7/7] dmaengine: intel-mid-dma: remove the driver - - - --- 2015-03-09 Andy Shevchenko Not Applicable
[v1,1/1] dmaengine: dw: make busyloops limited by counter - - - --- 2015-03-10 Andy Shevchenko Changes Requested
[v1,1/2] dmaengine: hsu: remove redundant pieces of code - - - --- 2015-03-16 Andy Shevchenko Not Applicable
[v1,2/2] dmaengine: hsu: move memory allocation to GFP_NOWAIT - - - --- 2015-03-16 Andy Shevchenko Not Applicable
[v2,1/8] PM / QoS: Make it possible to expose device latency tolerance to userspace - - - --- 2015-05-25 Andy Shevchenko Superseded
[v2,2/8] ACPI / PM: Attach ACPI power domain only once - - - --- 2015-05-25 Andy Shevchenko Superseded
[v2,3/8] core: platform: wakeup the parent before trying any driver operations - - - --- 2015-05-25 Andy Shevchenko Superseded
[v2,4/8] klist: implement klist_prev() - - - --- 2015-05-25 Andy Shevchenko Superseded
[v2,5/8] driver core: implement device_for_each_child_reverse() - - - --- 2015-05-25 Andy Shevchenko Superseded
[v2,6/8] mfd: make mfd_remove_devices() iterate in reverse order - - - --- 2015-05-25 Andy Shevchenko Superseded
[v2,7/8] dmaengine: add a driver for Intel integrated DMA 64-bit - - - --- 2015-05-25 Andy Shevchenko Superseded
[v2,8/8] mfd: Add support for Intel Sunrisepoint LPSS devices - - - --- 2015-05-25 Andy Shevchenko Superseded
[1/1] dmaengine: hsu: Fix memory leak when stopping a running transfer - - - --- 2015-05-26 Andy Shevchenko Accepted
[v3,1/8] PM / QoS: Make it possible to expose device latency tolerance to userspace - - - --- 2015-06-01 Andy Shevchenko Superseded
[v3,2/8] ACPI / PM: Attach ACPI power domain only once - - - --- 2015-06-01 Andy Shevchenko Superseded
« 1 2 3 45 6 »