Re: [PATCH v8 0/5] Driver for pre-DCP apple display controller.

2025-03-05 Thread Alyssa Rosenzweig
> Yeah it's because you applied the whole patchset, and discarded/skipped > patch 3 & 4 afterwards, so b4 gets confused. > > Next time specify which patch you want to apply with -P 1,2,5 > and b4 with know which patch you applied and generate a good ty patch. Ah nice, didn't know about -P, thanks

Re: [PATCH v8 0/5] Driver for pre-DCP apple display controller.

2025-03-05 Thread Neil Armstrong
On 05/03/2025 15:01, Alyssa Rosenzweig wrote: Er... I only applied 1, 2, and 5. Patch 3 was already merged, and patch 4 is going in via arm soc. I am, new to b4, sorry! Yeah it's because you applied the whole patchset, and discarded/skipped patch 3 & 4 afterwards, so b4 gets confused. Next tim

Re: [PATCH v8 0/5] Driver for pre-DCP apple display controller.

2025-03-05 Thread Alyssa Rosenzweig
Er... I only applied 1, 2, and 5. Patch 3 was already merged, and patch 4 is going in via arm soc. I am, new to b4, sorry! Le Wed, Mar 05, 2025 at 08:43:51AM -0500, Alyssa Rosenzweig a écrit : > > On Mon, 24 Feb 2025 12:02:15 +0100, Sasha Finkelstein wrote: > > This patch series adds support for

Re: [PATCH v8 0/5] Driver for pre-DCP apple display controller.

2025-03-05 Thread Alyssa Rosenzweig
On Mon, 24 Feb 2025 12:02:15 +0100, Sasha Finkelstein wrote: > This patch series adds support for a secondary display controller > present on Apple M1/M2 chips and used to drive the display of the > "touchbar" touch panel present on those. > > Applied, thanks! [1/5] dt-bindings: display: Add

[PATCH v8 0/5] Driver for pre-DCP apple display controller.

2025-02-24 Thread Sasha Finkelstein via B4 Relay
Hi. This patch series adds support for a secondary display controller present on Apple M1/M2 chips and used to drive the display of the "touchbar" touch panel present on those. Signed-off-by: Sasha Finkelstein --- Changes in v8: - Improved comment readability. - Link to v7: https://lore.kernel