{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":179475551,"defaultBranch":"sbtos","name":"linux-xlnx","ownerLogin":"sbtinstruments","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2019-04-04T10:25:25.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/19975147?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1708938120.0","currentOid":""},"activityList":{"items":[{"before":"69513fc0e621dd1dfec096fd12bb81954da42a99","after":"29fe0d8e7e0ff5cb5d43e50af5164826a4979d8c","ref":"refs/heads/sbtos-on-top-of-xilinx-v2023.2","pushedAt":"2024-05-02T12:25:00.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"frederikaalund","name":"Frederik Aalund","path":"/frederikaalund","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/545423?s=80&v=4"},"commit":{"message":"arch: arm: configs: enable da9063-hwmon for green mango devices","shortMessageHtmlLink":"arch: arm: configs: enable da9063-hwmon for green mango devices"}},{"before":"17cae8668508cdb3893e1cc70c0e7c951f411727","after":"69513fc0e621dd1dfec096fd12bb81954da42a99","ref":"refs/heads/sbtos-on-top-of-xilinx-v2023.2","pushedAt":"2024-04-30T12:53:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"marcosgdiaz","name":"Marcos González Díaz","path":"/marcosgdiaz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43370460?s=80&v=4"},"commit":{"message":"iio: pumps: spm: Add driver'\n\nThis adds support to the Smart Pump Module from\nThe Lee Company. It is set to the PID mode by\ndefault.'","shortMessageHtmlLink":"iio: pumps: spm: Add driver'"}},{"before":"cd715d059559feab397c0b7efe9d2dc101caccde","after":"17cae8668508cdb3893e1cc70c0e7c951f411727","ref":"refs/heads/sbtos-on-top-of-xilinx-v2023.2","pushedAt":"2024-03-15T12:26:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"marcosgdiaz","name":"Marcos González Díaz","path":"/marcosgdiaz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43370460?s=80&v=4"},"commit":{"message":"iio: chemical: slf3x: fix bug that silence errors to the users","shortMessageHtmlLink":"iio: chemical: slf3x: fix bug that silence errors to the users"}},{"before":"af43f11ec0bd12c6e4f9a61e67ccd4e7f192b981","after":"cd715d059559feab397c0b7efe9d2dc101caccde","ref":"refs/heads/sbtos-on-top-of-xilinx-v2023.2","pushedAt":"2024-03-01T13:33:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"frederikaalund","name":"Frederik Aalund","path":"/frederikaalund","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/545423?s=80&v=4"},"commit":{"message":"mfd: da9063-i2c: get device/variant ID in multiple transfers\n\nPreviously, the driver used a single SPI transfer to:\n\n 1. Set the register page\n 2. Get the device ID\n 3. Get the variant ID\n\nWe now do each of the above in separate SPI transfers.\n\nAt least on the Green Mango board, this is more robust.\nThe separate transfer approach led to spurious failures.\nE.g.: 'Paged block read failed: -6'. We can't explain why\nthe single transfer doesn't always work. We can only say\nthat for our use case, it is more reliable to split the\ntransfer into three separate transfers.","shortMessageHtmlLink":"mfd: da9063-i2c: get device/variant ID in multiple transfers"}},{"before":"470e3c6368a4889be3f8687ac7b5fbb8f5d85ace","after":"af43f11ec0bd12c6e4f9a61e67ccd4e7f192b981","ref":"refs/heads/sbtos-on-top-of-xilinx-v2023.2","pushedAt":"2024-03-01T08:27:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"frederikaalund","name":"Frederik Aalund","path":"/frederikaalund","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/545423?s=80&v=4"},"commit":{"message":"mfd: da9063-core: add power off and restart handlers\n\nThis enables system with a DA906X chip to do a low-level power off/restart.\nThat is, to power cycle the entire system through the PMIC as opposed to\njust restarting the chip with the CPU.\n\nNote that da9063_wdt already registers a 'restart' handler. However, said\nhandler actually performs a power off. I intentionally left this handler\nunchanged (to not break existing use cases whatever they may be). To work\naround the issue, I simply register the new restart handler with higher\npriority so that the system chooses it.","shortMessageHtmlLink":"mfd: da9063-core: add power off and restart handlers"}},{"before":"cb3e908532fa328b762676284a3a22ca55fa0ed0","after":"470e3c6368a4889be3f8687ac7b5fbb8f5d85ace","ref":"refs/heads/sbtos-on-top-of-xilinx-v2023.2","pushedAt":"2024-02-26T15:48:43.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"frederikaalund","name":"Frederik Aalund","path":"/frederikaalund","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/545423?s=80&v=4"},"commit":{"message":"arch: arm: configs: update green_mango_defconfig","shortMessageHtmlLink":"arch: arm: configs: update green_mango_defconfig"}},{"before":"6e933408885a888e5832540fc9f9a3bf2b390b05","after":"cb3e908532fa328b762676284a3a22ca55fa0ed0","ref":"refs/heads/sbtos-on-top-of-xilinx-v2023.2","pushedAt":"2024-02-26T09:52:35.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"frederikaalund","name":"Frederik Aalund","path":"/frederikaalund","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/545423?s=80&v=4"},"commit":{"message":"gpio: gpio-da9063: make 'gpio-ext-reg' optional\n\nIt was always optional in the code but we wrongly requested said regulator with 'regulator_get'\ninstead of 'regulator_get_optional'. This caused the kernel to issue a warning message during boot.","shortMessageHtmlLink":"gpio: gpio-da9063: make 'gpio-ext-reg' optional"}},{"before":null,"after":"6e933408885a888e5832540fc9f9a3bf2b390b05","ref":"refs/heads/sbtos-on-top-of-xilinx-v2023.2","pushedAt":"2024-02-26T09:02:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"frederikaalund","name":"Frederik Aalund","path":"/frederikaalund","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/545423?s=80&v=4"},"commit":{"message":"mtd: spi-nor: at25sf041: update for 6.1 kernel","shortMessageHtmlLink":"mtd: spi-nor: at25sf041: update for 6.1 kernel"}},{"before":"2580c92bbff5eb3af16de95f6cf16b3e5cc06a79","after":"4b5c44a554f14a7c37854a4a851c8a548549b56d","ref":"refs/heads/sbtos","pushedAt":"2023-12-01T09:59:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"frederikaalund","name":"Frederik Aalund","path":"/frederikaalund","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/545423?s=80&v=4"},"commit":{"message":"arm: green-mango: Add support for the DM9601 USB ethernet\n\nThis is due to a recent hardware change to the\n\"1 Port USB Network with 3 Port USB HUB\" device that we use at SBT.","shortMessageHtmlLink":"arm: green-mango: Add support for the DM9601 USB ethernet"}},{"before":"6ba68ce0432ea0db4938c88b8986fe37f35d9055","after":"2580c92bbff5eb3af16de95f6cf16b3e5cc06a79","ref":"refs/heads/sbtos","pushedAt":"2023-08-01T07:24:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"frederikaalund","name":"Frederik Aalund","path":"/frederikaalund","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/545423?s=80&v=4"},"commit":{"message":"declare 'YYLTYPE yylloc' as extern to fix gcc 10 compilation","shortMessageHtmlLink":"declare 'YYLTYPE yylloc' as extern to fix gcc 10 compilation"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEP8TWRwA","startCursor":null,"endCursor":null}},"title":"Activity · sbtinstruments/linux-xlnx"}