U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [GIT] Pull request: u-boot-dfu (20.12.2017)
@ 2017-12-20 12:52 Lukasz Majewski
  2017-12-20 12:53 ` Marek Vasut
  0 siblings, 1 reply; 4+ messages in thread
From: Lukasz Majewski @ 2017-12-20 12:52 UTC (permalink / raw)
  To: u-boot

Dear Marek,

The following changes since commit
8cd368294e917e205f61b2c66cdeed6f4c08a100:

  power: pmic/regulator: Add basic support for TPS65910 (2017-12-20
  13:47:18 +0100)

are available in the git repository at:

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

for you to fetch changes up to e3d35f7cf7eeb4fec97e34f6efbb68ad7220c006:

  rockchip: rk3288: enable rockusb support on rk3288 based device
  (2017-12-20 13:47:19 +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

 MAINTAINERS                                    |   7 +
 arch/arm/include/asm/arch-rockchip/f_rockusb.h | 133 ++++++++++
 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                 | 718
 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 22 files
 changed, 1099 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



Travis-CI tests: https://travis-ci.org/lmajewski/u-boot-dfu/builds
Checkpatch is clean.


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/20171220/94d807b1/attachment.sig>

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

* [U-Boot] [GIT] Pull request: u-boot-dfu (20.12.2017)
  2017-12-20 12:52 [U-Boot] [GIT] Pull request: u-boot-dfu (20.12.2017) Lukasz Majewski
@ 2017-12-20 12:53 ` Marek Vasut
  2017-12-21 13:15   ` Lukasz Majewski
  0 siblings, 1 reply; 4+ messages in thread
From: Marek Vasut @ 2017-12-20 12:53 UTC (permalink / raw)
  To: u-boot

On 12/20/2017 01:52 PM, Lukasz Majewski wrote:
> Dear Marek,

Hi,

I presume this is for -next , right ?

> The following changes since commit
> 8cd368294e917e205f61b2c66cdeed6f4c08a100:
> 
>   power: pmic/regulator: Add basic support for TPS65910 (2017-12-20
>   13:47:18 +0100)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-dfu.git 
> 
> for you to fetch changes up to e3d35f7cf7eeb4fec97e34f6efbb68ad7220c006:
> 
>   rockchip: rk3288: enable rockusb support on rk3288 based device
>   (2017-12-20 13:47:19 +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
> 
>  MAINTAINERS                                    |   7 +
>  arch/arm/include/asm/arch-rockchip/f_rockusb.h | 133 ++++++++++
>  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                 | 718
>  +++++++++++++++++++++++++++++++++++++++++++++++++++++ 22 files
>  changed, 1099 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
> 
> 
> 
> Travis-CI tests: https://travis-ci.org/lmajewski/u-boot-dfu/builds
> Checkpatch is clean.
> 
> 
> 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
> 


-- 
Best regards,
Marek Vasut

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

* [U-Boot] [GIT] Pull request: u-boot-dfu (20.12.2017)
  2017-12-20 12:53 ` Marek Vasut
@ 2017-12-21 13:15   ` Lukasz Majewski
  2017-12-21 13:28     ` Marek Vasut
  0 siblings, 1 reply; 4+ messages in thread
From: Lukasz Majewski @ 2017-12-21 13:15 UTC (permalink / raw)
  To: u-boot

Hi Marek,

> On 12/20/2017 01:52 PM, Lukasz Majewski wrote:
> > Dear Marek,  
> 
> Hi,
> 
> I presume this is for -next , right ?

Yes. It is supposed for the -next.

I shall have made it more clear. My bad, sorry.

> 
> > The following changes since commit
> > 8cd368294e917e205f61b2c66cdeed6f4c08a100:
> > 
> >   power: pmic/regulator: Add basic support for TPS65910 (2017-12-20
> >   13:47:18 +0100)
> > 
> > are available in the git repository at:
> > 
> >   git://git.denx.de/u-boot-dfu.git 
> > 
> > for you to fetch changes up to
> > e3d35f7cf7eeb4fec97e34f6efbb68ad7220c006:
> > 
> >   rockchip: rk3288: enable rockusb support on rk3288 based device
> >   (2017-12-20 13:47:19 +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
> > 
> >  MAINTAINERS                                    |   7 +
> >  arch/arm/include/asm/arch-rockchip/f_rockusb.h | 133 ++++++++++
> >  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                 | 718
> >  +++++++++++++++++++++++++++++++++++++++++++++++++++++ 22 files
> >  changed, 1099 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
> > 
> > 
> > 
> > Travis-CI tests: https://travis-ci.org/lmajewski/u-boot-dfu/builds
> > Checkpatch is clean.
> > 
> > 
> > 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 
> 
> 



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/20171221/5d34e755/attachment.sig>

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

* [U-Boot] [GIT] Pull request: u-boot-dfu (20.12.2017)
  2017-12-21 13:15   ` Lukasz Majewski
@ 2017-12-21 13:28     ` Marek Vasut
  0 siblings, 0 replies; 4+ messages in thread
From: Marek Vasut @ 2017-12-21 13:28 UTC (permalink / raw)
  To: u-boot

On 12/21/2017 02:15 PM, Lukasz Majewski wrote:
> Hi Marek,

Hi,

>> On 12/20/2017 01:52 PM, Lukasz Majewski wrote:
>>> Dear Marek,  
>>
>> Hi,
>>
>> I presume this is for -next , right ?
> 
> Yes. It is supposed for the -next.
> 
> I shall have made it more clear. My bad, sorry.
Can you rebase/resend it once 2018.01 is out then ?

-- 
Best regards,
Marek Vasut

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

end of thread, other threads:[~2017-12-21 13:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-20 12:52 [U-Boot] [GIT] Pull request: u-boot-dfu (20.12.2017) Lukasz Majewski
2017-12-20 12:53 ` Marek Vasut
2017-12-21 13:15   ` Lukasz Majewski
2017-12-21 13:28     ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox