{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":6124250,"defaultBranch":"main","name":"linux","ownerLogin":"analogdevicesinc","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2012-10-08T12:49:16.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/2465527?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726499734.0","currentOid":""},"activityList":{"items":[{"before":"d01c13f06acd918d1e2e23a10d4ab93794b55ab0","after":"0bfc867110e2c94b8562a495998dd4f88f2152de","ref":"refs/heads/staging/ad4630_common_mode_data","pushedAt":"2024-09-16T19:55:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"machschmitt","name":"Marcelo Schmitt","path":"/machschmitt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123473008?s=80&v=4"},"commit":{"message":"iio: adc: ad4630: Add scan_types to read ADC common mode bits\n\nAD4030, AD4630, ADAQ4224, and similar devices can append an 8-bit code\nrepresenting the input common-mode voltage to the 16-bit or 24-bit ADC\nconversion output code. Those 8-bit common mode code come after the\nconversion bits in the same SPI transfer. Thus, when common-mode output is\nenabled, every conversion brings common mode bits and common mode bits can\nonly be read by doing an ADC conversion.\n\nBecause ADC conversion bits and common mode bits are put together into\nbuffer scan elements, user space applications can't properly handle data\nfrom IIO buffers since it only has info about one data element (either ADC\nconversion or common mode bits). The number of shift bits and the amount of\nrealbits are different for when common-mode output is disabled and for when\nit's enabled.\n\nAdd iio_scan_type structs to tell user space different parameters for\nelement shift and realbits so applications can handle buffer elements\nproperly when common mode bits are enabled.\n\nSigned-off-by: Marcelo Schmitt ","shortMessageHtmlLink":"iio: adc: ad4630: Add scan_types to read ADC common mode bits"}},{"before":null,"after":"3a8edd284bccad4e52321295d6b546c7e178a89f","ref":"refs/heads/staging/jupiter-clk-mux","pushedAt":"2024-09-16T15:15:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nunojsa","name":"Nuno Sá","path":"/nunojsa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28741857?s=80&v=4"},"commit":{"message":"arm64: dts: zynqmp-jupiter-sdr: properly use clk-gpio mux\n\nIn jupiter we have a gpio to toggle between a 38.4 and 30.72MHz reference\nclock. We had a gpio-hog to default to the 38.4MHz source and then we\nneed to manually change the GPIO value when applying a profile for the\nother reference. This is far from ideal and more importantly, with commit\nc2edc6279f31 (\" iio: adc: adrv9002: check and allow to change ref_clk\"),\nwe now try to change the refclk according with the rate we get from the\nprofile (which makes sense). Therefore, with the current DT, we would fail\nto load the 30.72MHz reference clock based profile. Hence, let's make use\nof the clk-gpio driver and define our reference clock to be a clk-gpio mux\nwith two parents for the rates we want. With this, we can change clock\nsources solely by loading the profile without any other manual step for\nthe GPIO.\n\nSigned-off-by: Nuno Sa ","shortMessageHtmlLink":"arm64: dts: zynqmp-jupiter-sdr: properly use clk-gpio mux"}},{"before":null,"after":"d01c13f06acd918d1e2e23a10d4ab93794b55ab0","ref":"refs/heads/staging/ad4630_common_mode_data","pushedAt":"2024-09-16T15:07:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"machschmitt","name":"Marcelo Schmitt","path":"/machschmitt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123473008?s=80&v=4"},"commit":{"message":"iio: adc: ad4630: Add scan_types to read ADC common mode bit when desired\n\nAdd 3 iio_scan_type structs to allow proper buffer formating to read\nADC conversion data, ADC common mode data, or conversion + common mode data.\n\niio: adc: ad4630: Do scale table calculation after filling indio_dev\n\nWith ext_scan_type, channel scan_type struct is now obtained through\ncalling iio_get_current_scan_type() which is set in iio_info struct.\nad4630_fill_scale_tbl() uses channel scan_type struct and was being called\nbefore indio_dev iio_info assignment.\nFill the scale table only after indio_dev iio_info field has been assigned.\n\niio: adc: ad4630; Make scan_type unsigned for conversion + common mode scan\n\nIIO will correctly sign extend buffer data elements to a twos-complement\nsigned number if their scan_type is set to signed. However, if common mode\ndata bits are together with ADC conversion bits, sign extend will also afect\ncommon mode bits. To avoid that, set conversion_plus_common_mode_data\nscan_type to unsigned. This will have the side efect of applications having\nto sign-extend ADC convesion data themselves, though.\n\nSigned-off-by: Marcelo Schmitt ","shortMessageHtmlLink":"iio: adc: ad4630: Add scan_types to read ADC common mode bit when des…"}},{"before":"e5c540bf334631692daf4a273ebabc334fe3e605","after":"a6b7a6394a024c53df6c438136c7e85fdbf83595","ref":"refs/heads/staging/dmabuf-testing","pushedAt":"2024-09-16T14:56:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nunojsa","name":"Nuno Sá","path":"/nunojsa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28741857?s=80&v=4"},"commit":{"message":"more fixes for dma_buf test\n\nSigned-off-by: Nuno Sa ","shortMessageHtmlLink":"more fixes for dma_buf test"}},{"before":"a7dc56db560aca5226564b9ba8cd9034a4fcd77f","after":"fa3dec59b1d8654d6f43610ad57da1edbd82d0a6","ref":"refs/heads/adrv9009som_low_power","pushedAt":"2024-09-13T10:55:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"AndrDragomir","name":null,"path":"/AndrDragomir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95612480?s=80&v=4"},"commit":{"message":"dts: Add adrv9009-zu11eg low power profile\n\nSigned-off-by: AndrDragomir ","shortMessageHtmlLink":"dts: Add adrv9009-zu11eg low power profile"}},{"before":null,"after":"42913191ac1aebdf0fefd151e9e24c51aaf1d4d0","ref":"refs/heads/staging-rpi/ltc4296_6_1_y","pushedAt":"2024-09-13T09:52:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"amiclaus","name":"Antoniu Miclăuş","path":"/amiclaus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26061529?s=80&v=4"},"commit":{"message":"ltc4296: update init function and overlay\n\nSigned-off-by: Antoniu Miclaus ","shortMessageHtmlLink":"ltc4296: update init function and overlay"}},{"before":null,"after":"c25021ca54df9d655a536d0498c44caec636ad3a","ref":"refs/heads/staging-rpi/ltc4296_5_15_y","pushedAt":"2024-09-13T09:19:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"amiclaus","name":"Antoniu Miclăuş","path":"/amiclaus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26061529?s=80&v=4"},"commit":{"message":"ltc4296: update init function and overlay\n\nSigned-off-by: Antoniu Miclaus ","shortMessageHtmlLink":"ltc4296: update init function and overlay"}},{"before":"7a034b0778d421c2576d9be7f4d9e55da428cbb3","after":"37eeed195072b0e936327f4f40658a037d75aacd","ref":"refs/heads/staging/adp5589-dt-conv","pushedAt":"2024-09-12T14:56:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nunojsa","name":"Nuno Sá","path":"/nunojsa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28741857?s=80&v=4"},"commit":{"message":"reset me\n\nSigned-off-by: Nuno Sa ","shortMessageHtmlLink":"reset me"}},{"before":"96f23d33fc40200423c1e9179f6da4dc48c534b1","after":"a7dc56db560aca5226564b9ba8cd9034a4fcd77f","ref":"refs/heads/adrv9009som_low_power","pushedAt":"2024-09-12T13:20:38.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"AndrDragomir","name":null,"path":"/AndrDragomir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95612480?s=80&v=4"},"commit":{"message":"dts: Add adrv9009-zu11eg low power profile\n\nSigned-off-by: AndrDragomir ","shortMessageHtmlLink":"dts: Add adrv9009-zu11eg low power profile"}},{"before":"526af93b8f12021ea86438539c381bdc611d9183","after":"8ba3937133d1b9c192d08c46a04038f2373c31a2","ref":"refs/heads/xcomm_zynq","pushedAt":"2024-09-12T12:44:03.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"azure-pipelines[bot]","name":null,"path":"/apps/azure-pipelines","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/9426?s=80&v=4"},"commit":{"message":"iio: adc: ad4630: Max sampling frequency set to 2MSPS\n\nThe default MSPS for AD4630 is wrongly define, also the 500KSPS\nchips seems not to have proper sampling frequency defined\n\nFor now, set the sample frequency to 2MSPS by default for some\ntests in hardware\n\nSigned-off-by: Liviu Adace ","shortMessageHtmlLink":"iio: adc: ad4630: Max sampling frequency set to 2MSPS"}},{"before":"c97116ce0e65a7456faf3ea43e1d12af98122abe","after":"ecf243e7b2d03c915df289b304a2e6339fd56285","ref":"refs/heads/adi-6.1.0","pushedAt":"2024-09-12T12:43:37.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"azure-pipelines[bot]","name":null,"path":"/apps/azure-pipelines","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/9426?s=80&v=4"},"commit":{"message":"iio: adc: ad4630: Max sampling frequency set to 2MSPS\n\nThe default MSPS for AD4630 is wrongly define, also the 500KSPS\nchips seems not to have proper sampling frequency defined\n\nFor now, set the sample frequency to 2MSPS by default for some\ntests in hardware\n\nSigned-off-by: Liviu Adace \n(cherry picked from commit 8ba3937133d1b9c192d08c46a04038f2373c31a2)","shortMessageHtmlLink":"iio: adc: ad4630: Max sampling frequency set to 2MSPS"}},{"before":null,"after":"96f23d33fc40200423c1e9179f6da4dc48c534b1","ref":"refs/heads/adrv9009som_low_power","pushedAt":"2024-09-12T12:42:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"AndrDragomir","name":null,"path":"/AndrDragomir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95612480?s=80&v=4"},"commit":{"message":"dts: Add adrv9009-zu11eg low power profile\n\nSigned-off-by: AndrDragomir ","shortMessageHtmlLink":"dts: Add adrv9009-zu11eg low power profile"}},{"before":"7dd284d2296bbe294ba9a756bd9cf22ffa127304","after":null,"ref":"refs/heads/ad4630_remove_avg_0_test","pushedAt":"2024-09-12T12:40:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nunojsa","name":"Nuno Sá","path":"/nunojsa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28741857?s=80&v=4"}},{"before":"526af93b8f12021ea86438539c381bdc611d9183","after":"8ba3937133d1b9c192d08c46a04038f2373c31a2","ref":"refs/heads/main","pushedAt":"2024-09-12T12:40:50.000Z","pushType":"pr_merge","commitsCount":5,"pusher":{"login":"nunojsa","name":"Nuno Sá","path":"/nunojsa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28741857?s=80&v=4"},"commit":{"message":"iio: adc: ad4630: Max sampling frequency set to 2MSPS\n\nThe default MSPS for AD4630 is wrongly define, also the 500KSPS\nchips seems not to have proper sampling frequency defined\n\nFor now, set the sample frequency to 2MSPS by default for some\ntests in hardware\n\nSigned-off-by: Liviu Adace ","shortMessageHtmlLink":"iio: adc: ad4630: Max sampling frequency set to 2MSPS"}},{"before":"ac83e48b5073b26f700d03e114cc296c1f6ea881","after":"7dd284d2296bbe294ba9a756bd9cf22ffa127304","ref":"refs/heads/ad4630_remove_avg_0_test","pushedAt":"2024-09-12T11:45:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"machschmitt","name":"Marcelo Schmitt","path":"/machschmitt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123473008?s=80&v=4"},"commit":{"message":"iio: adc: ad4630: Max sampling frequency set to 2MSPS\n\nThe default MSPS for AD4630 is wrongly define, also the 500KSPS\nchips seems not to have proper sampling frequency defined\n\nFor now, set the sample frequency to 2MSPS by default for some\ntests in hardware\n\nSigned-off-by: Liviu Adace ","shortMessageHtmlLink":"iio: adc: ad4630: Max sampling frequency set to 2MSPS"}},{"before":"7f2ecffffe4c4be851830bc0c3b8ea084f0299d8","after":"d94b0b6cae9b95b19d10ecefdf595f3e91ea2a6d","ref":"refs/heads/mm_spi_flash","pushedAt":"2024-09-12T10:48:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"UtsavAgarwalADI","name":"Utsav Agarwal","path":"/UtsavAgarwalADI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/141642367?s=80&v=4"},"commit":{"message":"spi-mem: disabling gpio descriptor usage\n\nthis allows executing the correct exec_ops function\ndriver currently returns invalid data\n\nSigned-off-by: Utsav Agarwal ","shortMessageHtmlLink":"spi-mem: disabling gpio descriptor usage"}},{"before":null,"after":"0b21f58a4d4bf70a15cce23d3734729cd675ca11","ref":"refs/heads/staging/cora_ad4170","pushedAt":"2024-09-12T04:54:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"machschmitt","name":"Marcelo Schmitt","path":"/machschmitt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123473008?s=80&v=4"},"commit":{"message":"iio: adc: ad4170: Adjust adi,config-setup-slot error mesage\n\nSigned-off-by: Marcelo Schmitt ","shortMessageHtmlLink":"iio: adc: ad4170: Adjust adi,config-setup-slot error mesage"}},{"before":"ce18e560d776013f49f0fb0e814e085ed0b4f8d3","after":"7c8b82f3c82182c28de19e7a11b2622492c06c79","ref":"refs/heads/dev/ad469x","pushedAt":"2024-09-11T10:46:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"RaduSabau1","name":"Radu Bogdan Sabau","path":"/RaduSabau1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/140689966?s=80&v=4"},"commit":{"message":"arch: arm: boot: dts : Add AD4696 devicetree\n\nAdd devicetree for ad469x_fmcz/zed project\n\nSigned-off-by: RaduSabau1 ","shortMessageHtmlLink":"arch: arm: boot: dts : Add AD4696 devicetree"}},{"before":"d5fa7dbc0b422e68ad31c276ac9556e1f0dba8a6","after":"ce18e560d776013f49f0fb0e814e085ed0b4f8d3","ref":"refs/heads/dev/ad469x","pushedAt":"2024-09-11T09:21:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"RaduSabau1","name":"Radu Bogdan Sabau","path":"/RaduSabau1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/140689966?s=80&v=4"},"commit":{"message":"arch: arm: boot: dts : Add AD4696 devicetree\n\nAdd devicetree for ad469x_fmcz/zed project\n\nSigned-off-by: RaduSabau1 ","shortMessageHtmlLink":"arch: arm: boot: dts : Add AD4696 devicetree"}},{"before":"dd5943cabb1205159a424ce2ecce03cf4104acfb","after":"d5fa7dbc0b422e68ad31c276ac9556e1f0dba8a6","ref":"refs/heads/dev/ad469x","pushedAt":"2024-09-11T08:47:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"RaduSabau1","name":"Radu Bogdan Sabau","path":"/RaduSabau1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/140689966?s=80&v=4"},"commit":{"message":"arch: arm: boot: dts : Add AD4696 devicetree\n\nAdd devicetree for ad469x_fmcz/zed project\n\nSigned-off-by: RaduSabau1 ","shortMessageHtmlLink":"arch: arm: boot: dts : Add AD4696 devicetree"}},{"before":"1fb6d9ddf7879acc403f9be60c4dfd9a8685aa50","after":"7f2ecffffe4c4be851830bc0c3b8ea084f0299d8","ref":"refs/heads/mm_spi_flash","pushedAt":"2024-09-10T16:18:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"UtsavAgarwalADI","name":"Utsav Agarwal","path":"/UtsavAgarwalADI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/141642367?s=80&v=4"},"commit":{"message":"spi-mem: Adding more debug and correcting supports_op\n\nWIP checkpoint commit\n\nSigned-off-by: Utsav Agarwal ","shortMessageHtmlLink":"spi-mem: Adding more debug and correcting supports_op"}},{"before":"8a93ce429efda668d02947fa0e2cc8de8b7f872f","after":"1fb6d9ddf7879acc403f9be60c4dfd9a8685aa50","ref":"refs/heads/mm_spi_flash","pushedAt":"2024-09-10T16:15:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"UtsavAgarwalADI","name":"Utsav Agarwal","path":"/UtsavAgarwalADI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/141642367?s=80&v=4"},"commit":{"message":"spi-mem: Adding more debug and correcting supports_op\n\nSigned-off-by: Utsav Agarwal ","shortMessageHtmlLink":"spi-mem: Adding more debug and correcting supports_op"}},{"before":null,"after":"7a034b0778d421c2576d9be7f4d9e55da428cbb3","ref":"refs/heads/staging/adp5589-dt-conv","pushedAt":"2024-09-10T14:58:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nunojsa","name":"Nuno Sá","path":"/nunojsa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28741857?s=80&v=4"},"commit":{"message":"reset me\n\nSigned-off-by: Nuno Sa ","shortMessageHtmlLink":"reset me"}},{"before":"6f9cf075b65ba6b53dedcd8a5a9c5370ada295a1","after":"dd5943cabb1205159a424ce2ecce03cf4104acfb","ref":"refs/heads/dev/ad469x","pushedAt":"2024-09-10T13:32:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"RaduSabau1","name":"Radu Bogdan Sabau","path":"/RaduSabau1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/140689966?s=80&v=4"},"commit":{"message":"arch: arm: boot: dts : Add AD4696 devicetree\n\nAdd devicetree for ad469x_fmcz/zed project\n\nSigned-off-by: Radu Sabau ","shortMessageHtmlLink":"arch: arm: boot: dts : Add AD4696 devicetree"}},{"before":"43f0025b1ffffc8bb12acf6570f8ebbdefaa5018","after":"526af93b8f12021ea86438539c381bdc611d9183","ref":"refs/heads/xcomm_zynq","pushedAt":"2024-09-10T13:03:19.000Z","pushType":"push","commitsCount":32,"pusher":{"login":"azure-pipelines[bot]","name":null,"path":"/apps/azure-pipelines","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/9426?s=80&v=4"},"commit":{"message":"pwm: Drop changes related to pwm_config() compared to mainline\n\npwm_config() isn't recommended to be used any more and (since the\nprevious commit) the vendor changes don't introduce any new user. So\ndrop the changes introduced in commit 2a1b16e2639a (\"pwm: Convert period\nand duty cycle to u64\").\n\nSigned-off-by: Uwe Kleine-König ","shortMessageHtmlLink":"pwm: Drop changes related to pwm_config() compared to mainline"}},{"before":"e63f63d45335434679cf6c4c49bf07b572d966e4","after":"c97116ce0e65a7456faf3ea43e1d12af98122abe","ref":"refs/heads/adi-6.1.0","pushedAt":"2024-09-10T13:02:50.000Z","pushType":"push","commitsCount":32,"pusher":{"login":"azure-pipelines[bot]","name":null,"path":"/apps/azure-pipelines","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/9426?s=80&v=4"},"commit":{"message":"pwm: Drop changes related to pwm_config() compared to mainline\n\npwm_config() isn't recommended to be used any more and (since the\nprevious commit) the vendor changes don't introduce any new user. So\ndrop the changes introduced in commit 2a1b16e2639a (\"pwm: Convert period\nand duty cycle to u64\").\n\nSigned-off-by: Uwe Kleine-König \n(cherry picked from commit 526af93b8f12021ea86438539c381bdc611d9183)","shortMessageHtmlLink":"pwm: Drop changes related to pwm_config() compared to mainline"}},{"before":"43f0025b1ffffc8bb12acf6570f8ebbdefaa5018","after":"526af93b8f12021ea86438539c381bdc611d9183","ref":"refs/heads/main","pushedAt":"2024-09-10T12:59:52.000Z","pushType":"pr_merge","commitsCount":32,"pusher":{"login":"nunojsa","name":"Nuno Sá","path":"/nunojsa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28741857?s=80&v=4"},"commit":{"message":"pwm: Drop changes related to pwm_config() compared to mainline\n\npwm_config() isn't recommended to be used any more and (since the\nprevious commit) the vendor changes don't introduce any new user. So\ndrop the changes introduced in commit 2a1b16e2639a (\"pwm: Convert period\nand duty cycle to u64\").\n\nSigned-off-by: Uwe Kleine-König ","shortMessageHtmlLink":"pwm: Drop changes related to pwm_config() compared to mainline"}},{"before":"ae960b9e36ab3d0c1f520f7b09cde07034d58171","after":"ac83e48b5073b26f700d03e114cc296c1f6ea881","ref":"refs/heads/ad4630_remove_avg_0_test","pushedAt":"2024-09-10T12:51:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"machschmitt","name":"Marcelo Schmitt","path":"/machschmitt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123473008?s=80&v=4"},"commit":{"message":"iio: adc: ad4630: Max sampling frequency set to 2MSPS\n\nThe default MSPS for AD4630 is wrongly define, also the 500KSPS\nchips seems not to have proper sampling frequency defined\n\nFor now, set the sample frequency to 2MSPS by default for some\ntests in hardware\n\nSigned-off-by: Liviu Adace ","shortMessageHtmlLink":"iio: adc: ad4630: Max sampling frequency set to 2MSPS"}},{"before":"f78402cf7782d04246c628d6020401ddb4307f0f","after":"ae960b9e36ab3d0c1f520f7b09cde07034d58171","ref":"refs/heads/ad4630_remove_avg_0_test","pushedAt":"2024-09-10T12:38:10.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"machschmitt","name":"Marcelo Schmitt","path":"/machschmitt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123473008?s=80&v=4"},"commit":{"message":"iio: adc: ad4630: Max sampling frequency set to 2MSPS\n\nThe default MSPS for AD4630 is wrongly define, also the 500KSPS\nchips seems not to have proper sampling frequency defined\n\nFor now, set the sample frequency to 2MSPS by default for some\ntests in hardware\n\nSigned-off-by: Liviu Adace ","shortMessageHtmlLink":"iio: adc: ad4630: Max sampling frequency set to 2MSPS"}},{"before":"72320832fb041715a505bff21075a9792f48e219","after":"8a93ce429efda668d02947fa0e2cc8de8b7f872f","ref":"refs/heads/mm_spi_flash","pushedAt":"2024-09-10T11:26:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"UtsavAgarwalADI","name":"Utsav Agarwal","path":"/UtsavAgarwalADI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/141642367?s=80&v=4"},"commit":{"message":"spi: controller is able to register, spi-nor fails\n\nSigned-off-by: Utsav Agarwal ","shortMessageHtmlLink":"spi: controller is able to register, spi-nor fails"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xNlQxOTo1NToyMC4wMDAwMDBazwAAAAS308q7","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xNlQxOTo1NToyMC4wMDAwMDBazwAAAAS308q7","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xMFQxMToyNjo0Ny4wMDAwMDBazwAAAASx93Jy"}},"title":"Activity · analogdevicesinc/linux"}