2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-18 18:23:53 +08:00
linux-next/drivers/staging/tidspbridge
Omar Ramirez Luna 424d56ec3c staging: tidspbridge: fix uuid strings
Commit 8cb05f4b54 (staging:
tidspbridge: eliminate uuid_uuid_to_string), not only broke
compilation but also functionality for tidspbridge driver.

So:
- Replace remaining instances of uuid_uuid_to_string with snprintf
  to fix compilation.
- Fix the format from %pU to %pUL.
- Since these UUIDs are used in the firmware to reference section
  names, the firmware doesn't follow the standard uuid delimiter '-'
  it uses '_' instead. The driver can follow the standard convention
  however for dsp sections we must transform the uuid to what is
  expected by the firmware. E.g.:

  tidspbridge sees: 24BC8D90-BB45-11D4-B756-006008BDB66F
  firmware expects: .24BC8D90_BB45_11D4_B756_006008BDB66F

Signed-off-by: Omar Ramirez Luna <omar.ramirez@copitl.com>
CC: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-08-17 08:10:28 -07:00
..
core staging: tidspbridge: Fix typos. 2012-08-13 19:06:59 -07:00
Documentation staging: tidspbridge: Fix typos. 2012-08-13 19:06:59 -07:00
dynload staging: tidspbridge: Fix typos. 2012-08-13 19:06:59 -07:00
gen staging: tidspbridge: eliminate uuid_uuid_to_string 2012-08-13 19:06:59 -07:00
hw staging: tidspbridge: Fix typos. 2012-08-13 19:06:59 -07:00
include/dspbridge staging: tidspbridge: Fix typos. 2012-08-13 19:06:59 -07:00
pmgr staging: tidspbridge: remove gh_init() and gh_exit() 2012-03-09 13:21:08 -08:00
rmgr staging: tidspbridge: fix uuid strings 2012-08-17 08:10:28 -07:00
Kconfig staging: tidspbridge: always compile dsp wdt code 2012-02-24 12:05:38 -08:00
Makefile staging: tidspbridge: Rename module from bridgedriver to tidspbridge 2012-02-09 09:37:11 -08:00
TODO staging: tidspbridge: remove custom linked list 2011-02-04 20:11:41 -06:00