Hi Josh > -----Original Message----- > From: linux-usb-owner@xxxxxxxxxxxxxxx <linux-usb-owner@xxxxxxxxxxxxxxx> On > Behalf Of Josh Boyer > Sent: Tuesday, February 12, 2019 4:51 AM > To: Ajay Gupta <ajayg@xxxxxxxxxx> > Cc: linux-firmware@xxxxxxxxxx; Heikki Krogerus > <heikki.krogerus@xxxxxxxxxxxxxxx>; linux-usb@xxxxxxxxxxxxxxx > Subject: Re: [GIT,PULL] add Cypress CCGx type-C controller firmware > > On Wed, Feb 6, 2019 at 4:33 PM Ajay Gupta <ajayg@xxxxxxxxxx> wrote: > > > > Hi Josh, > > > > This pull request is for Cypress CCGx controller firmware which is > > required for Type-C interface on Turing (tu10x) NVIDIA GPUs. > > > > They driver changes which is required to flash these firmwares are > > currently being reviewed at [1]. > > > > Thanks > > Ajay > > [ nvpublic ] > > > > [1] https://marc.info/?l=linux-usb&m=154906953701718&w=2 > > --- > > > > The following changes since commit > a8b75cac06f80dc1500ba385680ac5b5c1d1c4f8: > > > > Merge tag 'add-rpi-fw' of > > ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux- > > firmware (2019-01-18 07:04:02 -0500) > > > > are available in the Git repository at: > > > > https://github.com/ajaykuee/linux-firmware.git > > > > for you to fetch changes up to > 2c139fe800f56c73c3e60932eb8cdbf1a7c2e1de: > > > > nvidia: add TU10x typec controller firmware (2019-02-06 12:07:22 > > -0800) > > > > ---------------------------------------------------------------- > > Ajay Gupta (1): > > nvidia: add TU10x typec controller firmware > > You're missing a Signed-off-by on this commit. Can you please add it? Sorry for inconvenience. I have fixed it now. thanks > nvpublic > > josh > > > > > WHENCE | 4 + > > nvidia/tu10x/typec/ccg_boot.cyacd | 173 ++++++++++++++++++++ > > nvidia/tu10x/typec/ccg_primary.cyacd | 281 > +++++++++++++++++++++++++++++++++ > > nvidia/tu10x/typec/ccg_secondary.cyacd | 189 ++++++++++++++++++++++ > > 4 files changed, 647 insertions(+) > > create mode 100644 nvidia/tu10x/typec/ccg_boot.cyacd create mode > > 100644 nvidia/tu10x/typec/ccg_primary.cyacd > > create mode 100644 nvidia/tu10x/typec/ccg_secondary.cyacd