{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":340049103,"defaultBranch":"a12/master","name":"android_kernel_xiaomi_msm8937","ownerLogin":"mi-msm8937","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-02-18T12:52:13.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/70193277?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1678470568.6694698","currentOid":""},"activityList":{"items":[{"before":"eafa4138870657de0d8736140a2c4a5435771788","after":"bed62513849781035f919696cd9acdadfcf46e8a","ref":"refs/heads/reference","pushedAt":"2023-04-13T15:45:15.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"me-cafebabe","name":"0xCAFEBABE","path":"/me-cafebabe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/87921983?s=80&v=4"},"commit":{"message":"leds: leds-msm-gpio-flash: Set higher threshold for flash mode\n\n* Following what Xiaomi did on ulysse\n\nChange-Id: Ie94bc7b54322613e31619aca8fb49f9bd4b45ca9","shortMessageHtmlLink":"leds: leds-msm-gpio-flash: Set higher threshold for flash mode"}},{"before":"45ebf1b25efd335c39bff0c55ed1ba09a4b705ee","after":"8b5b29787b85752e6c4d7d1efaabf419c3b67179","ref":"refs/heads/a13/master","pushedAt":"2023-04-13T09:45:09.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"me-cafebabe","name":"0xCAFEBABE","path":"/me-cafebabe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/87921983?s=80&v=4"},"commit":{"message":"msm: mdss: HACK: Override panel name for rolex nt35521s panel\n\n* One user have nt35521s panel with the following name reported by bootloader:\n \"qcom,mdss_dsi_nt35521s_ebbg_c3a_720p_video\"\n* There's no panel named this in dts, so MDSS fails to find the proper panel\n subnode, and it fallbacks to the preferred primary panel (which is hx8394F)\n* Panel \"qcom,mdss_dsi_nt35521s_ebbg_720p_video\" exists, let it use this one\n* C3A is the project name of rolex, and the panel name from this user's device\n just contains a extra \"_c3a\", it shouldn't indicate that it's a different panel\n (Other Xiaomi MSM8917 devices that manufactured by Wingtech ODM contains theirs\n project name in panel name too, and they have matching dts node)\n\nChange-Id: I97e4f1ff877187be825874f33881c345e34289bb","shortMessageHtmlLink":"msm: mdss: HACK: Override panel name for rolex nt35521s panel"}},{"before":"8c10204b03a3909087a0b665948e73e1809f9fe7","after":"eafa4138870657de0d8736140a2c4a5435771788","ref":"refs/heads/reference","pushedAt":"2023-04-13T09:45:09.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"me-cafebabe","name":"0xCAFEBABE","path":"/me-cafebabe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/87921983?s=80&v=4"},"commit":{"message":"msm: mdss: HACK: Override panel name for rolex nt35521s panel\n\n* One user have nt35521s panel with the following name reported by bootloader:\n \"qcom,mdss_dsi_nt35521s_ebbg_c3a_720p_video\"\n* There's no panel named this in dts, so MDSS fails to find the proper panel\n subnode, and it fallbacks to the preferred primary panel (which is hx8394F)\n* Panel \"qcom,mdss_dsi_nt35521s_ebbg_720p_video\" exists, let it use this one\n* C3A is the project name of rolex, and the panel name from this user's device\n just contains a extra \"_c3a\", it shouldn't indicate that it's a different panel\n (Other Xiaomi MSM8917 devices that manufactured by Wingtech ODM contains theirs\n project name in panel name too, and they have matching dts node)\n\nChange-Id: I97e4f1ff877187be825874f33881c345e34289bb","shortMessageHtmlLink":"msm: mdss: HACK: Override panel name for rolex nt35521s panel"}},{"before":"d90f192129b937be28df6e27830d56f50e9d8040","after":"45ebf1b25efd335c39bff0c55ed1ba09a4b705ee","ref":"refs/heads/a13/master","pushedAt":"2023-03-22T14:04:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"me-cafebabe","name":"0xCAFEBABE","path":"/me-cafebabe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/87921983?s=80&v=4"},"commit":{"message":"build-release: Update main branch to a13/master\n\nChange-Id: I5bee8ca0c2586f3dbe55f52617606bba2d9aeee3","shortMessageHtmlLink":"build-release: Update main branch to a13/master"}},{"before":"e7f0ca28fb1c057eeed8d322e98bb47d9c625d7a","after":null,"ref":"refs/heads/uter/a12/aosp","pushedAt":"2023-03-10T17:49:28.669Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"me-cafebabe","name":"0xCAFEBABE","path":"/me-cafebabe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/87921983?s=80&v=4"}},{"before":"7e694c90fa05ec251c9e23d6b23024d53e00c422","after":"d90f192129b937be28df6e27830d56f50e9d8040","ref":"refs/heads/a13/master","pushedAt":"2023-03-09T19:00:47.989Z","pushType":"push","commitsCount":3,"pusher":{"login":"me-cafebabe","name":"0xCAFEBABE","path":"/me-cafebabe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/87921983?s=80&v=4"},"commit":{"message":"fs: erofs: Guard blk_throtl_get_quota() calls with CONFIG_BLK_DEV_THROTTLING\n\n* In Huawei P10 HMOS2.0 kernel, blk_throtl_get_quota() is provided by CONFIG_BLK_DEV_THROTTLING\n* When CONFIG_BLK_DEV_THROTTLING is disabled, the function just returns true, seems to be unnecessary\n* CONFIG_BLK_DEV_THROTTLING doesn't exist here, just guard it\n\nChange-Id: I885f57686679beebe30c85be42bfc9f922f520ae","shortMessageHtmlLink":"fs: erofs: Guard blk_throtl_get_quota() calls with CONFIG_BLK_DEV_THR…"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNC0xM1QxNTo0NToxNS4wMDAwMDBazwAAAAMYI_9I","startCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNC0xM1QxNTo0NToxNS4wMDAwMDBazwAAAAMYI_9I","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wMy0wOVQxOTowMDo0Ny45ODk0MTJazwAAAAMAJ6Pk"}},"title":"Activity · mi-msm8937/android_kernel_xiaomi_msm8937"}