{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":3199002,"defaultBranch":"rpi-6.6.y","name":"linux","ownerLogin":"raspberrypi","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2012-01-17T12:10:20.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1294177?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1714388888.0","currentOid":""},"activityList":{"items":[{"before":"1e53604087930e7cf42eee3d42572d0d6f54c86a","after":"e0c78d59082aaadb95fc301af239c991686a1822","ref":"refs/heads/rpi-6.6.y","pushedAt":"2024-05-08T18:13:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pelwell","name":"Phil Elwell","path":"/pelwell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8911409?s=80&v=4"},"commit":{"message":"dts: bcm2712: Drop snd_bcm2835 bootargs references from Pi5\n\nPi5 has no VCHIQ to support the snd_bcm2835 firmware audio\ndriver, so remove the reference to it from bootargs.\n\nhttps://forums.raspberrypi.com/viewtopic.php?p=2219395#p2219395\n\nSigned-off-by: Dave Stevenson ","shortMessageHtmlLink":"dts: bcm2712: Drop snd_bcm2835 bootargs references from Pi5"}},{"before":"fbb6687254b971f1d3f2b5a943998f4f441ba396","after":"306bcafee3596b1e69998edcd2a0a8934c74552a","ref":"refs/heads/rpi-6.9.y","pushedAt":"2024-05-07T15:21:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pelwell","name":"Phil Elwell","path":"/pelwell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8911409?s=80&v=4"},"commit":{"message":"drm/vc4: Fix potential null pointer read when disabling vblank\n\nvc4_disable_vblank assumed that vc4_encoder was always assigned,\nwhich isn't guaranteed.\n\nIf it isn't assigned then disable the interrupt anyway as it's\nnot connected.\n\nhttps://github.com/raspberrypi/linux/issues/6146\n\nFixes: 63c0bcc4b747 (\"drm/vc4: Add option to call from crtc to encoder on vblank\")\nSigned-off-by: Dave Stevenson ","shortMessageHtmlLink":"drm/vc4: Fix potential null pointer read when disabling vblank"}},{"before":"7384146d5382439ac8cd1c58cb0e6d122a2891f6","after":"b5dbe58ae4140a1ef7b86e4757e872c209b9f9ab","ref":"refs/heads/rpi-6.8.y","pushedAt":"2024-05-07T15:20:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pelwell","name":"Phil Elwell","path":"/pelwell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8911409?s=80&v=4"},"commit":{"message":"drm/vc4: Fix potential null pointer read when disabling vblank\n\nvc4_disable_vblank assumed that vc4_encoder was always assigned,\nwhich isn't guaranteed.\n\nIf it isn't assigned then disable the interrupt anyway as it's\nnot connected.\n\nhttps://github.com/raspberrypi/linux/issues/6146\n\nFixes: 63c0bcc4b747 (\"drm/vc4: Add option to call from crtc to encoder on vblank\")\nSigned-off-by: Dave Stevenson ","shortMessageHtmlLink":"drm/vc4: Fix potential null pointer read when disabling vblank"}},{"before":"cde1ebc9e6c78c6014acdb10ac7f7ae6bd01f893","after":"fbb6687254b971f1d3f2b5a943998f4f441ba396","ref":"refs/heads/rpi-6.9.y","pushedAt":"2024-05-07T15:18:45.000Z","pushType":"push","commitsCount":25,"pusher":{"login":"pelwell","name":"Phil Elwell","path":"/pelwell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8911409?s=80&v=4"},"commit":{"message":"ARM: dts: Update strict_gpiod dtparams\n\nFollowing the adoption upstream of a similar parameter but with another\nname, update the dtparam definitions to use the new name and sense.\n\nSigned-off-by: Phil Elwell ","shortMessageHtmlLink":"ARM: dts: Update strict_gpiod dtparams"}},{"before":"c10f02385f07e40a35eef2fc9d69ecf5a37da778","after":"1e53604087930e7cf42eee3d42572d0d6f54c86a","ref":"refs/heads/rpi-6.6.y","pushedAt":"2024-05-07T15:18:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pelwell","name":"Phil Elwell","path":"/pelwell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8911409?s=80&v=4"},"commit":{"message":"drm/vc4: Fix potential null pointer read when disabling vblank\n\nvc4_disable_vblank assumed that vc4_encoder was always assigned,\nwhich isn't guaranteed.\n\nIf it isn't assigned then disable the interrupt anyway as it's\nnot connected.\n\nhttps://github.com/raspberrypi/linux/issues/6146\n\nFixes: 63c0bcc4b747 (\"drm/vc4: Add option to call from crtc to encoder on vblank\")\nSigned-off-by: Dave Stevenson ","shortMessageHtmlLink":"drm/vc4: Fix potential null pointer read when disabling vblank"}},{"before":"b99058fdc04179e6eced04235546bd11903a558a","after":"cde1ebc9e6c78c6014acdb10ac7f7ae6bd01f893","ref":"refs/heads/rpi-6.9.y","pushedAt":"2024-05-07T14:57:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"popcornmix","name":null,"path":"/popcornmix","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1053730?s=80&v=4"},"commit":{"message":"dts: overlay: ov5647: Specify clock-noncontinuous on CSI endpoint\n\nThe OV5647 declares that it wants a non-continuous clock in its endpoint\nconfiguration. However, it does not expose this information via\nget_mbus_config. Even if it would implement get_mbus_config the\nbcm2835-unicam driver would not evaluate the flags field of it.\n\nBy also specifying clock-noncontinuous on the CSI endpoint itself, the\nCSI driver properly picks up the requests and enables the non-continuous\nclock mode.\n\nSigned-off-by: Christian Speich ","shortMessageHtmlLink":"dts: overlay: ov5647: Specify clock-noncontinuous on CSI endpoint"}},{"before":"b876ae0fb36d604c06ac3e991e846ae5cb277b57","after":"7384146d5382439ac8cd1c58cb0e6d122a2891f6","ref":"refs/heads/rpi-6.8.y","pushedAt":"2024-05-07T14:07:22.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"pelwell","name":"Phil Elwell","path":"/pelwell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8911409?s=80&v=4"},"commit":{"message":"ARM: dts: Update strict_gpiod dtparams\n\nFollowing the adoption upstream of a similar parameter but with another\nname, update the dtparam definitions to use the new name and sense.\n\nSigned-off-by: Phil Elwell ","shortMessageHtmlLink":"ARM: dts: Update strict_gpiod dtparams"}},{"before":"fd553e002cb908f0dd681af0b3ddb62965e0cc41","after":"c10f02385f07e40a35eef2fc9d69ecf5a37da778","ref":"refs/heads/rpi-6.6.y","pushedAt":"2024-05-07T13:57:41.000Z","pushType":"pr_merge","commitsCount":6,"pusher":{"login":"pelwell","name":"Phil Elwell","path":"/pelwell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8911409?s=80&v=4"},"commit":{"message":"ARM: dts: Update strict_gpiod dtparams\n\nFollowing the adoption upstream of a similar parameter but with another\nname, update the dtparam definitions to use the new name and sense.\n\nSigned-off-by: Phil Elwell ","shortMessageHtmlLink":"ARM: dts: Update strict_gpiod dtparams"}},{"before":"c735c0f88dc694f6ff665995af66fe0aec359156","after":"b876ae0fb36d604c06ac3e991e846ae5cb277b57","ref":"refs/heads/rpi-6.8.y","pushedAt":"2024-05-07T12:03:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pelwell","name":"Phil Elwell","path":"/pelwell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8911409?s=80&v=4"},"commit":{"message":"configs: Enable BCACHEFS as a module\n\nBCACHEFS is a new, copy on write filesystem. Enable it as a module for\nevaluation, along with some of the optional features.\n\nSee: https://github.com/raspberrypi/linux/issues/6135\n\nSigned-off-by: Phil Elwell ","shortMessageHtmlLink":"configs: Enable BCACHEFS as a module"}},{"before":"785f5649dca3aa44ba4f1e885fe203a342ed1ea0","after":"b99058fdc04179e6eced04235546bd11903a558a","ref":"refs/heads/rpi-6.9.y","pushedAt":"2024-05-06T21:07:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pelwell","name":"Phil Elwell","path":"/pelwell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8911409?s=80&v=4"},"commit":{"message":"overlays: Add sc16is750-spi0\n\nEssentially a rename of the equivalent overlay for the SC16IS752.\n\nSigned-off-by: Phil Elwell ","shortMessageHtmlLink":"overlays: Add sc16is750-spi0"}},{"before":"a463963b37eeadd8d17cf1489272ee7cd10bd416","after":"c735c0f88dc694f6ff665995af66fe0aec359156","ref":"refs/heads/rpi-6.8.y","pushedAt":"2024-05-06T21:07:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pelwell","name":"Phil Elwell","path":"/pelwell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8911409?s=80&v=4"},"commit":{"message":"overlays: Add sc16is750-spi0\n\nEssentially a rename of the equivalent overlay for the SC16IS752.\n\nSigned-off-by: Phil Elwell ","shortMessageHtmlLink":"overlays: Add sc16is750-spi0"}},{"before":"dda85fda5b2dda7c4e2ba18770bd2033313006d2","after":"fd553e002cb908f0dd681af0b3ddb62965e0cc41","ref":"refs/heads/rpi-6.6.y","pushedAt":"2024-05-06T20:52:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pelwell","name":"Phil Elwell","path":"/pelwell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8911409?s=80&v=4"},"commit":{"message":"overlays: Add sc16is750-spi0\n\nEssentially a rename of the equivalent overlay for the SC16IS752.\n\nSigned-off-by: Phil Elwell ","shortMessageHtmlLink":"overlays: Add sc16is750-spi0"}},{"before":"cde1ebc9e6c78c6014acdb10ac7f7ae6bd01f893","after":"785f5649dca3aa44ba4f1e885fe203a342ed1ea0","ref":"refs/heads/rpi-6.9.y","pushedAt":"2024-05-02T21:44:00.000Z","pushType":"push","commitsCount":17,"pusher":{"login":"pelwell","name":"Phil Elwell","path":"/pelwell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8911409?s=80&v=4"},"commit":{"message":"defconfigs: Add ILI9881 to rpi and bcm2709 defconfigs\n\nSigned-off-by: Dave Stevenson ","shortMessageHtmlLink":"defconfigs: Add ILI9881 to rpi and bcm2709 defconfigs"}},{"before":"62be40e657c8fc713114520c39a228588f0d7a33","after":"a463963b37eeadd8d17cf1489272ee7cd10bd416","ref":"refs/heads/rpi-6.8.y","pushedAt":"2024-05-02T20:05:08.000Z","pushType":"push","commitsCount":17,"pusher":{"login":"pelwell","name":"Phil Elwell","path":"/pelwell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8911409?s=80&v=4"},"commit":{"message":"defconfigs: Add ILI9881 to rpi and bcm2709 defconfigs\n\nSigned-off-by: Dave Stevenson ","shortMessageHtmlLink":"defconfigs: Add ILI9881 to rpi and bcm2709 defconfigs"}},{"before":"ee713e438df8e09e01e4f7598382d3703db5d4c4","after":"dda85fda5b2dda7c4e2ba18770bd2033313006d2","ref":"refs/heads/rpi-6.6.y","pushedAt":"2024-05-02T16:05:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pelwell","name":"Phil Elwell","path":"/pelwell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8911409?s=80&v=4"},"commit":{"message":"defconfigs: Add ILI9881 to rpi and bcm2709 defconfigs\n\nSigned-off-by: Dave Stevenson ","shortMessageHtmlLink":"defconfigs: Add ILI9881 to rpi and bcm2709 defconfigs"}},{"before":"3a8b7204348682152b77618eed061e8718db5935","after":"ee713e438df8e09e01e4f7598382d3703db5d4c4","ref":"refs/heads/rpi-6.6.y","pushedAt":"2024-05-02T15:48:04.000Z","pushType":"push","commitsCount":188,"pusher":{"login":"popcornmix","name":null,"path":"/popcornmix","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1053730?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.y","shortMessageHtmlLink":"Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.y"}},{"before":"43db870c71e41b5af18e8033ca13e67432658896","after":"62be40e657c8fc713114520c39a228588f0d7a33","ref":"refs/heads/rpi-6.8.y","pushedAt":"2024-05-02T15:46:10.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"popcornmix","name":null,"path":"/popcornmix","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1053730?s=80&v=4"},"commit":{"message":"dts: overlay: ov5647: Specify clock-noncontinuous on CSI endpoint\n\nThe OV5647 declares that it wants a non-continuous clock in its endpoint\nconfiguration. However, it does not expose this information via\nget_mbus_config. Even if it would implement get_mbus_config the\nbcm2835-unicam driver would not evaluate the flags field of it.\n\nBy also specifying clock-noncontinuous on the CSI endpoint itself, the\nCSI driver properly picks up the requests and enables the non-continuous\nclock mode.\n\nSigned-off-by: Christian Speich ","shortMessageHtmlLink":"dts: overlay: ov5647: Specify clock-noncontinuous on CSI endpoint"}},{"before":"7c145d68717d2b1ee522f2709a1964fd9370da67","after":"3a8b7204348682152b77618eed061e8718db5935","ref":"refs/heads/rpi-6.6.y","pushedAt":"2024-05-01T09:33:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pelwell","name":"Phil Elwell","path":"/pelwell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8911409?s=80&v=4"},"commit":{"message":"overlays: qca7000: Adjust URL & README info\n\nin-tech smart charging is now called chargebyte. Our product name\nseems to be more stable than our company name, so drop them\nwhere it's possible.\n\nSigned-off-by: Stefan Wahren ","shortMessageHtmlLink":"overlays: qca7000: Adjust URL & README info"}},{"before":"269a721326f2b4c8789af450f580f27a18a9d6af","after":"7c145d68717d2b1ee522f2709a1964fd9370da67","ref":"refs/heads/rpi-6.6.y","pushedAt":"2024-04-30T19:14:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pelwell","name":"Phil Elwell","path":"/pelwell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8911409?s=80&v=4"},"commit":{"message":"drm: rp1: dpi: Add support for MEDIA_BUS_FMT_RGB565_1X24_CPADHI\n\nThis new format corresponds to the Raspberry Pi legacy DPI mode 3.\n\nSigned-off-by: Nick Hollinghurst ","shortMessageHtmlLink":"drm: rp1: dpi: Add support for MEDIA_BUS_FMT_RGB565_1X24_CPADHI"}},{"before":"a02f1a28cf74e9593e5b2e1c18fe0cbe6cc59e42","after":"269a721326f2b4c8789af450f580f27a18a9d6af","ref":"refs/heads/rpi-6.6.y","pushedAt":"2024-04-30T17:37:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pelwell","name":"Phil Elwell","path":"/pelwell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8911409?s=80&v=4"},"commit":{"message":"overlays: Add overlay for the Pineboards Hat Ai!\n\nThis overlay simplifies the configuration of the Coral Edge TPU (Single and Dual Edge) on the Pi 5.","shortMessageHtmlLink":"overlays: Add overlay for the Pineboards Hat Ai!"}},{"before":"7c517e79b6ef29b331221829a125d816b87e8d02","after":"a02f1a28cf74e9593e5b2e1c18fe0cbe6cc59e42","ref":"refs/heads/rpi-6.6.y","pushedAt":"2024-04-30T17:30:57.000Z","pushType":"pr_merge","commitsCount":13,"pusher":{"login":"pelwell","name":"Phil Elwell","path":"/pelwell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8911409?s=80&v=4"},"commit":{"message":"regulator/rpi-panel: Power off display on shutdown\n\nAdds a shutdown function to turn off the backlight, bridge, and\ntouch controller on shutdown.\n\nSigned-off-by: Dave Stevenson ","shortMessageHtmlLink":"regulator/rpi-panel: Power off display on shutdown"}},{"before":"6d523c00412b5c6bc2e3020bbc1b48abd8b68804","after":"7c517e79b6ef29b331221829a125d816b87e8d02","ref":"refs/heads/rpi-6.6.y","pushedAt":"2024-04-29T13:37:39.000Z","pushType":"push","commitsCount":161,"pusher":{"login":"popcornmix","name":null,"path":"/popcornmix","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1053730?s=80&v=4"},"commit":{"message":"usb: add plumbing for updating interrupt endpoint interval state\n\nxHCI caches device and endpoint data after the interface is configured,\nso an explicit command needs to be issued for any device driver wanting\nto alter the polling interval of an endpoint.\n\nAdd usb_fixup_endpoint() to allow drivers to do this. The fixup must be\ncalled after calculating endpoint bandwidth requirements but before any\nURBs are submitted.\n\nIf polling intervals are shortened, any bandwidth reservations are no\nlonger valid but in practice polling intervals are only ever relaxed.\n\nLimit the scope to interrupt transfers for now.\n\nSigned-off-by: Jonathan Bell ","shortMessageHtmlLink":"usb: add plumbing for updating interrupt endpoint interval state"}},{"before":"ca9b3fcf75c261210d93f9cb227584f57153bb6f","after":"43db870c71e41b5af18e8033ca13e67432658896","ref":"refs/heads/rpi-6.8.y","pushedAt":"2024-04-29T13:29:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"popcornmix","name":null,"path":"/popcornmix","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1053730?s=80&v=4"},"commit":{"message":"dts: overlay: ov5647: Specify clock-noncontinuous on CSI endpoint\n\nThe OV5647 declares that it wants a non-continuous clock in its endpoint\nconfiguration. However, it does not expose this information via\nget_mbus_config. Even if it would implement get_mbus_config the\nbcm2835-unicam driver would not evaluate the flags field of it.\n\nBy also specifying clock-noncontinuous on the CSI endpoint itself, the\nCSI driver properly picks up the requests and enables the non-continuous\nclock mode.\n\nSigned-off-by: Christian Speich ","shortMessageHtmlLink":"dts: overlay: ov5647: Specify clock-noncontinuous on CSI endpoint"}},{"before":"dc39c162fe32212116a68d7360548c6f80a78368","after":"cde1ebc9e6c78c6014acdb10ac7f7ae6bd01f893","ref":"refs/heads/rpi-6.9.y","pushedAt":"2024-04-29T13:20:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"popcornmix","name":null,"path":"/popcornmix","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1053730?s=80&v=4"},"commit":{"message":"dts: overlay: ov5647: Specify clock-noncontinuous on CSI endpoint\n\nThe OV5647 declares that it wants a non-continuous clock in its endpoint\nconfiguration. However, it does not expose this information via\nget_mbus_config. Even if it would implement get_mbus_config the\nbcm2835-unicam driver would not evaluate the flags field of it.\n\nBy also specifying clock-noncontinuous on the CSI endpoint itself, the\nCSI driver properly picks up the requests and enables the non-continuous\nclock mode.\n\nSigned-off-by: Christian Speich ","shortMessageHtmlLink":"dts: overlay: ov5647: Specify clock-noncontinuous on CSI endpoint"}},{"before":"abd2ec6b8025b758c334f3b7ad8306c3767ac9e0","after":"dc39c162fe32212116a68d7360548c6f80a78368","ref":"refs/heads/rpi-6.9.y","pushedAt":"2024-04-27T10:17:34.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"pelwell","name":"Phil Elwell","path":"/pelwell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8911409?s=80&v=4"},"commit":{"message":"dts: overlay: ov5647: Specify clock-noncontinuous on CSI endpoint\n\nThe OV5647 declares that it wants a non-continuous clock in its endpoint\nconfiguration. However, it does not expose this information via\nget_mbus_config. Even if it would implement get_mbus_config the\nbcm2835-unicam driver would not evaluate the flags field of it.\n\nBy also specifying clock-noncontinuous on the CSI endpoint itself, the\nCSI driver properly picks up the requests and enables the non-continuous\nclock mode.\n\nSigned-off-by: Christian Speich ","shortMessageHtmlLink":"dts: overlay: ov5647: Specify clock-noncontinuous on CSI endpoint"}},{"before":"6a4a2c53f950d527781737651ae7c4bd9d5aa1c7","after":"ca9b3fcf75c261210d93f9cb227584f57153bb6f","ref":"refs/heads/rpi-6.8.y","pushedAt":"2024-04-27T10:10:43.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"pelwell","name":"Phil Elwell","path":"/pelwell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8911409?s=80&v=4"},"commit":{"message":"dts: overlay: ov5647: Specify clock-noncontinuous on CSI endpoint\n\nThe OV5647 declares that it wants a non-continuous clock in its endpoint\nconfiguration. However, it does not expose this information via\nget_mbus_config. Even if it would implement get_mbus_config the\nbcm2835-unicam driver would not evaluate the flags field of it.\n\nBy also specifying clock-noncontinuous on the CSI endpoint itself, the\nCSI driver properly picks up the requests and enables the non-continuous\nclock mode.\n\nSigned-off-by: Christian Speich ","shortMessageHtmlLink":"dts: overlay: ov5647: Specify clock-noncontinuous on CSI endpoint"}},{"before":"3f472b226d46ece0968b754edeb3ac35d006ee76","after":"6d523c00412b5c6bc2e3020bbc1b48abd8b68804","ref":"refs/heads/rpi-6.6.y","pushedAt":"2024-04-26T16:45:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pelwell","name":"Phil Elwell","path":"/pelwell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8911409?s=80&v=4"},"commit":{"message":"dts: overlay: ov5647: Specify clock-noncontinuous on CSI endpoint\n\nThe OV5647 declares that it wants a non-continuous clock in its endpoint\nconfiguration. However, it does not expose this information via\nget_mbus_config. Even if it would implement get_mbus_config the\nbcm2835-unicam driver would not evaluate the flags field of it.\n\nBy also specifying clock-noncontinuous on the CSI endpoint itself, the\nCSI driver properly picks up the requests and enables the non-continuous\nclock mode.\n\nSigned-off-by: Christian Speich ","shortMessageHtmlLink":"dts: overlay: ov5647: Specify clock-noncontinuous on CSI endpoint"}},{"before":"4e81411f2a7fa068a49c34c87b692ba99801041b","after":"3f472b226d46ece0968b754edeb3ac35d006ee76","ref":"refs/heads/rpi-6.6.y","pushedAt":"2024-04-26T16:44:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pelwell","name":"Phil Elwell","path":"/pelwell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8911409?s=80&v=4"},"commit":{"message":"configs: Add IP_NF_TARGET_SYNPROXY=m\n\nThis is the IPv4 version of the IPv6 option IP6_NF_TARGET_SYNPROXY,\nwhich is already enabled as a module.\n\nSee: https://github.com/raspberrypi/linux/issues/6127\n\nSigned-off-by: Phil Elwell ","shortMessageHtmlLink":"configs: Add IP_NF_TARGET_SYNPROXY=m"}},{"before":"dd0462fa7d91de1b25d66988f98c527ebf6485c2","after":null,"ref":"refs/heads/rp1-vec-extensions","pushedAt":"2024-04-26T16:19:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"njhollinghurst","name":null,"path":"/njhollinghurst","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32740621?s=80&v=4"}},{"before":"2a7bf5c8a7db22f7fb04af795c23b1fb5a2ac2e3","after":"4e81411f2a7fa068a49c34c87b692ba99801041b","ref":"refs/heads/rpi-6.6.y","pushedAt":"2024-04-26T16:19:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"njhollinghurst","name":null,"path":"/njhollinghurst","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32740621?s=80&v=4"},"commit":{"message":"drm: rp1: vec: Support more video modes in the RP1 VEC driver\n\nSupport a wider range of pixel clock rates. The driver will round\npixclock up to 108MHz/n but tries to honour the desired image width\nand position (of the centre of the display relative to HSYNC_STARTs).\nThis adds complexity but removes the need for separate 13.5MHz and\n15.428MHz modes.\n\nSupport \"fake\" double-rate progressive modes (in which only every\n2nd scanline is displayed). To work around aspect ratio issues.\n\nAdd Monochrome TV mode support. Add \"vintage\" modes (544x380i for\nSystem A; 848x738i for System E) when configured for Monochrome.\n\nAdd a way to create a \"custom\" display mode from a module parameter.\n\nSigned-off-by: Nick Hollinghurst ","shortMessageHtmlLink":"drm: rp1: vec: Support more video modes in the RP1 VEC driver"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEROsLRgA","startCursor":null,"endCursor":null}},"title":"Activity ยท raspberrypi/linux"}