Message ID | cover.1533023328.git.lorenzo.bianconi@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | add mt76x2u support to mt76 driver | expand |
Lorenzo Bianconi <lorenzo.bianconi@redhat.com> writes: > Add usb layer to mt76 driver in order to support mt76x2u based devices. > Move common code between pci and usb in mt76x2-common module in order to > remove pci dependency from usb driver > > Changes since v1: > - rebase on top of wireless-drivers-next master branch > - fix mt7662u fw definitions > - remove unused len variable in mt76x2u_remove_dma_hdr() > - move mt76u_mcu_fw_reset routine in mt76-usb module in order > to be reused by mt76x0 driver > - move mt76u_mcu_init_rx routine in mt76-usb module in order > to be reused by mt76x0 driver My deadline for 4.19 is most likely this Friday (if the merge window starts on Sunday) so I would need to apply these tomorrow by latest to have some time in linux-next. Are everyone happy with this set?
On Tue, Jul 31, 2018 at 12:54:32PM +0300, Kalle Valo wrote: > Lorenzo Bianconi <lorenzo.bianconi@redhat.com> writes: > > > Add usb layer to mt76 driver in order to support mt76x2u based devices. > > Move common code between pci and usb in mt76x2-common module in order to > > remove pci dependency from usb driver > > > > Changes since v1: > > - rebase on top of wireless-drivers-next master branch > > - fix mt7662u fw definitions > > - remove unused len variable in mt76x2u_remove_dma_hdr() > > - move mt76u_mcu_fw_reset routine in mt76-usb module in order > > to be reused by mt76x0 driver > > - move mt76u_mcu_init_rx routine in mt76-usb module in order > > to be reused by mt76x0 driver > > My deadline for 4.19 is most likely this Friday (if the merge window > starts on Sunday) so I would need to apply these tomorrow by latest to > have some time in linux-next. Are everyone happy with this set? I'm ok with this set. If I'll post mt76x0 v3 would you take it in this cycle or should I rather wait for next one ? Thanks Stanislaw
Stanislaw Gruszka <sgruszka@redhat.com> writes: > On Tue, Jul 31, 2018 at 12:54:32PM +0300, Kalle Valo wrote: >> Lorenzo Bianconi <lorenzo.bianconi@redhat.com> writes: >> >> > Add usb layer to mt76 driver in order to support mt76x2u based devices. >> > Move common code between pci and usb in mt76x2-common module in order to >> > remove pci dependency from usb driver >> > >> > Changes since v1: >> > - rebase on top of wireless-drivers-next master branch >> > - fix mt7662u fw definitions >> > - remove unused len variable in mt76x2u_remove_dma_hdr() >> > - move mt76u_mcu_fw_reset routine in mt76-usb module in order >> > to be reused by mt76x0 driver >> > - move mt76u_mcu_init_rx routine in mt76-usb module in order >> > to be reused by mt76x0 driver >> >> My deadline for 4.19 is most likely this Friday (if the merge window >> starts on Sunday) so I would need to apply these tomorrow by latest to >> have some time in linux-next. Are everyone happy with this set? > > I'm ok with this set. > > If I'll post mt76x0 v3 would you take it in this cycle or should > I rather wait for next one ? I applied Lorenzo's patchset to pending branch in wireless-drivers-next. If you can use that as the baseline and submit your patchset by tomorrow morning I can try to get it to v4.19. But I'm not promising anything :)