2012/1/21 Mark Brown :
> Saves remembering to call kfree(). There's some kfree()s used by the
> resource still, these will be removed in 3.3 using the newly added
> devm_request_and_ioremap().
>
> Signed-off-by: Mark Brown
Reviewed-by: Barry Song
> ---
> drivers/i2c/busses/i2c-s3c2410.c | 4
Hi,
On Thu, Jan 26, 2012 at 1:23 PM, Russell King - ARM Linux
wrote:
> And we're now there. So...
>
> Arnd, Olaf,
>
> Please incorporate the latest ARM (for-armsoc branch) changes, which can be
> found at:
>
> git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-arm.git
> fo
Hi Mark,
Some minor doubts/ questions.
On 1/21/12, Mark Brown wrote:
> Although the hardware supports interrupts we're not currently using them
> at all since for small transfers the overhead is greater than that for
> busy waiting and for large transfers we have interrupts from the DMA.
> This m