Dear Lukasz Majewski, In message <[email protected]> you wrote: > This commit provides UDC driver support for Samsung's SoC > family of processors. > > Signed-off-by: Lukasz Majewski <[email protected]> > Signed-off-by: Marek Szyprowski <[email protected]> > Signed-off-by: Kyungmin Park <[email protected]> > Cc: Minkyu Kang <[email protected]> > Cc: Remy Bohmer <[email protected]> > > --- > Changes for v2: > - Coding cleanups and fixes > - s3c_udc* files history and origination added > - regs-otg.h rewritten to use structs instedad of > #defines > Changes for v3: > - D-cache coherency support > --- > drivers/usb/gadget/Makefile | 4 + > drivers/usb/gadget/regs-otg.h | 209 +++++ > drivers/usb/gadget/s3c_udc_otg.c | 894 ++++++++++++++++++ > drivers/usb/gadget/s3c_udc_otg_xfer_dma.c | 1449 > +++++++++++++++++++++++++++++ > include/usb/lin_gadget_compat.h | 69 ++ > include/usb/s3c_udc.h | 160 ++++ > 6 files changed, 2785 insertions(+), 0 deletions(-) > create mode 100644 drivers/usb/gadget/regs-otg.h > create mode 100644 drivers/usb/gadget/s3c_udc_otg.c > create mode 100644 drivers/usb/gadget/s3c_udc_otg_xfer_dma.c > create mode 100644 include/usb/lin_gadget_compat.h > create mode 100644 include/usb/s3c_udc.h
Checkpatch says: total: 0 errors, 16 warnings, 2791 lines checked Please clean up and resubmit. Thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] Sometimes a man will tell his bartender things he'll never tell his doctor. -- Dr. Phillip Boyce, "The Menagerie" ("The Cage"), stardate unknown. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

