Up to [cvs.NetBSD.org] / src / sys / dev / fdt
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Tue May 24 20:50:19 2022 UTC (8 months, 1 week ago) by andvar
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
HEAD
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
fix various typos in comment, documentation and log messages.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Apr 10 09:50:45 2022 UTC (9 months, 3 weeks ago) by andvar
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
fix various typos in comments and output/log messages.
Revision 1.3.12.1 / (download) - annotate - [select for diffs], Mon Dec 14 14:38:05 2020 UTC (2 years, 1 month ago) by thorpej
Branch: thorpej-futex
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored) next main 1.4 (colored)
Sync w/ HEAD.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Dec 11 09:40:28 2020 UTC (2 years, 1 month ago) by skrll
Branch: MAIN
CVS Tags: 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-cfargs2-base,
thorpej-cfargs2,
thorpej-cfargs-base,
thorpej-cfargs,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Multiple inclusion protection define consistency
Revision 1.1.4.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:07:08 2019 UTC (3 years, 7 months ago) by christos
Branch: phil-wifi
Changes since 1.1: +19 -1
lines
Diff to previous 1.1 (colored) next main 1.2 (colored)
Sync with HEAD
Revision 1.3 / (download) - annotate - [select for diffs], Sun Feb 3 12:53:11 2019 UTC (4 years ago) by jmcneill
Branch: MAIN
CVS Tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
netbsd-9-base,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
isaki-audio2-base,
isaki-audio2,
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
Branch point for: thorpej-futex
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
Add EP_DRM_PANEL endpoint type
Revision 1.2 / (download) - annotate - [select for diffs], Wed Jan 30 01:24:00 2019 UTC (4 years ago) by jmcneill
Branch: MAIN
Changes since 1.1: +18 -1
lines
Diff to previous 1.1 (colored)
Add support for Allwinner A64's display pipeline.
Revision 1.1.2.2 / (download) - annotate - [select for diffs], Sat Apr 7 04:12:14 2018 UTC (4 years, 9 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.1.2.1: +108 -0
lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
Sync with HEAD. 77 conflicts resolved - all of them $NetBSD$
Revision 1.1.2.1, Tue Apr 3 12:40:20 2018 UTC (4 years, 10 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.1: +0 -108
lines
FILE REMOVED
file fdt_port.h was added on branch pgoyette-compat on 2018-04-07 04:12:14 +0000
Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 3 12:40:20 2018 UTC (4 years, 10 months ago) by bouyer
Branch: MAIN
CVS Tags: phil-wifi-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,
jdolecek-ncqfixes-base,
jdolecek-ncqfixes
Branch point for: phil-wifi,
pgoyette-compat
Add connector and panel drivers (panel supports only panel-lvds and panel-dual-lvds at this time, but can easily be extended to other types of panels). Add an API for ports/endpoints. Proposed on tech-kern@ a few days ago, ok jmcneill@