lkml.org 
[lkml]   [2022]   [Dec]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [RFC PATCH 08/14] usb: dwc3: Add DT parameter to specify maximum number of interrupters
From
On 24/12/2022 12:13, Dmitry Baryshkov wrote:
>> @@ -1468,6 +1469,9 @@ static void dwc3_get_properties(struct dwc3 *dwc)
>> */
>> tx_fifo_resize_max_num = 6;
>>
>> + /* default to a single XHCI interrupter */
>> + num_hc_interrupters = 1;
>> +
>> dwc->maximum_speed = usb_get_maximum_speed(dev);
>> dwc->max_ssp_rate = usb_get_maximum_ssp_rate(dev);
>> dwc->dr_mode = usb_get_dr_mode(dev);
>> @@ -1511,6 +1515,12 @@ static void dwc3_get_properties(struct dwc3 *dwc)
>> &tx_thr_num_pkt_prd);
>> device_property_read_u8(dev, "snps,tx-max-burst-prd",
>> &tx_max_burst_prd);
>> + device_property_read_u8(dev, "snps,num-hc-interrupters",
>> + &num_hc_interrupters);
>
> bindings change?

Undocumented bindings change :(

Best regards,
Krzysztof

\
 
 \ /
  Last update: 2023-03-26 23:20    [W:0.078 / U:2.932 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site