accel-config: Add a subcommand info
List all available DSA/IAX devices and their status.
e.g.
$ sudo accel-config info
dsa0 (Active!)
dsa2
accel-config: Add three options for sub-command disable-device
For certain reasons, the user needs to disable all configured devices,
or IAA or DSA seperatedly. Previously, the user would repeatedly call the
'disable-device' sub-command in a loop. The newly added 'all' 'dsa'
'iax' options for 'disable-device' offers a more convenient solution.
accel-config: Add a subcommand info List all available DSA/IAX devices and their status. e.g.
accel-config: Add three options for sub-command disable-device For certain reasons, the user needs to disable all configured devices, or IAA or DSA seperatedly. Previously, the user would repeatedly call the 'disable-device' sub-command in a loop. The newly added 'all' 'dsa' 'iax' options for 'disable-device' offers a more convenient solution.