LinuxLists
Users
About
Viresh Kumar (
[email protected]
)
Number of posts: 203 (0.25 per day)
First post: 2010-02-27 09:04:40
Last post: 2012-05-08 04:13:24
Previous Page
/
Next Page
Date
List
Subject
2011-05-31 08:53:35
linux-kernel
[PATCH V2 0/3] Add drivers/pwm and drivers/pwm/st_pwm.c
2011-05-30 07:21:07
linux-kernel
[PATCH 1/3] misc/st_pwm: Add support for ST's Pulse Width Modulator
2011-05-30 06:39:29
linux-kernel
[PATCH 1/3] gpio/spear-plgpio: Add plgpio driver for SPEAr platform
2011-05-27 05:35:51
linux-kernel
Re: [RFC] ARM Subarchitecture group maintainership
2011-05-24 08:34:24
linux-kernel
[PATCH resend] dmaengine/dw_dmac: Update maintainer-ship
2011-05-24 08:32:35
linux-kernel
Re: [PATCH] dmaengine/dw_dmac: Update maintainer-ship
2011-05-24 07:14:47
linux-kernel
[PATCH] dmaengine/dw_dmac: Update maintainer-ship
2011-05-24 04:18:44
linux-kernel
Re: [PATCH 1/4] clk: Add a generic clock infrastructure
2011-05-24 03:39:24
linux-kernel
Re: [PATCH -next] ata: PATA_ARASAN_CF depends on DMADEVICES
2011-05-23 03:35:57
linux-kernel
Re: [PATCH -next] ata: PATA_ARASAN_CF depends on DMADEVICES
2011-05-20 03:44:33
linux-kernel
Re: [PATCH] dw_dmac: Replace subsys_init() with arch_initcall()
2011-05-19 05:21:43
linux-kernel
Re: [PATCH] dw_dmac: Replace subsys_init() with arch_initcall()
2011-05-19 03:40:04
linux-kernel
Re: [RFC] ARM Subarchitecture group maintainership
2011-05-17 05:54:39
linux-kernel
Re: [PATCH] dw_dmac: Replace subsys_init() with arch_initcall()
2011-05-17 04:06:42
linux-kernel
Re: [PATCH] dw_dmac: Replace subsys_init() with arch_initcall()
2011-05-16 04:50:47
linux-kernel
[PATCH] dw_dmac: Replace subsys_init() with arch_initcall()
2011-05-09 08:17:46
linux-kernel
[PATCH V5 3/5] dmaengine/dw_dmac: Divide one sg to many desc, if sg len is greater than DWC_MAX_COUNT
2011-05-09 08:16:51
linux-kernel
Re: [PATCH V4 3/5] dmaengine/dw_dmac: Divide one sg to many desc, if sg len is greater than DWC_MAX_COUNT
2011-05-09 08:16:41
linux-kernel
[PATCH V5 4/5] dmaengine/dw_dmac: Replace spin_lock* with irqsave variants and enable submission from callback
2011-05-09 08:16:35
linux-kernel
[PATCH V5 5/5] dmaengine/dw_dmac: implement pause and resume in dwc_control
2011-05-09 08:16:27
linux-kernel
[PATCH V5 1/5] dmaengine/dw_dmac: don't call callback routine in case dmaengine_terminate_all() is called
2011-05-09 08:16:24
linux-kernel
[PATCH V5 2/5] dmaengine/dw_dmac: set residue as total len in dwc_tx_status if status is !DMA_SUCCESS
2011-05-09 08:16:16
linux-kernel
[PATCH V5 0/5] dmaengine/dw_dmac updates
2011-05-09 06:33:54
linux-kernel
Re: [PATCH V4 3/5] dmaengine/dw_dmac: Divide one sg to many desc, if sg len is greater than DWC_MAX_COUNT
2011-05-09 06:03:48
linux-kernel
Re: [PATCH V4 3/5] dmaengine/dw_dmac: Divide one sg to many desc, if sg len is greater than DWC_MAX_COUNT
2011-05-09 05:45:45
linux-kernel
Re: [PATCH V4 1/5] dmaengine/dw_dmac: don't call callback routine in case dmaengine_terminate_all() is called
2011-05-05 12:02:05
linux-kernel
[PATCH V4 0/5] dmaengine/dw_dmac updates
2011-05-05 12:01:44
linux-kernel
[PATCH V4 2/5] dmaengine/dw_dmac: set residue as total len in dwc_tx_status if status is !DMA_SUCCESS
2011-05-05 12:01:25
linux-kernel
[PATCH V4 4/5] dmaengine/dw_dmac: Replace spin_lock* with irqsave variants and enable submission from callback
2011-05-05 12:01:17
linux-kernel
[PATCH V4 3/5] dmaengine/dw_dmac: Divide one sg to many desc, if sg len is greater than DWC_MAX_COUNT
2011-05-05 12:01:14
linux-kernel
[PATCH V4 1/5] dmaengine/dw_dmac: don't call callback routine in case dmaengine_terminate_all() is called
2011-05-05 12:01:12
linux-kernel
[PATCH V4 5/5] dmaengine/dw_dmac: implement pause and resume in dwc_control
2011-04-29 10:19:04
linux-kernel
Re: [PATCH V3 2/7] dmaengine/dw_dmac: Replace spin_lock* with irqsave variants
2011-04-29 10:17:58
linux-kernel
Re: [PATCH V3 2/7] dmaengine/dw_dmac: Replace spin_lock* with irqsave variants
2011-04-29 03:26:20
linux-kernel
Re: [PATCH V3 3/7] dmaengine/dw_dmac: don't call callback routine in case dmaengine_terminate_all() is called
2011-04-27 09:41:05
linux-kernel
Re: [PATCH V3 0/7] dmaengine/dw_dmac updates
2011-04-27 09:38:13
linux-kernel
[PATCH V3 1/7] dmaengine/dw_dmac: call dwc_descriptor_complete from dwc_control with lock held
2011-04-27 09:38:05
linux-kernel
[PATCH V3 7/7] dmaengine/dw_dmac: implement pause and resume in dwc_control
2011-04-27 09:37:43
linux-kernel
[PATCH V3 6/7] dmaengine/dw_dmac: Divide one sg to many desc, if sg len is greater than DWC_MAX_COUNT
2011-04-27 09:37:39
linux-kernel
[PATCH V3 5/7] dmaengine/dw_dmac: set residue as total len in dwc_tx_status if status is !DMA_SUCCESS
2011-04-27 09:37:35
linux-kernel
[PATCH V3 4/7] dmaengine/dw_dmac: Enable resubmission from callback routine.
2011-04-27 09:37:28
linux-kernel
[PATCH V3 3/7] dmaengine/dw_dmac: don't call callback routine in case dmaengine_terminate_all() is called
2011-04-27 09:37:24
linux-kernel
[PATCH V3 2/7] dmaengine/dw_dmac: Replace spin_lock* with irqsave variants
2011-04-27 09:37:15
linux-kernel
[PATCH V3 0/7] dmaengine/dw_dmac updates
2011-04-27 06:00:11
linux-kernel
Re: [PATCH 1/6] dmaengine/dw_dmac: Replace spin_lock_bh with irqsave variants
2011-04-27 03:47:38
linux-kernel
Re: [PATCH 1/6] dmaengine/dw_dmac: Replace spin_lock_bh with irqsave variants
2011-04-26 05:39:48
linux-kernel
[PATCH V2 resend 2/7] dmaengine/dw_dmac: Enable resubmission from callback routine.
2011-04-26 05:39:32
linux-kernel
[PATCH V2 resend 4/7] dmaengine/dw_dmac: don't call callback routine in case dmaengine_terminate_all() is called
2011-04-26 05:38:43
linux-kernel
[PATCH V2 resend 6/7] dmaengine/dw_dmac: Divide one sg to many desc, if sg len is greater than DWC_MAX_COUNT
2011-04-26 05:38:41
linux-kernel
[PATCH V2 resend 7/7] dmaengine/dw_dmac: implement pause and resume in dwc_control
2011-04-26 05:38:35
linux-kernel
[PATCH V2 resend 5/7] dmaengine/dw_dmac: set residue as total len in dwc_tx_status if status is !DMA_SUCCESS