-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drivers: spi: litex: add spiflash driver and rework existing driver #73446
Merged
carlescufi
merged 3 commits into
zephyrproject-rtos:main
from
VOGL-electronic:litex_spiflash
Aug 1, 2024
Merged
drivers: spi: litex: add spiflash driver and rework existing driver #73446
carlescufi
merged 3 commits into
zephyrproject-rtos:main
from
VOGL-electronic:litex_spiflash
Aug 1, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
maass-hamburg
force-pushed
the
litex_spiflash
branch
8 times, most recently
from
May 29, 2024 16:48
784caf6
to
a614783
Compare
maass-hamburg
force-pushed
the
litex_spiflash
branch
6 times, most recently
from
June 11, 2024 08:58
7942484
to
aa1d6e4
Compare
maass-hamburg
force-pushed
the
litex_spiflash
branch
4 times, most recently
from
June 18, 2024 15:27
3b889fa
to
0e39f52
Compare
zephyrbot
added
area: Devicetree Binding
PR modifies or adds a Device Tree binding
area: Process
area: RISCV
RISCV Architecture (32-bit & 64-bit)
area: SPI
SPI bus
platform: LiteX
labels
Jun 18, 2024
zephyrbot
requested review from
carlocaione,
decsny,
edersondisouza and
fkokosinski
June 18, 2024 15:32
zephyrbot
requested review from
galak,
katsuster,
kgugala,
mateusz-holenko,
MaureenHelm,
mgielda,
nashif,
stephanosio,
tbursztyka,
teburd and
tgorochowik
June 18, 2024 15:32
maass-hamburg
force-pushed
the
litex_spiflash
branch
from
June 19, 2024 15:16
0e39f52
to
541e49d
Compare
maass-hamburg
force-pushed
the
litex_spiflash
branch
from
June 21, 2024 14:13
541e49d
to
5c78f51
Compare
rename litex spi driver. Signed-off-by: Fin Maaß <[email protected]>
rework the litex spi driver. Signed-off-by: Fin Maaß <[email protected]>
add litespi driver for flash. Signed-off-by: Fin Maaß <[email protected]>
maass-hamburg
force-pushed
the
litex_spiflash
branch
from
July 23, 2024 09:21
5c78f51
to
d6de8df
Compare
fkokosinski
approved these changes
Jul 25, 2024
ping @tgorochowik |
tgorochowik
approved these changes
Aug 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Devicetree Binding
PR modifies or adds a Device Tree binding
area: Process
area: RISCV
RISCV Architecture (32-bit & 64-bit)
area: SPI
SPI bus
platform: LiteX
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I had to spit the renaming and the rework of the existing litex spi driver in two separate commits to preserve the git history
Connected changes: litex-hub/zephyr-on-litex-vexriscv#21