Searched hist:"5916733 e9b689ea1e713bee87b445d2accfef0ea" (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/usb/gadget/udc/bdc/ |
H A D | bdc_dbg.c | diff 5916733e9b689ea1e713bee87b445d2accfef0ea Wed Jul 19 21:11:40 CEST 2017 Al Cooper <alcooperx@gmail.com> usb: bdc: Fix misleading register names
The BDC endpoint status registers 0-7 were originally each going to be an array of regsiters. This was later changed to being a single register. The register definitions are being changed from: "#define BDC_EPSTS0(n) (0x60 + (n * 0x10))" to "#define BDC_EPSTS0 0x60" to reflect this change and to avoid future coding mistakes.
Signed-off-by: Al Cooper <alcooperx@gmail.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
|
H A D | bdc.h | diff 5916733e9b689ea1e713bee87b445d2accfef0ea Wed Jul 19 21:11:40 CEST 2017 Al Cooper <alcooperx@gmail.com> usb: bdc: Fix misleading register names
The BDC endpoint status registers 0-7 were originally each going to be an array of regsiters. This was later changed to being a single register. The register definitions are being changed from: "#define BDC_EPSTS0(n) (0x60 + (n * 0x10))" to "#define BDC_EPSTS0 0x60" to reflect this change and to avoid future coding mistakes.
Signed-off-by: Al Cooper <alcooperx@gmail.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
|
H A D | bdc_ep.c | diff 5916733e9b689ea1e713bee87b445d2accfef0ea Wed Jul 19 21:11:40 CEST 2017 Al Cooper <alcooperx@gmail.com> usb: bdc: Fix misleading register names
The BDC endpoint status registers 0-7 were originally each going to be an array of regsiters. This was later changed to being a single register. The register definitions are being changed from: "#define BDC_EPSTS0(n) (0x60 + (n * 0x10))" to "#define BDC_EPSTS0 0x60" to reflect this change and to avoid future coding mistakes.
Signed-off-by: Al Cooper <alcooperx@gmail.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
|