** Description changed:

  [Impact]
  On Advantech UNO-420 development platform, we need a generic way to set the 
pin mode.
  Upstream would like us to leverage ACPI override method to change the modes, 
but in Ubuntu core, we can't generate a new initramfs and boot up with the 
generated initramfs.
  
  [Fix]
  Add a module parameter to assign pin modes while loading ad5593r driver.
  
  [Test]
  Verified on Advantech UNO-420 platform.
  
  [Regression Potential]
- Low, it checks the length of the passed parameter, and checks every bytes in 
it to make sure it's a valid argument.
+ It checks the length of the passed parameter, and checks every bytes
+ in it to make sure it's a valid argument. There should be no index out 
+ of range issue, and no wrong pin mode would be set.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1895612

Title:
  Dynamically set AD5593R channel modes

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  In Progress

Bug description:
  [Impact]
  On Advantech UNO-420 development platform, we need a generic way to set the 
pin mode.
  Upstream would like us to leverage ACPI override method to change the modes, 
but in Ubuntu core, we can't generate a new initramfs and boot up with the 
generated initramfs.

  [Fix]
  Add a module parameter to assign pin modes while loading ad5593r driver.

  [Test]
  Verified on Advantech UNO-420 platform.

  [Regression Potential]
  It checks the length of the passed parameter, and checks every bytes
  in it to make sure it's a valid argument. There should be no index out 
  of range issue, and no wrong pin mode would be set.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1895612/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to