Home | History | Annotate | Download | only in sdmmc
History log of /src/sys/dev/sdmmc/sdmmcchip.h
RevisionDateAuthorComments
 1.10  23-Oct-2019  hkenken Add SDHC flags.

+ SDHC_FLAG_BROKEN_ADMA2_ZEROLEN
Broken ADMA2 Zero length descriptor.
Can't 64K Byte data transfer.
+ SDHC_FLAG_NO_1_8_V
Support no 1.8V Supply.
Disable UHS-I bus speed mode (SDR50, DDR50, SDR104).
 1.9  17-Feb-2017  nonaka branches: 1.9.14;
sdhc(4): hardware reset support for Intel eMMC controller
 1.8  17-Feb-2017  nonaka sdhc(4), sdmmc(4): Added MMC HS DDR52 support.
 1.7  05-Aug-2015  jmcneill branches: 1.7.2; 1.7.4;
Add support for sampling clock tuning, required for some UHS modes and
MMC HS200.
 1.6  03-Aug-2015  jmcneill Add support for DDR50 transfer modes.
 1.5  02-Aug-2015  jmcneill Add basic UHS-I support. SDR50 and SDR104 are supported, but not DDR50.
 1.4  18-May-2011  dyoung branches: 1.4.14; 1.4.32;
#include <sys/bus.h>, not <machine/bus.h>.
 1.3  07-Oct-2010  kiyohara branches: 1.3.2;
Add bus_rod. It use to change to Data Transfer mode.
 1.2  06-Apr-2010  nonaka branches: 1.2.2;
- mention MMC SPI mode.
- support SD 4bit bus width mode.
 1.1  21-Apr-2009  nonaka branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.10; 1.1.12;
Added SD/MMC support from OpenBSD.
tested on i386, amd64 at current-users ML by pgoyette@.
tested on zaurus by myself.
 1.1.12.3  31-May-2011  rmind sync with head
 1.1.12.2  05-Mar-2011  rmind sync with head
 1.1.12.1  30-May-2010  rmind sync with head
 1.1.10.2  22-Oct-2010  uebayasi Sync with HEAD (-D20101022).
 1.1.10.1  30-Apr-2010  uebayasi Sync with HEAD.
 1.1.8.2  07-Oct-2009  sborrill Pull up the following revisions(s) (requested by jmcneill in ticket #1044):
distrib/sets/lists/man/mi: patch
share/man/man4/Makefile: patch
sys/arch/amd64/conf/files.amd64: 1.67
sys/arch/i386/conf/files.i386: 1.349
sys/conf/files 1.945
share/man/man4/sdmmc.4: 1.1-1.4
sys/dev/sdmmc/Makefile.sdmmcdevs 1.1
sys/dev/sdmmc/devlist2h.awk 1.1
sys/dev/sdmmc/files.sdmmc 1.1-1.2
sys/dev/sdmmc/ld_sdmmc.c 1.1-1.3
sys/dev/sdmmc/sbt.c 1.1-1.2
sys/dev/sdmmc/sdhc.c 1.1-1.3
sys/dev/sdmmc/sdhcreg.h 1.1
sys/dev/sdmmc/sdhcvar.h 1.1
sys/dev/sdmmc/sdmmc.c 1.1
sys/dev/sdmmc/sdmmc_cis.c 1.1
sys/dev/sdmmc/sdmmc_io.c 1.1
sys/dev/sdmmc/sdmmc_ioreg.h 1.1
sys/dev/sdmmc/sdmmc_mem.c 1.1-1.2
sys/dev/sdmmc/sdmmcchip.h 1.1
sys/dev/sdmmc/sdmmcdevs 1.1
sys/dev/sdmmc/sdmmcdevs.h 1.1-1.2
sys/dev/sdmmc/sdmmcreg.h 1.1-1.3
sys/dev/sdmmc/sdmmcvar.h 1.1

Add sdmmc framework
 1.1.8.1  21-Apr-2009  sborrill file sdmmcchip.h was added on branch netbsd-5 on 2009-10-07 15:41:13 +0000
 1.1.6.2  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.1.6.1  21-Apr-2009  jym file sdmmcchip.h was added on branch jym-xensuspend on 2009-05-13 17:21:29 +0000
 1.1.4.4  09-Oct-2010  yamt sync with head
 1.1.4.3  11-Aug-2010  yamt sync with head.
 1.1.4.2  04-May-2009  yamt sync with head.
 1.1.4.1  21-Apr-2009  yamt file sdmmcchip.h was added on branch yamt-nfs-mp on 2009-05-04 08:13:18 +0000
 1.1.2.2  28-Apr-2009  skrll Sync with HEAD.
 1.1.2.1  21-Apr-2009  skrll file sdmmcchip.h was added on branch nick-hppapmap on 2009-04-28 07:36:33 +0000
 1.2.2.2  21-Apr-2010  matt sync to netbsd-5
 1.2.2.1  06-Apr-2010  matt file sdmmcchip.h was added on branch matt-nb5-mips64 on 2010-04-21 00:27:52 +0000
 1.3.2.1  06-Jun-2011  jruoho Sync with HEAD.
 1.4.32.2  28-Aug-2017  skrll Sync with HEAD
 1.4.32.1  22-Sep-2015  skrll Sync with HEAD
 1.4.14.1  03-Dec-2017  jdolecek update from HEAD
 1.7.4.1  21-Apr-2017  bouyer Sync with HEAD
 1.7.2.1  20-Mar-2017  pgoyette Sync with HEAD
 1.9.14.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed