All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux dev-5.7 0/6] spi: Fix FSI-attached controller and AT25 drivers
@ 2020-07-29 20:45 Eddie James
  2020-07-29 20:45 ` [PATCH linux dev-5.7 1/6] spi: fsi: Handle 9 to 15 byte transfers lengths Eddie James
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Eddie James @ 2020-07-29 20:45 UTC (permalink / raw)
  To: openbmc; +Cc: joel, Eddie James

This series implements a number of fixes for the FSI-attached SPI controller
driver and the AT25 eeprom driver.

Brad Bishop (4):
  spi: fsi: Handle 9 to 15 byte transfers lengths
  spi: fsi: Fix clock running too fast
  spi: fsi: Fix use of the bneq+ sequencer instruction
  eeprom: at25: Split reads into chunks and cap write size

Eddie James (2):
  dt-bindings: fsi: fsi2spi: Document new restricted property
  spi: fsi: Implement restricted size for certain controllers

 .../devicetree/bindings/fsi/ibm,fsi2spi.yaml  | 10 ++
 drivers/misc/eeprom/at25.c                    | 94 ++++++++++--------
 drivers/spi/spi-fsi.c                         | 99 +++++++++++++++----
 3 files changed, 145 insertions(+), 58 deletions(-)

-- 
2.24.0

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2020-07-30 21:31 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-29 20:45 [PATCH linux dev-5.7 0/6] spi: Fix FSI-attached controller and AT25 drivers Eddie James
2020-07-29 20:45 ` [PATCH linux dev-5.7 1/6] spi: fsi: Handle 9 to 15 byte transfers lengths Eddie James
2020-07-29 23:41   ` Joel Stanley
2020-07-29 20:45 ` [PATCH linux dev-5.7 2/6] spi: fsi: Fix clock running too fast Eddie James
2020-07-29 23:25   ` Joel Stanley
2020-07-30 21:31     ` Eddie James
2020-07-29 20:45 ` [PATCH linux dev-5.7 3/6] spi: fsi: Fix use of the bneq+ sequencer instruction Eddie James
2020-07-29 23:27   ` Joel Stanley
2020-07-29 20:45 ` [PATCH linux dev-5.7 4/6] dt-bindings: fsi: fsi2spi: Document new restricted property Eddie James
2020-07-29 23:27   ` Joel Stanley
2020-07-29 20:45 ` [PATCH linux dev-5.7 5/6] spi: fsi: Implement restricted size for certain controllers Eddie James
2020-07-29 23:33   ` Joel Stanley
2020-07-29 20:45 ` [PATCH linux dev-5.7 6/6] eeprom: at25: Split reads into chunks and cap write size Eddie James
2020-07-29 23:28   ` Milton Miller II
2020-07-29 23:35 ` [PATCH linux dev-5.7 0/6] spi: Fix FSI-attached controller and AT25 drivers Joel Stanley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.