Re: [RFC/PATCH 0/5] Add Video Processing Front End Support

2014-07-17 Thread Prabhakar Lad
ure.c | 2478 > + > drivers/media/platform/ti-vpfe/vpfe_capture.h | 263 +++ > 14 files changed, 4501 insertions(+), 1 deletion(-) Missing documentation for DT ? Thanks, --Prabhakar Lad > create mode 100644 drivers/media/platform/ti-vpfe/Kconfig > create mode 1

Re: [net PATCH 1/1] drivers: net: ethernet: ti: davinci_emac: fix usage of cpdma_check_free_tx_desc()

2013-03-16 Thread Prabhakar Lad
location state of tx packets. The return value is taken into account > to stop the netqork queue on the adapter in case there are no free > slots. > > However, cpdma_check_free_tx_desc() returns 'true' if there is room in > the bitmap, not 'false'