mbox series

[v1,0/3] Fix incorrect bh2228fv compatible

Message ID 20240717-impotence-zippy-254b86593069@spud
Headers show
Series Fix incorrect bh2228fv compatible | expand

Message

Conor Dooley July 17, 2024, 9:59 a.m. UTC
From: Conor Dooley <conor.dooley@microchip.com>

Maxime made a typo when adding this device to the kernel all the way
back in 2012, fix the spelling mistake.

Really this device should not be in trivial-devices.yaml, but I'm
leaving the creation of a dedicated binding for when I get my hands on a
device :smiling_imp:

Cheers,
Conor.

CC: Rob Herring <robh@kernel.org>
CC: Krzysztof Kozlowski <krzk+dt@kernel.org>
CC: Conor Dooley <conor+dt@kernel.org>
CC: Shawn Guo <shawnguo@kernel.org>
CC: Sascha Hauer <s.hauer@pengutronix.de>
CC: Pengutronix Kernel Team <kernel@pengutronix.de>
CC: Fabio Estevam <festevam@gmail.com>
CC: Mark Brown <broonie@kernel.org>
CC: Maxime Ripard <mripard@kernel.org> (blamed_fixes:1/1=100%)
CC: devicetree@vger.kernel.org
CC: linux-kernel@vger.kernel.org
CC: imx@lists.linux.dev
CC: linux-arm-kernel@lists.infradead.org
CC: linux-spi@vger.kernel.org

Conor Dooley (3):
  dt-bindings: trivial-devices: fix Rohm BH2228FV compatible string
  spi: spidev: add correct compatible for Rohm BH2228FV
  ARM: dts: nxp: correct DAC compatible on Crystalfontz's CFA10049

 Documentation/devicetree/bindings/trivial-devices.yaml | 4 +++-
 arch/arm/boot/dts/nxp/mxs/imx28-cfa10049.dts           | 2 +-
 drivers/spi/spidev.c                                   | 1 +
 3 files changed, 5 insertions(+), 2 deletions(-)

Comments

Maxime Ripard July 17, 2024, 10:23 a.m. UTC | #1
On Wed, 17 Jul 2024 10:59:47 +0100, Conor Dooley wrote:
> From: Conor Dooley <conor.dooley@microchip.com>
> 
> Maxime made a typo when adding this device to the kernel all the way
> back in 2012, fix the spelling mistake.
> 
> 
> [ ... ]

Acked-by: Maxime Ripard <mripard@kernel.org>

Thanks!
Maxime
Mark Brown July 18, 2024, 4:25 p.m. UTC | #2
On Wed, 17 Jul 2024 10:59:47 +0100, Conor Dooley wrote:
> Maxime made a typo when adding this device to the kernel all the way
> back in 2012, fix the spelling mistake.
> 
> Really this device should not be in trivial-devices.yaml, but I'm
> leaving the creation of a dedicated binding for when I get my hands on a
> device :smiling_imp:
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/3] dt-bindings: trivial-devices: fix Rohm BH2228FV compatible string
      commit: 5170dae5591036dba7daa519ea3126169300e275
[2/3] spi: spidev: add correct compatible for Rohm BH2228FV
      commit: fc28d1c1fe3b3e2fbc50834c8f73dda72f6af9fc

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
Krzysztof Kozlowski July 20, 2024, 6:26 p.m. UTC | #3
On 17/07/2024 11:59, Conor Dooley wrote:
> From: Conor Dooley <conor.dooley@microchip.com>
> 
> When Maxime originally added the BH2228FV to the kernel, he spelt it
> incorrectly - the d should have been a b. Correct the compatible used in
> the devicetree.
> 
> Fixes: db7a8946dc40 ("ARM: dts: cfa10049: Add the DH2228FV DAC to the DTS")
> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
> ---

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof