Re: [PATCH v3 02/24] Revert "usb: dwc2: Read in the AHB burst property"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi John,

[auto build test ERROR on balbi-usb/next]
[also build test ERROR on next-20170123]
[cannot apply to v4.10-rc5]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/John-Youn/usb-dwc2-Rework-params-FIFO-and-other-changes/20170124-072407
base:   https://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git next
config: x86_64-randconfig-s5-01241246 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

Note: the linux-review/John-Youn/usb-dwc2-Rework-params-FIFO-and-other-changes/20170124-072407 HEAD 3ef187d597d009e39cc77484b95a2c935096eba5 builds fine.
      It only hurts bisectibility.

All errors (new ones prefixed by >>):

   drivers/usb/dwc2/gadget.c: In function 'dwc2_hsotg_core_init_disconnected':
>> drivers/usb/dwc2/gadget.c:3237:22: error: 'struct dwc2_core_params' has no member named 'ahb_burst'
           (hsotg->params.ahb_burst << GAHBCFG_HBSTLEN_SHIFT),
                         ^

vim +3237 drivers/usb/dwc2/gadget.c

1ee6903b drivers/usb/dwc2/gadget.c      Gregory Herrero  2015-09-29  3231  		intmsk |= GINTSTS_CONIDSTSCHNG;
1ee6903b drivers/usb/dwc2/gadget.c      Gregory Herrero  2015-09-29  3232  
1ee6903b drivers/usb/dwc2/gadget.c      Gregory Herrero  2015-09-29  3233  	dwc2_writel(intmsk, hsotg->regs + GINTMSK);
308d734e drivers/usb/gadget/s3c-hsotg.c Lukasz Majewski  2012-05-04  3234  
a5c18f11 drivers/usb/dwc2/gadget.c      Vahram Aharonyan 2016-11-14  3235  	if (using_dma(hsotg)) {
95c8bc36 drivers/usb/dwc2/gadget.c      Antti Seppälä    2015-08-20  3236  		dwc2_writel(GAHBCFG_GLBL_INTR_EN | GAHBCFG_DMA_EN |
70033c5e drivers/usb/dwc2/gadget.c      John Youn        2016-11-17 @3237  			    (hsotg->params.ahb_burst << GAHBCFG_HBSTLEN_SHIFT),
94cb8fd6 drivers/usb/gadget/s3c-hsotg.c Lukasz Majewski  2012-05-04  3238  			    hsotg->regs + GAHBCFG);
a5c18f11 drivers/usb/dwc2/gadget.c      Vahram Aharonyan 2016-11-14  3239  
a5c18f11 drivers/usb/dwc2/gadget.c      Vahram Aharonyan 2016-11-14  3240  		/* Set DDMA mode support in the core if needed */

:::::: The code at line 3237 was first introduced by commit
:::::: 70033c5ec15b5b634927b6ffe8bcc9bf5029ab4c usb: dwc2: Use the ahb_burst param

:::::: TO: John Youn <johnyoun@xxxxxxxxxxxx>
:::::: CC: Felipe Balbi <felipe.balbi@xxxxxxxxxxxxxxx>

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachment: .config.gz
Description: application/gzip


[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux