Skip to content
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

spiflash: A proposed SPI controller for reading #2

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Oct 29, 2019

  1. Configuration menu
    Copy the full SHA
    8f51da9 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. spiflash: implement FAST READ protocol, add simple simulation

    - currently only supporting Dual and Quad protocols
    HarryMakes committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    d665944 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. Configuration menu
    Copy the full SHA
    756e181 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Configuration menu
    Copy the full SHA
    15d2bd7 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Configuration menu
    Copy the full SHA
    c376830 View commit details
    Browse the repository at this point in the history
  2. spiflash: add delay between ACKed and CS, start CLK only when CSed

    * assuming CPOL=1 & CPHA=1, i.e. CLK goes positive as CS goes positive
    HarryMakes committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    40ff0b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Configuration menu
    Copy the full SHA
    c8e2813 View commit details
    Browse the repository at this point in the history
  2. spiflash: adopt CPOL=0,CPHA=0, remove READ ID, add Reader base class

    * Also removed RESET ENABLE / RESET MEMORY commands
    HarryMakes committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    c106ef8 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Configuration menu
    Copy the full SHA
    f87fa5e View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Configuration menu
    Copy the full SHA
    5406337 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. spi: rename "extended" SPI to "standard"

    * N28Q125A calls the 1-MISO 1-MOSI protocol "extended" because it supports sending the command on 1 pin while receiving the data on 2 or 4 pins like "dual" or "quad".
    HarryMakes committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    259225c View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Configuration menu
    Copy the full SHA
    e941997 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Configuration menu
    Copy the full SHA
    99e51ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc4fac1 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Configuration menu
    Copy the full SHA
    5fd478d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72c0290 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Configuration menu
    Copy the full SHA
    b3d3c38 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2020

  1. Configuration menu
    Copy the full SHA
    f56c9f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. spi: fix typo

    Harry Ho committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    6a1a23c View commit details
    Browse the repository at this point in the history