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

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

Changes since v1:
 - Add patch 6 for checking the mux status before transfers
 - Minor fixes to at25 driver formatting and such.

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 (3):
  dt-bindings: fsi: fsi2spi: Document new restricted property
  spi: fsi: Implement restricted size for certain controllers
  spi: fsi: Check mux status before transfers

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

-- 
2.24.0

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

end of thread, other threads:[~2020-08-13 13:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-30 22:03 [PATCH linux dev-5.7 v2 0/7] spi: Fix FSI-attached controller and AT25 drivers Eddie James
2020-07-30 22:03 ` [PATCH linux dev-5.7 v2 1/7] spi: fsi: Handle 9 to 15 byte transfers lengths Eddie James
2020-07-30 22:03 ` [PATCH linux dev-5.7 v2 2/7] spi: fsi: Fix clock running too fast Eddie James
2020-07-30 22:03 ` [PATCH linux dev-5.7 v2 3/7] spi: fsi: Fix use of the bneq+ sequencer instruction Eddie James
2020-07-30 22:03 ` [PATCH linux dev-5.7 v2 4/7] dt-bindings: fsi: fsi2spi: Document new restricted property Eddie James
2020-07-30 22:03 ` [PATCH linux dev-5.7 v2 5/7] spi: fsi: Implement restricted size for certain controllers Eddie James
2020-07-30 22:03 ` [PATCH linux dev-5.7 v2 6/7] spi: fsi: Check mux status before transfers Eddie James
2020-08-13  3:45   ` Joel Stanley
2020-07-30 22:03 ` [PATCH linux dev-5.7 v2 7/7] eeprom: at25: Split reads into chunks and cap write size Eddie James
2020-08-13  3:50 ` [PATCH linux dev-5.7 v2 0/7] spi: Fix FSI-attached controller and AT25 drivers Joel Stanley
2020-08-13 13:30   ` Eddie James

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.