Re: [PATCH v2 9/9] dt-bindings: drop redundant part of title (manual)

2022-11-23 Thread Mark Brown
On Mon, Nov 21, 2022 at 12:06:15PM +0100, Krzysztof Kozlowski wrote: > The Devicetree bindings document does not have to say in the title that > it is a "Devicetree binding" or a "schema", but instead just describe > the hardware. Acked-by: Mark Brown signature.a

Re: [PATCH v2 7/9] dt-bindings: drop redundant part of title (beginning)

2022-11-23 Thread Mark Brown
On Mon, Nov 21, 2022 at 12:06:13PM +0100, Krzysztof Kozlowski wrote: > The Devicetree bindings document does not have to say in the title that > it is a "Devicetree binding", but instead just describe the hardware. Acked-by: Mark Brown signature.asc Descriptio

Re: [PATCH v2 6/9] dt-bindings: drop redundant part of title (end, part three)

2022-11-23 Thread Mark Brown
On Mon, Nov 21, 2022 at 12:06:12PM +0100, Krzysztof Kozlowski wrote: > The Devicetree bindings document does not have to say in the title that > it is a "binding", but instead just describe the hardware. Acked-by: Mark Brown signature.asc Descriptio

Re: [PATCH v2 5/9] dt-bindings: drop redundant part of title (end, part two)

2022-11-23 Thread Mark Brown
On Mon, Nov 21, 2022 at 12:06:11PM +0100, Krzysztof Kozlowski wrote: > The Devicetree bindings document does not have to say in the title that > it is a "binding", but instead just describe the hardware. Acked-by: Mark Brown signature.asc Descriptio

Re: [PATCH v2 4/9] dt-bindings: drop redundant part of title (end)

2022-11-23 Thread Mark Brown
On Mon, Nov 21, 2022 at 12:06:10PM +0100, Krzysztof Kozlowski wrote: > The Devicetree bindings document does not have to say in the title that > it is a "Devicetree binding", but instead just describe the hardware. Acked-by: Mark Brown signature.asc Descriptio

Re: [PATCH v2 1/9] dt-bindings: drop redundant part of title of shared bindings

2022-11-23 Thread Mark Brown
On Mon, Nov 21, 2022 at 12:06:07PM +0100, Krzysztof Kozlowski wrote: > The Devicetree bindings document does not have to say in the title that > it is a "binding", but instead just describe the hardware. For shared > (re-usable) schemas, name them all as "common properties

Re: [PATCH v3 07/11] spi: Use helper for safer setting of driver_override

2022-02-28 Thread Mark Brown
On Sun, Feb 27, 2022 at 02:53:25PM +0100, Krzysztof Kozlowski wrote: > Use a helper for seting driver_override to reduce amount of duplicated > code. Reviwed-by: Mark Brown signature.asc Description: PGP signature ___ Virtualization mailin

Re: [PATCH v2 07/11] spi: use helper for safer setting of driver_override

2022-02-23 Thread Mark Brown
On Wed, Feb 23, 2022 at 08:14:37PM +0100, Krzysztof Kozlowski wrote: > Remove also "const" from the definition of spi_device.driver_override, > because it is not correct. The SPI driver already treats it as > dynamic, not const, memory. We don't modify the string do we, we just allocate a new

Re: [PATCH] bus: Make remove callback return void

2021-07-06 Thread Mark Brown
On Tue, Jul 06, 2021 at 11:50:37AM +0200, Uwe Kleine-König wrote: > The driver core ignores the return value of this callback because there > is only little it can do when a device disappears. Acked-by: Mark Brown signature.asc Description: PGP sig

Re: [PATCH 000/141] Fix fall-through warnings for Clang

2020-11-23 Thread Mark Brown
On Fri, 20 Nov 2020 12:21:39 -0600, Gustavo A. R. Silva wrote: > This series aims to fix almost all remaining fall-through warnings in > order to enable -Wimplicit-fallthrough for Clang. > > In preparation to enable -Wimplicit-fallthrough for Clang, explicitly > add multiple

Re: [PATCH 00/17] spelling.txt: /decriptors/descriptors/

2020-06-15 Thread Mark Brown
On Tue, 9 Jun 2020 13:45:53 +0100, Kieran Bingham wrote: > I wouldn't normally go through spelling fixes, but I caught sight of > this typo twice, and then foolishly grepped the tree for it, and saw how > pervasive it was. > > so here I am ... fixing a typo globally... but with an addition in >

Re: [PATCH 22/22] docs: fix broken documentation links

2019-06-03 Thread Mark Brown
On Wed, May 29, 2019 at 08:23:53PM -0300, Mauro Carvalho Chehab wrote: > Mostly due to x86 and acpi conversion, several documentation > links are still pointing to the old file. Fix them. Acked-by: Mark Brown signature.asc Description: PGP sig

Re: [PATCH 7/7] [v5] drivers/virt: introduce Freescale hypervisor management driver

2011-06-10 Thread Mark Brown
On Thu, Jun 09, 2011 at 10:33:07PM +0200, Arnd Bergmann wrote: On Thursday 09 June 2011 22:18:28 Timur Tabi wrote: Ok, I was really hoping to avoid doing this. Like I said, binary compatibility is important, and changing the type will break my existing apps. Are you insisting that I