Re: [PATCH 1/2] usb: gadget: net2280: Move all "ll" registers in one structure
From: Felipe Balbi <balbi@kernel.org>
Date: 2019-08-28 10:09:28
Attachments
- signature.asc [application/pgp-signature] 832 bytes
From: Felipe Balbi <balbi@kernel.org>
Date: 2019-08-28 10:09:28
Hi, Benjamin Herrenschmidt [off-list ref] writes:
The split into multiple structures of the "ll" register bank is impractical. It makes it hard to add ll_lfps_timers_2 which is at offset 0x794, which is outside of the existing "lfps" structure and would require us to add yet another one. Instead, move all the "ll" registers into a single usb338x_ll_regs structure, and add ll_lfps_timers_2 while at it. It will be used in a subsequent patch. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
I tried applying your patches but it resulted in build break. Can you collect all the dependencies and send a single series? I'm applying on top of my testing/next branch. cheers -- balbi