diff options
author | Heikki Krogerus <[email protected]> | 2019-11-04 17:24:32 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2019-11-04 21:53:13 +0100 |
commit | 470ce43a1a810117f09aa4bcad6ca2be6b29c8d1 (patch) | |
tree | 684a62ef634c27075e8e542f55d188915db90a39 /scripts/gdb/linux/timerlist.py | |
parent | 2ede55468ca8cc236da66579359c2c406d4c1cba (diff) |
usb: typec: ucsi: Remove struct ucsi_control
That data structure was used for constructing the commands
before executing them, but it was never really useful. Using
the structure just complicated the driver. The commands are
64-bit wide, so it is enough to simply fill a u64 variable.
No data structures needed.
This simplifies the driver considerable and makes it much
easier to for example add support for big endian systems
later on.
Signed-off-by: Heikki Krogerus <[email protected]>
Tested-by: Ajay Gupta <[email protected]>
Reviewed-by: Guenter Roeck <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/timerlist.py')
0 files changed, 0 insertions, 0 deletions