Activity log for bug #1361086

Date Who What changed Old value New value Message
2014-08-25 07:56:02 Adam Lee bug added bug
2014-08-25 07:57:05 Adam Lee bug added subscriber Canonical Hardware Enablement Team
2014-08-25 07:57:18 Adam Lee nominated for series Ubuntu Trusty
2014-08-25 07:57:21 Adam Lee nominated for series Ubuntu Utopic
2014-08-25 07:58:05 Adam Lee linux (Ubuntu): importance Undecided Medium
2014-08-25 08:00:38 Anthony Wong hwe-next: assignee Adam Lee (adam8157)
2014-08-25 08:00:46 Anthony Wong hwe-next: importance Undecided Medium
2014-08-25 08:01:33 Adam Lee hwe-next: status New In Progress
2014-08-25 08:01:57 Anthony Wong nominated for series hwe-next/trusty
2014-08-25 08:01:57 Anthony Wong bug task added hwe-next/trusty
2014-08-25 08:12:52 Adam Lee removed subscriber Adam Lee
2014-08-25 08:27:27 Anthony Wong hwe-next/trusty: status New In Progress
2014-08-25 08:27:31 Anthony Wong hwe-next: status In Progress Fix Released
2014-08-25 08:27:33 Anthony Wong hwe-next/trusty: importance Undecided Medium
2014-08-25 08:27:35 Anthony Wong hwe-next: assignee Adam Lee (adam8157)
2014-08-25 08:27:48 Anthony Wong hwe-next/trusty: assignee Adam Lee (adam8157)
2014-08-25 09:29:45 Adam Lee description commit 56cb3cc1872923b69fdeeb00362b7da4d6cf5590 Author: Micky Ching <micky_ching@realsil.com.cn> Date: Wed Dec 18 10:03:13 2013 +0800 mfd: rtsx: Add support for card reader rtl8402 rtl8402 is much like rtl8411, so just add it to rtl8411.c Signed-off-by: Micky Ching <micky_ching@realsil.com.cn> Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> diff --git a/drivers/mfd/rtl8411.c b/drivers/mfd/rtl8411.c index 327c889..ada38ad 100644 --- a/drivers/mfd/rtl8411.c +++ b/drivers/mfd/rtl8411.c .... + { PCI_DEVICE(0x10EC, 0x5286), PCI_CLASS_OTHERS << 16, 0xFF0000 }, .... commit 56cb3cc1872923b69fdeeb00362b7da4d6cf5590 Author: Micky Ching <micky_ching@realsil.com.cn> Date: Wed Dec 18 10:03:13 2013 +0800     mfd: rtsx: Add support for card reader rtl8402     rtl8402 is much like rtl8411, so just add it to rtl8411.c     Signed-off-by: Micky Ching <micky_ching@realsil.com.cn>     Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>     Signed-off-by: Lee Jones <lee.jones@linaro.org> commit 0da14eeba216932db2e4b8805ab58dae72e44a45 Author: Micky Ching <micky_ching@realsil.com.cn> Date: Wed Dec 18 10:03:12 2013 +0800 mfd: rtsx: Add set pull control macro and simplify rtl8411 Add set pull control macro to reduce code for setting pull control, and use a common init function to reduce code for rtl8411.c. So this patch is used to just simplify code. Signed-off-by: Micky Ching <micky_ching@realsil.com.cn> Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
2014-08-26 13:22:43 Chris J Arges bug task added linux (Ubuntu Trusty)
2014-08-26 13:22:49 Chris J Arges bug task added linux (Ubuntu Utopic)
2014-08-26 13:23:53 Chris J Arges linux (Ubuntu Trusty): assignee Adam Lee (adam8157)
2014-08-26 13:23:56 Chris J Arges linux (Ubuntu Utopic): status In Progress Fix Released
2014-08-27 05:27:50 Adam Lee linux (Ubuntu Trusty): importance Undecided Medium
2014-08-27 05:27:53 Adam Lee linux (Ubuntu Trusty): status New In Progress
2014-08-27 05:39:59 Adam Lee description commit 56cb3cc1872923b69fdeeb00362b7da4d6cf5590 Author: Micky Ching <micky_ching@realsil.com.cn> Date: Wed Dec 18 10:03:13 2013 +0800     mfd: rtsx: Add support for card reader rtl8402     rtl8402 is much like rtl8411, so just add it to rtl8411.c     Signed-off-by: Micky Ching <micky_ching@realsil.com.cn>     Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>     Signed-off-by: Lee Jones <lee.jones@linaro.org> commit 0da14eeba216932db2e4b8805ab58dae72e44a45 Author: Micky Ching <micky_ching@realsil.com.cn> Date: Wed Dec 18 10:03:12 2013 +0800 mfd: rtsx: Add set pull control macro and simplify rtl8411 Add set pull control macro to reduce code for setting pull control, and use a common init function to reduce code for rtl8411.c. So this patch is used to just simplify code. Signed-off-by: Micky Ching <micky_ching@realsil.com.cn> Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> SRU Justification: Impact: Realtek RTL8402 [ff00:5286], which is widely used by PC vendors, won't work without this fix. Fix: two patches below coming from upstream, clean cherry-picks. Testcase: we already tested and delivered the fix by dkms in OEM projects, works well. commit 56cb3cc1872923b69fdeeb00362b7da4d6cf5590 Author: Micky Ching <micky_ching@realsil.com.cn> Date: Wed Dec 18 10:03:13 2013 +0800     mfd: rtsx: Add support for card reader rtl8402     rtl8402 is much like rtl8411, so just add it to rtl8411.c     Signed-off-by: Micky Ching <micky_ching@realsil.com.cn>     Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>     Signed-off-by: Lee Jones <lee.jones@linaro.org> commit 0da14eeba216932db2e4b8805ab58dae72e44a45 Author: Micky Ching <micky_ching@realsil.com.cn> Date: Wed Dec 18 10:03:12 2013 +0800     mfd: rtsx: Add set pull control macro and simplify rtl8411     Add set pull control macro to reduce code for setting pull control, and     use a common init function to reduce code for rtl8411.c. So this patch     is used to just simplify code.     Signed-off-by: Micky Ching <micky_ching@realsil.com.cn>     Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>     Signed-off-by: Lee Jones <lee.jones@linaro.org>
2014-08-27 15:12:19 Tim Gardner linux (Ubuntu Trusty): status In Progress Fix Committed
2014-08-28 03:42:49 Adam Lee hwe-next/trusty: status In Progress Fix Committed
2014-09-04 18:32:53 Launchpad Janitor branch linked lp:ubuntu/trusty-proposed/linux-keystone
2014-09-05 15:09:26 Launchpad Janitor branch linked lp:ubuntu/precise-proposed/linux-lts-trusty
2014-09-08 20:31:50 Brad Figg tags verification-needed-trusty
2014-09-11 07:08:52 Keng-Yu Lin tags verification-needed-trusty verification-done-trusty
2014-09-22 22:45:50 Launchpad Janitor linux (Ubuntu Trusty): status Fix Committed Fix Released
2014-09-22 22:45:50 Launchpad Janitor cve linked 2014-3601
2014-09-22 22:45:50 Launchpad Janitor cve linked 2014-5077
2014-09-22 22:45:50 Launchpad Janitor cve linked 2014-5472
2014-09-22 23:43:49 Launchpad Janitor branch linked lp:ubuntu/precise-security/linux-lts-trusty
2014-09-23 03:30:13 Adam Lee hwe-next/trusty: status Fix Committed Fix Released