Re: [PATCH v3 00/12] staging: tidspbridge: various cleanups

2010-12-06 Thread Ramirez Luna, Omar
Hi Ionut, On Sun, Nov 21, 2010 at 4:46 AM, Ionut Nicu ionut.n...@gmail.com wrote: This set of patches replaces some of the redundant components of the tidspbridge driver, such as: * wrapper functions for kmalloc/kfree * custom bitmap implementation * custom linked list implementation

Re: [PATCH v3 00/12] staging: tidspbridge: various cleanups

2010-12-06 Thread Ionut Nicu
Hi Omar, On Mon, 2010-12-06 at 02:59 -0600, Ramirez Luna, Omar wrote: Hi Ionut, On Sun, Nov 21, 2010 at 4:46 AM, Ionut Nicu ionut.n...@gmail.com wrote: This set of patches replaces some of the redundant components of the tidspbridge driver, such as: * wrapper functions for

[PATCH v3 00/12] staging: tidspbridge: various cleanups

2010-11-21 Thread Ionut Nicu
This set of patches replaces some of the redundant components of the tidspbridge driver, such as: * wrapper functions for kmalloc/kfree * custom bitmap implementation * custom linked list implementation (list_head wrapper) with the standard linux kernel interfaces. The patches also do some code

Re: [PATCH v3 00/12] staging: tidspbridge: various cleanups

2010-11-21 Thread Greg KH
On Sun, Nov 21, 2010 at 12:46:18PM +0200, Ionut Nicu wrote: This set of patches replaces some of the redundant components of the tidspbridge driver, such as: snip As mentioned before, I need to take these from Omar as I don't trust anyone not to send me stuff that breaks the driver anymore :)