beagleboard / linux

The official Read Only BeagleBoard and BeagleBone kernel repository https://git.beagleboard.org/beagleboard/linux
http://beagleboard.org/source
Other
715 stars 566 forks source link

Request to upstream SPI0/SPI1 patches #188

Closed lukateras closed 4 years ago

lukateras commented 5 years ago

Following https://github.com/beagleboard/bb.org-overlays/issues/56, would be nice if SPI0/SPI1 enable patch is upstreamed to Torvalds tree so that upstream users can leverage SPI without patching device trees.

See: https://github.com/torvalds/linux/blob/6f0d349d922ba44e4348a17a78ea51b7135965b1/arch/arm/boot/dts/am33xx.dtsi#L601

RobertCNelson commented 5 years ago

@yegortimoshenko sorry, can't..

compatible = "spidev";

will get nak'ed by the spi maintainer (Mark).

Feel free to push the patch yourself to mainline, it's fairly trivial.. ;)

Regards,

pdp7 commented 4 years ago

@RobertCNelson do you mean patch to add spidev (which broonie will not like)? or patch to change the status to enable?

RobertCNelson commented 4 years ago

Mark won't accept/apply this to mainline