diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2019-08-30 13:56:10 +1000 |
---|---|---|
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | 2019-08-30 09:14:38 +0300 |
commit | ec8ca8a3489cc87ca43a865af7e7393690841810 (patch) | |
tree | 4898a30945cd2dbe4aa7a48313a4e9d7e68a9c97 /drivers/virtio/virtio.c | |
parent | 17b63704ec7cd4a37c513d964bc09c7e3fde8988 (diff) |
usb: gadget: net2280: Move all "ll" registers in one structure
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>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Diffstat (limited to 'drivers/virtio/virtio.c')
0 files changed, 0 insertions, 0 deletions