All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [GIT] Pull request: u-boot-dfu (23.11.2017)
@ 2017-11-23 11:31 Lukasz Majewski
  2017-11-23 11:57 ` Marek Vasut
  2017-11-30 10:12 ` [U-Boot] [GIT] Pull request: u-boot-dfu (30.11.2017) Lukasz Majewski
  0 siblings, 2 replies; 5+ messages in thread
From: Lukasz Majewski @ 2017-11-23 11:31 UTC (permalink / raw)
  To: u-boot

Dear Marek,

Please find pull request for dfu repository:

The following changes since commit
786d0faa19c1a2e9b7a98cc4e23bd8669f4c6870:

  usb: ehci: do not invalidate a NULL buffer (2017-11-21 12:27:38 +0100)

are available in the git repository at:

  git://git.denx.de/u-boot-dfu.git

for you to fetch changes up to 40ddf96ba34b7885d0ead169c769bb1150f840ee:

  Trigger watchdog before calling usb_gadget_handle_interrupts
  (2017-11-23 12:20:22 +0100)

----------------------------------------------------------------
Marek Vasut (1):
      usb: gadget: storage: Increase FSG_BUFLEN

Vincent Prince (1):
      Trigger watchdog before calling usb_gadget_handle_interrupts

 drivers/usb/gadget/f_sdp.c          | 4 ++++
 drivers/usb/gadget/storage_common.c | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)


Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171123/63819e0b/attachment.sig>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [GIT] Pull request: u-boot-dfu (23.11.2017)
  2017-11-23 11:31 [U-Boot] [GIT] Pull request: u-boot-dfu (23.11.2017) Lukasz Majewski
@ 2017-11-23 11:57 ` Marek Vasut
  2017-11-30 10:12 ` [U-Boot] [GIT] Pull request: u-boot-dfu (30.11.2017) Lukasz Majewski
  1 sibling, 0 replies; 5+ messages in thread
From: Marek Vasut @ 2017-11-23 11:57 UTC (permalink / raw)
  To: u-boot

On 11/23/2017 12:31 PM, Lukasz Majewski wrote:
> Dear Marek,
> 
> Please find pull request for dfu repository:
> 
> The following changes since commit
> 786d0faa19c1a2e9b7a98cc4e23bd8669f4c6870:
> 
>   usb: ehci: do not invalidate a NULL buffer (2017-11-21 12:27:38 +0100)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-dfu.git
> 
> for you to fetch changes up to 40ddf96ba34b7885d0ead169c769bb1150f840ee:
> 
>   Trigger watchdog before calling usb_gadget_handle_interrupts
>   (2017-11-23 12:20:22 +0100)
Pulled, thanks.

-- 
Best regards,
Marek Vasut

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [GIT] Pull request: u-boot-dfu (30.11.2017)
  2017-11-23 11:31 [U-Boot] [GIT] Pull request: u-boot-dfu (23.11.2017) Lukasz Majewski
  2017-11-23 11:57 ` Marek Vasut
@ 2017-11-30 10:12 ` Lukasz Majewski
  2017-11-30 12:49   ` Marek Vasut
  1 sibling, 1 reply; 5+ messages in thread
From: Lukasz Majewski @ 2017-11-30 10:12 UTC (permalink / raw)
  To: u-boot

Dear Marek,

The following changes since commit d0b067b0effec202e62616c9c1e2ba8a90de1773:

  usb: r8a66597: convert wait loop to readw_poll_timeout (2017-11-30 01:17:03 +0100)

are available in the git repository at:

  git://git.denx.de/u-boot-dfu.git 

for you to fetch changes up to f8ae9831484ca741808dc4f430151aebf631dec1:

  rockchip: rk3288: enable rockusb support on rk3288 based device (2017-11-30 11:09:30 +0100)

----------------------------------------------------------------
Eddie Cai (4):
      usb: rockchip: add the rockusb gadget
      usb: rockchip: add rockusb command
      rockchip:usb: add a simple readme for rockusb
      rockchip: rk3288: enable rockusb support on rk3288 based device

 arch/arm/include/asm/arch-rockchip/f_rockusb.h | 132 +++++++++++++++++++++++++++++++++++
 arch/arm/mach-rockchip/Kconfig                 |   2 +
 cmd/Kconfig                                    |   8 +++
 cmd/Makefile                                   |   1 +
 cmd/rockusb.c                                  |  74 ++++++++++++++++++++
 configs/chromebit_mickey_defconfig             |   7 ++
 configs/chromebook_jerry_defconfig             |   7 ++
 configs/chromebook_minnie_defconfig            |   7 ++
 configs/evb-rk3288_defconfig                   |   9 +++
 configs/fennec-rk3288_defconfig                |   5 ++
 configs/firefly-rk3288_defconfig               |   7 ++
 configs/miqi-rk3288_defconfig                  |   5 ++
 configs/phycore-rk3288_defconfig               |   6 ++
 configs/popmetal-rk3288_defconfig              |   5 ++
 configs/rock2_defconfig                        |   8 +++
 configs/tinker-rk3288_defconfig                |   5 ++
 configs/vyasa-rk3288_defconfig                 |  25 +++++++
 doc/README.rockusb                             |  51 ++++++++++++++
 drivers/usb/gadget/Kconfig                     |   8 +++
 drivers/usb/gadget/Makefile                    |   1 +
 drivers/usb/gadget/f_rockusb.c                 | 691 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 21 files changed, 1064 insertions(+)
 create mode 100644 arch/arm/include/asm/arch-rockchip/f_rockusb.h
 create mode 100644 cmd/rockusb.c
 create mode 100644 doc/README.rockusb
 create mode 100644 drivers/usb/gadget/f_rockusb.c


Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171130/422acefe/attachment.sig>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [GIT] Pull request: u-boot-dfu (30.11.2017)
  2017-11-30 10:12 ` [U-Boot] [GIT] Pull request: u-boot-dfu (30.11.2017) Lukasz Majewski
@ 2017-11-30 12:49   ` Marek Vasut
  2017-11-30 15:30     ` Lukasz Majewski
  0 siblings, 1 reply; 5+ messages in thread
From: Marek Vasut @ 2017-11-30 12:49 UTC (permalink / raw)
  To: u-boot

On 11/30/2017 11:12 AM, Lukasz Majewski wrote:
> Dear Marek,
> 
> The following changes since commit d0b067b0effec202e62616c9c1e2ba8a90de1773:
> 
>   usb: r8a66597: convert wait loop to readw_poll_timeout (2017-11-30 01:17:03 +0100)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-dfu.git 
> 
> for you to fetch changes up to f8ae9831484ca741808dc4f430151aebf631dec1:
> 
>   rockchip: rk3288: enable rockusb support on rk3288 based device (2017-11-30 11:09:30 +0100)
> 
> ----------------------------------------------------------------
> Eddie Cai (4):
>       usb: rockchip: add the rockusb gadget
>       usb: rockchip: add rockusb command
>       rockchip:usb: add a simple readme for rockusb
>       rockchip: rk3288: enable rockusb support on rk3288 based device
Sorry, NAK, these patches have at least checkpatch issues and maybe some
more problems. Please review them again.

-- 
Best regards,
Marek Vasut

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [GIT] Pull request: u-boot-dfu (30.11.2017)
  2017-11-30 12:49   ` Marek Vasut
@ 2017-11-30 15:30     ` Lukasz Majewski
  0 siblings, 0 replies; 5+ messages in thread
From: Lukasz Majewski @ 2017-11-30 15:30 UTC (permalink / raw)
  To: u-boot

Hi Marek,

> On 11/30/2017 11:12 AM, Lukasz Majewski wrote:
> > Dear Marek,
> > 
> > The following changes since commit
> > d0b067b0effec202e62616c9c1e2ba8a90de1773:
> > 
> >   usb: r8a66597: convert wait loop to readw_poll_timeout
> > (2017-11-30 01:17:03 +0100)
> > 
> > are available in the git repository at:
> > 
> >   git://git.denx.de/u-boot-dfu.git 
> > 
> > for you to fetch changes up to
> > f8ae9831484ca741808dc4f430151aebf631dec1:
> > 
> >   rockchip: rk3288: enable rockusb support on rk3288 based device
> > (2017-11-30 11:09:30 +0100)
> > 
> > ----------------------------------------------------------------
> > Eddie Cai (4):
> >       usb: rockchip: add the rockusb gadget
> >       usb: rockchip: add rockusb command
> >       rockchip:usb: add a simple readme for rockusb
> >       rockchip: rk3288: enable rockusb support on rk3288 based
> > device  
> Sorry, NAK, these patches have at least checkpatch issues and maybe
> some more problems. Please review them again.

Ouch....

Thanks for spotting them.

I only run the buildtests on them.... without checkpatch.....

> 



Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171130/aeba4886/attachment.sig>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-11-30 15:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-23 11:31 [U-Boot] [GIT] Pull request: u-boot-dfu (23.11.2017) Lukasz Majewski
2017-11-23 11:57 ` Marek Vasut
2017-11-30 10:12 ` [U-Boot] [GIT] Pull request: u-boot-dfu (30.11.2017) Lukasz Majewski
2017-11-30 12:49   ` Marek Vasut
2017-11-30 15:30     ` Lukasz Majewski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.