Re: [PATCHSET] kthread_worker: reimplement flush_kthread_work() to allow freeing during execution

2012-09-14 Thread Colin Cross
On Thu, Jul 19, 2012 at 2:15 PM, Tejun Heo wrote: > Hello, > > kthread_worker was introduced together with concurrency managed > workqueue to serve workqueue users which need a special dedicated > worker - e.g. RT scheduling. This is minimal queue / flush / flush > all iterface on top of kthread

Re: [PATCH 1/2] gpio/tegra: Move Tegra gpio driver to drivers/gpio

2011-06-15 Thread Colin Cross
On Wed, Jun 15, 2011 at 2:00 PM, Grant Likely wrote: > On Wed, Jun 15, 2011 at 2:48 PM, Grant Likely > wrote: >> On Wed, Jun 15, 2011 at 2:21 PM, Colin Cross wrote: >>> On Wed, Jun 15, 2011 at 12:37 PM, Grant Likely >>> wrote: >>>> As part of the g

Re: [PATCH 1/2] gpio/tegra: Move Tegra gpio driver to drivers/gpio

2011-06-15 Thread Colin Cross
h as part of a series that should get posted later this week, as well as a patch on top of it that depends on this change and another change in my tree, but I'm pessimistic that my series will get in to 3.1 since it depends on some common consolidation that hasn't been agreed upon yet. S

[spi-devel-general] [PATCH] spi: add spi_tegra driver

2010-07-29 Thread Colin Cross
From: Erik Gilling CC: spi-devel-general@lists.sourceforge.net Signed-off-by: Erik Gilling --- This patch depends on the Tegra APB DMA driver: [PATCH] [ARM] tegra: Add APB DMA support --- drivers/spi/Kconfig |6 + drivers/spi/Makefile|1 + drivers/spi/spi_tegra.c | 651