The NetBSD Project

CVS log for src/sys/dev/sdmmc/sdhcreg.h

[BACK] Up to [cvs.NetBSD.org] / src / sys / dev / sdmmc

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.21 / (download) - annotate - [select for diffs], Wed Jul 15 15:57:52 2020 UTC (3 years, 8 months ago) by msaitoh
Branch: MAIN
CVS Tags: triaxx-drm, thorpej-ifq-base, thorpej-ifq, thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-i2c-spi-conf-base, thorpej-i2c-spi-conf, thorpej-futex2-base, thorpej-futex2, thorpej-futex-base, thorpej-futex, thorpej-cfargs2-base, thorpej-cfargs2, thorpej-cfargs-base, thorpej-cfargs, thorpej-altq-separation-base, thorpej-altq-separation, netbsd-10-base, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, bouyer-sunxi-drm-base, bouyer-sunxi-drm, HEAD
Changes since 1.20: +3 -1 lines
Diff to previous 1.20 (colored)

Identify SDHC 4.1 and 4.2. From {DragonFly,Free}BSD.

Revision 1.20 / (download) - annotate - [select for diffs], Wed Oct 23 05:20:52 2019 UTC (4 years, 4 months ago) by hkenken
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, is-mlppp-base, is-mlppp, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh, ad-namecache-base3, ad-namecache-base2, ad-namecache-base1, ad-namecache-base, ad-namecache
Changes since 1.19: +3 -1 lines
Diff to previous 1.19 (colored)

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).

Revision 1.19 / (download) - annotate - [select for diffs], Fri Jun 23 08:43:59 2017 UTC (6 years, 8 months ago) by ryo
Branch: MAIN
CVS Tags: tls-maxphys-base-20171202, phil-wifi-base, phil-wifi-20190609, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, perseant-stdc-iso10646-base, perseant-stdc-iso10646, nick-nhusb-base-20170825, netbsd-9-base, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, jdolecek-ncqfixes-base, jdolecek-ncqfixes, isaki-audio2-base, isaki-audio2
Branch point for: phil-wifi, netbsd-9
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (colored)

fix problem for ESDHC/USDHC due to change of r1.96

on ESDHC/USDHC, even if the iosize is less than SDHC_HOST_CTL_VERSION,
specver must be an appropriate value.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Dec 31 11:53:19 2015 UTC (8 years, 2 months ago) by ryo
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, nick-nhusb-base-20170204, nick-nhusb-base-20161204, nick-nhusb-base-20161004, nick-nhusb-base-20160907, nick-nhusb-base-20160529, nick-nhusb-base-20160422, nick-nhusb-base-20160319, netbsd-8-base, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: netbsd-8
Changes since 1.17: +28 -3 lines
Diff to previous 1.17 (colored)

add support iMX6 uSDHC
- some UHS-I/SDR104 card are not stable
- eMMC doesn't work yet

Revision 1.17 / (download) - annotate - [select for diffs], Wed Aug 5 12:28:47 2015 UTC (8 years, 7 months ago) by jmcneill
Branch: MAIN
CVS Tags: nick-nhusb-base-20151226, nick-nhusb-base-20150921
Changes since 1.16: +6 -2 lines
Diff to previous 1.16 (colored)

support re-tuning modes 1 and 2

Revision 1.16 / (download) - annotate - [select for diffs], Wed Aug 5 10:30:25 2015 UTC (8 years, 7 months ago) by jmcneill
Branch: MAIN
Changes since 1.15: +3 -1 lines
Diff to previous 1.15 (colored)

Implement SDHC sampling clock tuning procedure.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Aug 2 21:45:12 2015 UTC (8 years, 7 months ago) by jmcneill
Branch: MAIN
Changes since 1.14: +24 -1 lines
Diff to previous 1.14 (colored)

add support for UHS-I modes on capable 3.0+ controllers

Revision 1.14 / (download) - annotate - [select for diffs], Wed Jul 29 12:11:14 2015 UTC (8 years, 7 months ago) by jmcneill
Branch: MAIN
Changes since 1.13: +32 -3 lines
Diff to previous 1.13 (colored)

Add ADMA2 support, which enables scatter gather DMA for data transfers on
controllers that support it.

Revision 1.13 / (download) - annotate - [select for diffs], Sat May 2 12:10:24 2015 UTC (8 years, 10 months ago) by jmcneill
Branch: MAIN
CVS Tags: nick-nhusb-base-20150606
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

support SDHC 4.0, allow for overriding clk base frequency

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jan 26 04:56:56 2015 UTC (9 years, 1 month ago) by nonaka
Branch: MAIN
CVS Tags: nick-nhusb-base-20150406
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored)

eSDHC has non standard Host Controller Version Register offset.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Dec 24 05:43:34 2012 UTC (11 years, 2 months ago) by jakllsch
Branch: MAIN
CVS Tags: yamt-pagecache-base9, yamt-pagecache-base8, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, rmind-smpnet-nbase, rmind-smpnet-base, rmind-smpnet, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, nick-nhusb-base, netbsd-7-base, khorben-n900, agc-symver-base, agc-symver
Branch point for: nick-nhusb, netbsd-7
Changes since 1.10: +10 -2 lines
Diff to previous 1.10 (colored)

Add a few more register bits from SDHCI 3.0.
Also, add comment to denote an ESDHC bit.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Oct 15 13:38:52 2012 UTC (11 years, 5 months ago) by jakllsch
Branch: MAIN
CVS Tags: yamt-pagecache-base7, yamt-pagecache-base6
Changes since 1.9: +14 -19 lines
Diff to previous 1.9 (colored)

Make whitespace following preprocessor keywords consistent
with the predominating form in this file (that is, a space).

Revision 1.9 / (download) - annotate - [select for diffs], Fri Aug 31 01:45:21 2012 UTC (11 years, 6 months ago) by matt
Branch: MAIN
Branch point for: tls-maxphys
Changes since 1.8: +4 -1 lines
Diff to previous 1.8 (colored)

Support deciphering SDHCv3 clock rates.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jul 20 02:04:13 2012 UTC (11 years, 8 months ago) by matt
Branch: MAIN
Changes since 1.7: +6 -1 lines
Diff to previous 1.7 (colored)

Add use of watermark register when PIO to an ESDHC.  After every kill or
drain of watermask words, pause a bit to give time for the fifo to recover.
Always the command response in BE byteorder.  Rewrite __bitfield to deal
with this.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jul 12 16:34:30 2012 UTC (11 years, 8 months ago) by jakllsch
Branch: MAIN
Changes since 1.6: +3 -1 lines
Diff to previous 1.6 (colored)

Add DMA boundary field shift and mask.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Mar 2 18:20:34 2012 UTC (12 years ago) by nonaka
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base4, jmcneill-usbmp-base10
Changes since 1.5: +7 -2 lines
Diff to previous 1.5 (colored)

Added Ricoh 5U822/5U823 SD/MMC Controller support.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Feb 1 22:53:19 2012 UTC (12 years, 1 month ago) by matt
Branch: MAIN
CVS Tags: netbsd-6-base, jmcneill-usbmp-base5, jmcneill-usbmp-base3, jmcneill-usbmp-base2
Branch point for: netbsd-6
Changes since 1.4: +4 -1 lines
Diff to previous 1.4 (colored)

Add XLP specific CGM mode for SDHC_CLOCK_CTL.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Feb 1 22:35:30 2012 UTC (12 years, 1 month ago) by matt
Branch: MAIN
Changes since 1.3: +5 -1 lines
Diff to previous 1.3 (colored)

Add some more FreeScale ESDHC defintions.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jun 29 06:21:16 2011 UTC (12 years, 8 months ago) by matt
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base, jmcneill-audiomp3-base, jmcneill-audiomp3
Branch point for: yamt-pagecache, jmcneill-usbmp
Changes since 1.2: +7 -1 lines
Diff to previous 1.2 (colored)

Add some inital changes for the Freescale eSDHC.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Mar 17 16:56:58 2011 UTC (13 years ago) by matt
Branch: MAIN
CVS Tags: rmind-uvmplock-nbase, rmind-uvmplock-base, cherry-xenmp-base, cherry-xenmp
Changes since 1.1: +4 -1 lines
Diff to previous 1.1 (colored)

Add stuff that the Freescale PowerQUICC3 ESDHC controllers have.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 21 03:00:30 2009 UTC (14 years, 11 months ago) by nonaka
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9, yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, yamt-nfs-mp-base5, yamt-nfs-mp-base4, yamt-nfs-mp-base3, yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, uebayasi-xip-base1, uebayasi-xip-base, uebayasi-xip, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base, matt-premerge-20091211, matt-mips64-premerge-20101231, jymxensuspend-base, jym-xensuspend-nbase, jym-xensuspend-base, jruoho-x86intr-base, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: yamt-nfs-mp, rmind-uvmplock, nick-hppapmap, netbsd-5, matt-nb5-mips64, jym-xensuspend, jruoho-x86intr

Added SD/MMC support from OpenBSD.
tested on i386, amd64 at current-users ML by pgoyette@.
tested on zaurus by myself.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>