All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [GIT] Pull request: u-boot-dfu (14.04.2019)
@ 2019-04-19 11:23 Lukasz Majewski
  2019-04-19 13:29 ` Marek Vasut
  2019-04-19 21:18 ` [U-Boot] [GIT] Pull request: u-boot-dfu v2 (14.04.2019) Lukasz Majewski
  0 siblings, 2 replies; 6+ messages in thread
From: Lukasz Majewski @ 2019-04-19 11:23 UTC (permalink / raw)
  To: u-boot

Dear Marek,

The following changes since commit
1f4ae66eaab29bfb5d1eb44996f7826c9cd01ed1:

  Merge tag 'arc-for-2019.07' of git://git.denx.de/u-boot-arc
  (2019-04-18 12:12:16 -0400)

are available in the git repository at:

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

for you to fetch changes up to 5e6288f7b5a0863b09b9d375267d29d3545cd3b3:

  usb: dwc2: fix gadget disconnect (2019-04-19 08:29:23 +0200)

----------------------------------------------------------------
Alex Kiernan (1):
      fastboot: Replace literal 32 with PART_NAME_LEN

Andy Shevchenko (1):
      dfu: Avoid declaring unused variables and absent parameters

Eugeniu Rosca (3):
      fastboot: getvar: correct/rename "has_slot" to "has-slot"
      fastboot: Improve error reporting on 'getvar partition-{size,
type}' fastboot: add support for 'getvar platform'

Fabrice Gasnier (1):
      usb: dwc2: fix gadget disconnect

Patrice Chotard (1):
      usb: dwc2_udc_otg: Add tx_fifo_sz array support

Patrick Delaunay (16):
      phy: usbphyc: remove unused variable index
      phy: usbphyc: update xlate with DT binding
      phy: usbphyc: Binding update of vdda supply
      phy: usbphyc: move vdda1v1 and vdda1v8 in phy_init
      phy: usbphyc: increase PLL wait timeout
      usb: dwc2: remove unused variable regs_otg
      usb: dwc2: convert driver to DM_USB_GADGET
      usb: dwc2: force reset assert before to probe the driver
      usb: dwc2: Add force-b-session-valid support
      usb: dwc2: Add function for session B check
      usb: dwc2_udc_otg: Read MAX_HW_ENDPOINT from HWCFG4 register
      usb: dwc2: add support for STM32MP1
      stm32mp1: remove CONFIG_USB_DWC2, HOST support for USBO
      stm32mp1: migrate USBOTG device to driver model
      stm32mp1: add stusb1600 support for DK1 and DK2 board
      usb: reload watchdog during ums command

Peng Fan (1):
      MLK-12883 usb: limit USB_MAX_XFER_BLK to 256

 arch/arm/dts/stm32mp157-pinctrl.dtsi               |   7 ++
 arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi           |   3 +-
 arch/arm/dts/stm32mp157a-dk1.dts                   |  34 +++++++-
 arch/arm/dts/stm32mp157c-ed1.dts                   |   8 --
 arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi           |   1 +
 arch/arm/dts/stm32mp157c.dtsi                      |   5 +-
 board/st/stm32mp1/stm32mp1.c                       | 185
 +++++++++++------------------------------
 cmd/dfu.c                                          |   3 +
 cmd/usb_mass_storage.c                             |   3 +
 common/usb_storage.c                               |   6 +-
 configs/stm32mp15_basic_defconfig                  |   2 +-
 configs/stm32mp15_trusted_defconfig                |   2 +-
 doc/device-tree-bindings/phy/phy-stm32-usbphyc.txt |   4 +-
 doc/device-tree-bindings/usb/dwc2.txt              |  58 +++++++++++++
 drivers/fastboot/fb_getvar.c                       |  16 +++-
 drivers/fastboot/fb_mmc.c                          |  10 +--
 drivers/phy/phy-stm32-usbphyc.c                    | 111
 +++++++++++++------------
 drivers/usb/gadget/dwc2_udc_otg.c                  | 388
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 drivers/usb/gadget/dwc2_udc_otg_priv.h             |   1 -
 drivers/usb/gadget/dwc2_udc_otg_regs.h             |  37 +++++++--
 drivers/usb/gadget/dwc2_udc_otg_xfer_dma.c         |  14 +++-
 include/usb/dwc2_udc.h                             |   7 ++ 22 files
 changed, 675 insertions(+), 230 deletions(-) create mode 100644
 doc/device-tree-bindings/usb/dwc2.txt


Travis-CI:
https://travis-ci.org/lmajewski/u-boot-dfu/builds/522040767


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-59 Fax: (+49)-8142-66989-80 Email: lukma 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/20190419/c28862a7/attachment.sig>

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

* [U-Boot] [GIT] Pull request: u-boot-dfu (14.04.2019)
  2019-04-19 11:23 [U-Boot] [GIT] Pull request: u-boot-dfu (14.04.2019) Lukasz Majewski
@ 2019-04-19 13:29 ` Marek Vasut
  2019-04-19 14:55   ` Lukasz Majewski
  2019-04-19 21:18 ` [U-Boot] [GIT] Pull request: u-boot-dfu v2 (14.04.2019) Lukasz Majewski
  1 sibling, 1 reply; 6+ messages in thread
From: Marek Vasut @ 2019-04-19 13:29 UTC (permalink / raw)
  To: u-boot

On 4/19/19 1:23 PM, Lukasz Majewski wrote:
> Dear Marek,
> 
> The following changes since commit
> 1f4ae66eaab29bfb5d1eb44996f7826c9cd01ed1:

[...]

> Peng Fan (1):
>       MLK-12883 usb: limit USB_MAX_XFER_BLK to 256

NAK, this patch is not for gadget and is wrong, cfr. my comment on V3.
Please drop it and respin the PR.

-- 
Best regards,
Marek Vasut

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

* [U-Boot] [GIT] Pull request: u-boot-dfu (14.04.2019)
  2019-04-19 13:29 ` Marek Vasut
@ 2019-04-19 14:55   ` Lukasz Majewski
  2019-04-19 15:18     ` Marek Vasut
  0 siblings, 1 reply; 6+ messages in thread
From: Lukasz Majewski @ 2019-04-19 14:55 UTC (permalink / raw)
  To: u-boot

Hi Marek,

> On 4/19/19 1:23 PM, Lukasz Majewski wrote:
> > Dear Marek,
> > 
> > The following changes since commit
> > 1f4ae66eaab29bfb5d1eb44996f7826c9cd01ed1:  
> 
> [...]
> 
> > Peng Fan (1):
> >       MLK-12883 usb: limit USB_MAX_XFER_BLK to 256  
> 
> NAK, this patch is not for gadget and is wrong, cfr. my comment on V3.
> Please drop it and respin the PR.
> 

Interesting as I was not on the v3 CC....

Anyway, I will prepare next PR.

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-59 Fax: (+49)-8142-66989-80 Email: lukma 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/20190419/8dc4f0ad/attachment.sig>

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

* [U-Boot] [GIT] Pull request: u-boot-dfu (14.04.2019)
  2019-04-19 14:55   ` Lukasz Majewski
@ 2019-04-19 15:18     ` Marek Vasut
  0 siblings, 0 replies; 6+ messages in thread
From: Marek Vasut @ 2019-04-19 15:18 UTC (permalink / raw)
  To: u-boot

On 4/19/19 4:55 PM, Lukasz Majewski wrote:
> Hi Marek,
> 
>> On 4/19/19 1:23 PM, Lukasz Majewski wrote:
>>> Dear Marek,
>>>
>>> The following changes since commit
>>> 1f4ae66eaab29bfb5d1eb44996f7826c9cd01ed1:  
>>
>> [...]
>>
>>> Peng Fan (1):
>>>       MLK-12883 usb: limit USB_MAX_XFER_BLK to 256  
>>
>> NAK, this patch is not for gadget and is wrong, cfr. my comment on V3.
>> Please drop it and respin the PR.
>>
> 
> Interesting as I was not on the v3 CC....
> 
> Anyway, I will prepare next PR.

Seems the CC was a bit random with each version.

Thanks

-- 
Best regards,
Marek Vasut

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

* [U-Boot] [GIT] Pull request: u-boot-dfu v2 (14.04.2019)
  2019-04-19 11:23 [U-Boot] [GIT] Pull request: u-boot-dfu (14.04.2019) Lukasz Majewski
  2019-04-19 13:29 ` Marek Vasut
@ 2019-04-19 21:18 ` Lukasz Majewski
  2019-04-21  8:27   ` Marek Vasut
  1 sibling, 1 reply; 6+ messages in thread
From: Lukasz Majewski @ 2019-04-19 21:18 UTC (permalink / raw)
  To: u-boot

Dear Marek,

The following changes since commit
1f4ae66eaab29bfb5d1eb44996f7826c9cd01ed1:

  Merge tag 'arc-for-2019.07' of git://git.denx.de/u-boot-arc
  (2019-04-18 12:12:16 -0400)

are available in the git repository at:

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

for you to fetch changes up to 5e24783e992e0b2749a0e39ba3cab9900cd0b759:

  usb: dwc2: fix gadget disconnect (2019-04-19 16:56:53 +0200)

----------------------------------------------------------------
Alex Kiernan (1):
      fastboot: Replace literal 32 with PART_NAME_LEN

Andy Shevchenko (1):
      dfu: Avoid declaring unused variables and absent parameters

Eugeniu Rosca (3):
      fastboot: getvar: correct/rename "has_slot" to "has-slot"
      fastboot: Improve error reporting on 'getvar partition-{size,
type}' fastboot: add support for 'getvar platform'

Fabrice Gasnier (1):
      usb: dwc2: fix gadget disconnect

Patrice Chotard (1):
      usb: dwc2_udc_otg: Add tx_fifo_sz array support

Patrick Delaunay (16):
      phy: usbphyc: remove unused variable index
      phy: usbphyc: update xlate with DT binding
      phy: usbphyc: Binding update of vdda supply
      phy: usbphyc: move vdda1v1 and vdda1v8 in phy_init
      phy: usbphyc: increase PLL wait timeout
      usb: dwc2: remove unused variable regs_otg
      usb: dwc2: convert driver to DM_USB_GADGET
      usb: dwc2: force reset assert before to probe the driver
      usb: dwc2: Add force-b-session-valid support
      usb: dwc2: Add function for session B check
      usb: dwc2_udc_otg: Read MAX_HW_ENDPOINT from HWCFG4 register
      usb: dwc2: add support for STM32MP1
      stm32mp1: remove CONFIG_USB_DWC2, HOST support for USBO
      stm32mp1: migrate USBOTG device to driver model
      stm32mp1: add stusb1600 support for DK1 and DK2 board
      usb: reload watchdog during ums command


 arch/arm/dts/stm32mp157-pinctrl.dtsi               |   7 ++
 arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi           |   3 +-
 arch/arm/dts/stm32mp157a-dk1.dts                   |  34 +++++++-
 arch/arm/dts/stm32mp157c-ed1.dts                   |   8 --
 arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi           |   1 +
 arch/arm/dts/stm32mp157c.dtsi                      |   5 +-
 board/st/stm32mp1/stm32mp1.c                       | 185
 +++++++++++------------------------------
 cmd/dfu.c                                          |   3 +
 cmd/usb_mass_storage.c                             |   3 +
 configs/stm32mp15_basic_defconfig                  |   2 +-
 configs/stm32mp15_trusted_defconfig                |   2 +-
 doc/device-tree-bindings/phy/phy-stm32-usbphyc.txt |   4 +-
 doc/device-tree-bindings/usb/dwc2.txt              |  58 +++++++++++++
 drivers/fastboot/fb_getvar.c                       |  16 +++-
 drivers/fastboot/fb_mmc.c                          |  10 +--
 drivers/phy/phy-stm32-usbphyc.c                    | 111
 +++++++++++++------------
 drivers/usb/gadget/dwc2_udc_otg.c                  | 388
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 drivers/usb/gadget/dwc2_udc_otg_priv.h             |   1 -
 drivers/usb/gadget/dwc2_udc_otg_regs.h             |  37 +++++++--
 drivers/usb/gadget/dwc2_udc_otg_xfer_dma.c         |  14 +++-
 include/usb/dwc2_udc.h                             |   7 ++ 21 files
 changed, 670 insertions(+), 229 deletions(-) create mode 100644
 doc/device-tree-bindings/usb/dwc2.txt

Travis-CI:
https://travis-ci.org/lmajewski/u-boot-dfu/builds/522181824

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-59 Fax: (+49)-8142-66989-80 Email: lukma 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/20190419/0505dd1c/attachment.sig>

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

* [U-Boot] [GIT] Pull request: u-boot-dfu v2 (14.04.2019)
  2019-04-19 21:18 ` [U-Boot] [GIT] Pull request: u-boot-dfu v2 (14.04.2019) Lukasz Majewski
@ 2019-04-21  8:27   ` Marek Vasut
  0 siblings, 0 replies; 6+ messages in thread
From: Marek Vasut @ 2019-04-21  8:27 UTC (permalink / raw)
  To: u-boot

On 4/19/19 11:18 PM, Lukasz Majewski wrote:
> Dear Marek,
> 
> The following changes since commit
> 1f4ae66eaab29bfb5d1eb44996f7826c9cd01ed1:
> 
>   Merge tag 'arc-for-2019.07' of git://git.denx.de/u-boot-arc
>   (2019-04-18 12:12:16 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-dfu.git 
> 
> for you to fetch changes up to 5e24783e992e0b2749a0e39ba3cab9900cd0b759:
> 
>   usb: dwc2: fix gadget disconnect (2019-04-19 16:56:53 +0200)
> 
> ----------------------------------------------------------------
> Alex Kiernan (1):
>       fastboot: Replace literal 32 with PART_NAME_LEN
> 
> Andy Shevchenko (1):
>       dfu: Avoid declaring unused variables and absent parameters
> 
> Eugeniu Rosca (3):
>       fastboot: getvar: correct/rename "has_slot" to "has-slot"
>       fastboot: Improve error reporting on 'getvar partition-{size,
> type}' fastboot: add support for 'getvar platform'
> 
> Fabrice Gasnier (1):
>       usb: dwc2: fix gadget disconnect
> 
> Patrice Chotard (1):
>       usb: dwc2_udc_otg: Add tx_fifo_sz array support
> 
> Patrick Delaunay (16):
>       phy: usbphyc: remove unused variable index
>       phy: usbphyc: update xlate with DT binding
>       phy: usbphyc: Binding update of vdda supply
>       phy: usbphyc: move vdda1v1 and vdda1v8 in phy_init
>       phy: usbphyc: increase PLL wait timeout
>       usb: dwc2: remove unused variable regs_otg
>       usb: dwc2: convert driver to DM_USB_GADGET
>       usb: dwc2: force reset assert before to probe the driver
>       usb: dwc2: Add force-b-session-valid support
>       usb: dwc2: Add function for session B check
>       usb: dwc2_udc_otg: Read MAX_HW_ENDPOINT from HWCFG4 register
>       usb: dwc2: add support for STM32MP1
>       stm32mp1: remove CONFIG_USB_DWC2, HOST support for USBO
>       stm32mp1: migrate USBOTG device to driver model
>       stm32mp1: add stusb1600 support for DK1 and DK2 board
>       usb: reload watchdog during ums command
> 
> 
>  arch/arm/dts/stm32mp157-pinctrl.dtsi               |   7 ++
>  arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi           |   3 +-
>  arch/arm/dts/stm32mp157a-dk1.dts                   |  34 +++++++-
>  arch/arm/dts/stm32mp157c-ed1.dts                   |   8 --
>  arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi           |   1 +
>  arch/arm/dts/stm32mp157c.dtsi                      |   5 +-
>  board/st/stm32mp1/stm32mp1.c                       | 185
>  +++++++++++------------------------------
>  cmd/dfu.c                                          |   3 +
>  cmd/usb_mass_storage.c                             |   3 +
>  configs/stm32mp15_basic_defconfig                  |   2 +-
>  configs/stm32mp15_trusted_defconfig                |   2 +-
>  doc/device-tree-bindings/phy/phy-stm32-usbphyc.txt |   4 +-
>  doc/device-tree-bindings/usb/dwc2.txt              |  58 +++++++++++++
>  drivers/fastboot/fb_getvar.c                       |  16 +++-
>  drivers/fastboot/fb_mmc.c                          |  10 +--
>  drivers/phy/phy-stm32-usbphyc.c                    | 111
>  +++++++++++++------------
>  drivers/usb/gadget/dwc2_udc_otg.c                  | 388
>  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
>  drivers/usb/gadget/dwc2_udc_otg_priv.h             |   1 -
>  drivers/usb/gadget/dwc2_udc_otg_regs.h             |  37 +++++++--
>  drivers/usb/gadget/dwc2_udc_otg_xfer_dma.c         |  14 +++-
>  include/usb/dwc2_udc.h                             |   7 ++ 21 files
>  changed, 670 insertions(+), 229 deletions(-) create mode 100644
>  doc/device-tree-bindings/usb/dwc2.txt
> 
> Travis-CI:
> https://travis-ci.org/lmajewski/u-boot-dfu/builds/522181824

Applied, thanks.

-- 
Best regards,
Marek Vasut

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

end of thread, other threads:[~2019-04-21  8:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-19 11:23 [U-Boot] [GIT] Pull request: u-boot-dfu (14.04.2019) Lukasz Majewski
2019-04-19 13:29 ` Marek Vasut
2019-04-19 14:55   ` Lukasz Majewski
2019-04-19 15:18     ` Marek Vasut
2019-04-19 21:18 ` [U-Boot] [GIT] Pull request: u-boot-dfu v2 (14.04.2019) Lukasz Majewski
2019-04-21  8:27   ` Marek Vasut

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.