22 Jul, 2015

1 commit


18 Dec, 2014

1 commit


05 May, 2014

2 commits

  • Preprocessor definitions and hardcoded implementation selection in
    g_dnl core were replaced by a linker list made of (usb_function_name,
    bind_callback) pairs.

    Signed-off-by: Mateusz Zalega
    Acked-by: Lukasz Majewski
    Acked-by: Marek Vasut

    Mateusz Zalega
     
  • Former usb_cable_connected() patch broke compilation of boards which do
    not support this feature.

    I've renamed usb_cable_connected() to g_dnl_usb_cable_connected() and added
    its default implementation to gadget downloader driver code. There's
    only one driver of this kind and it's unlikely there'll be another, so
    there's no point in keeping it in /common.

    Previously this function was declared in usb.h. I've moved it, since
    it's more appropriate to keep it in g_dnl.h - usb.h seems to be intended
    for USB host implementation.

    Existing code, confronted with default -EOPNOTSUPP return value,
    continues as if the cable was connected.

    CONFIG_USB_CABLE_CHECK was removed.

    Change-Id: Ib9198621adee2811b391c64512f14646cefd0369
    Signed-off-by: Mateusz Zalega
    Acked-by: Marek Vasut
    Acked-by: Lukasz Majewski

    Mateusz Zalega
     

09 Nov, 2013

1 commit

  • add the possibility to set the iSerialNumber board specific.
    Default value for iSerialNumber is 0x0. This value can
    changed board specific through the new function
    g_dnl_set_serialnumber() which must be called from the
    board specific function g_dnl_bind_fixup().

    Signed-off-by: Heiko Schocher
    Cc: Marek Vasut
    Cc: Lukasz Majewski
    Cc: Kyungmin Park
    Tested-by: Lukasz Majewski

    Heiko Schocher
     

21 Oct, 2013

2 commits


24 Jul, 2013

1 commit


01 Jul, 2013

1 commit


28 Nov, 2012

1 commit


01 Sep, 2012

1 commit