Activity log for bug #1895612

Date Who What changed Old value New value Message
2020-09-15 03:38:35 AceLan Kao bug added bug
2020-09-15 03:38:44 AceLan Kao nominated for series Ubuntu Focal
2020-09-15 03:38:44 AceLan Kao bug task added linux (Ubuntu Focal)
2020-09-15 03:38:53 AceLan Kao linux (Ubuntu Focal): assignee AceLan Kao (acelankao)
2020-09-15 03:38:55 AceLan Kao linux (Ubuntu): status New Invalid
2020-09-15 03:38:57 AceLan Kao linux (Ubuntu Focal): status New In Progress
2020-09-15 03:52:53 AceLan Kao description [Impact] [Fix] [Test] [Regression Potential] [Impact] On Advantech UNO-420 development platform, we need a generic way to set the pin mode. [Fix] Add a module parameter to assign pins mode while loading ad5593r driver. [Test] Verified on Advantech UNO-420 platform. [Regression Potential] Low,
2020-09-15 04:50:29 AceLan Kao description [Impact] On Advantech UNO-420 development platform, we need a generic way to set the pin mode. [Fix] Add a module parameter to assign pins mode while loading ad5593r driver. [Test] Verified on Advantech UNO-420 platform. [Regression Potential] Low, [Impact] On Advantech UNO-420 development platform, we need a generic way to set the pin mode. [Fix] Add a module parameter to assign pin modes while loading ad5593r driver. [Test] Verified on Advantech UNO-420 platform. [Regression Potential] Low,
2020-09-15 05:03:56 AceLan Kao description [Impact] On Advantech UNO-420 development platform, we need a generic way to set the pin mode. [Fix] Add a module parameter to assign pin modes while loading ad5593r driver. [Test] Verified on Advantech UNO-420 platform. [Regression Potential] Low, [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.
2020-09-16 15:07:21 Stefan Bader linux (Ubuntu Focal): importance Undecided Medium
2021-01-13 03:30:20 AceLan Kao 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] Low, it checks the length of the passed parameter, and checks every bytes in it to make sure it's a valid argument. [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.