Daniel Mack 073900a28d USB: rename usb_buffer_alloc() and usb_buffer_free()
For more clearance what the functions actually do,

  usb_buffer_alloc() is renamed to usb_alloc_coherent()
  usb_buffer_free()  is renamed to usb_free_coherent()

They should only be used in code which really needs DMA coherency.

[added compatibility macros so we can convert things easier - gregkh]

Signed-off-by: Daniel Mack <daniel@caiaq.de>
Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: Pedro Ribeiro <pedrib@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-04-30 09:25:12 -07:00
..
2010-04-20 01:17:13 +01:00
2010-04-19 11:53:17 -07:00
2010-04-23 07:08:28 +10:00
2010-04-24 11:31:26 -07:00
2010-04-22 07:20:00 -07:00
2010-04-24 11:31:25 -07:00
2010-03-06 11:26:28 -08:00