Up to [cvs.NetBSD.org] / src / sys / dev / fdt
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.12 / (download) - annotate - [select for diffs], Fri Apr 8 10:17:54 2022 UTC (9 months, 3 weeks ago) by andvar
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
HEAD
Changes since 1.11: +4 -4
lines
Diff to previous 1.11 (colored)
fix various typos, mainly in comments, but also log messages, docs, game text.
Revision 1.11 / (download) - annotate - [select for diffs], Fri Nov 12 21:57:44 2021 UTC (14 months, 2 weeks ago) by jmcneill
Branch: MAIN
Changes since 1.10: +22 -13
lines
Diff to previous 1.10 (colored)
dw_apb_uart: Honour reg-io-width property
Revision 1.8.2.1 / (download) - annotate - [select for diffs], Sat Apr 3 22:28:44 2021 UTC (21 months, 4 weeks ago) by thorpej
Branch: thorpej-futex
Changes since 1.8: +9 -9
lines
Diff to previous 1.8 (colored) next main 1.9 (colored)
Sync with HEAD.
Revision 1.10 / (download) - annotate - [select for diffs], Wed Jan 27 03:10:21 2021 UTC (2 years ago) by thorpej
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.9: +7 -7
lines
Diff to previous 1.9 (colored)
Rename of_match_compat_data() to of_compatible_match(). Similarly, rename of_search_compatible() to of_compatible_lookup(). Standardize on of_compatible_match() for driver matching, and adapt all call sites.
Revision 1.9 / (download) - annotate - [select for diffs], Fri Jan 15 20:50:49 2021 UTC (2 years ago) by ryo
Branch: MAIN
Changes since 1.8: +4 -4
lines
Diff to previous 1.8 (colored)
use fdtbus_intr_establish_xname
Revision 1.5.2.1 / (download) - annotate - [select for diffs], Sun Oct 4 18:22:00 2020 UTC (2 years, 3 months ago) by martin
Branch: netbsd-9
CVS Tags: netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE
Changes since 1.5: +2 -4
lines
Diff to previous 1.5 (colored) next main 1.6 (colored)
Pull up following revision(s) (requested by rin in ticket #1096): sys/dev/fdt/dw_apb_uart.c: revision 1.8 Revert rev 1.5: http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/fdt/dw_apb_uart.c#rev1.5 The device is capable to recognize break signal actually. Reset cnmagic from +++++ to default. Pointed out by jakllsch. Thanks!
Revision 1.8 / (download) - annotate - [select for diffs], Fri Oct 2 14:59:56 2020 UTC (2 years, 3 months ago) by rin
Branch: MAIN
Branch point for: thorpej-futex
Changes since 1.7: +2 -4
lines
Diff to previous 1.7 (colored)
Revert rev 1.5: http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/fdt/dw_apb_uart.c#rev1.5 The device is capable to recognize break signal actually. Reset cnmagic from +++++ to default. Pointed out by jakllsch. Thanks!
Revision 1.7 / (download) - annotate - [select for diffs], Mon Sep 28 11:34:47 2020 UTC (2 years, 4 months ago) by jmcneill
Branch: MAIN
Changes since 1.6: +4 -4
lines
Diff to previous 1.6 (colored)
Default reg-shift is 2, not 0, for DW APB UART
Revision 1.6 / (download) - annotate - [select for diffs], Mon Sep 28 11:32:19 2020 UTC (2 years, 4 months ago) by jmcneill
Branch: MAIN
Changes since 1.5: +18 -17
lines
Diff to previous 1.5 (colored)
Use com_init_regs_stride instead of a4x tag
Revision 1.2.4.2 / (download) - annotate - [select for diffs], Mon Apr 13 08:04:19 2020 UTC (2 years, 9 months ago) by martin
Branch: phil-wifi
Changes since 1.2.4.1: +4 -2
lines
Diff to previous 1.2.4.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)
Mostly merge changes from HEAD upto 20200411
Revision 1.5 / (download) - annotate - [select for diffs], Sun Jul 21 15:57:23 2019 UTC (3 years, 6 months ago) by rin
Branch: MAIN
CVS Tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
netbsd-9-base,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
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: netbsd-9
Changes since 1.4: +4 -2
lines
Diff to previous 1.4 (colored)
The device cannot recognize break signal. Use +++++ (five plus signs) as cnmagic in the same manner with bcm2835_com.c.
Revision 1.2.4.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:07:07 2019 UTC (3 years, 7 months ago) by christos
Branch: phil-wifi
Changes since 1.2: +4 -4
lines
Diff to previous 1.2 (colored)
Sync with HEAD
Revision 1.2.2.4 / (download) - annotate - [select for diffs], Wed Dec 26 14:01:48 2018 UTC (4 years, 1 month ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.2.2.3: +3 -3
lines
Diff to previous 1.2.2.3 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)
Sync with HEAD, resolve a few conflicts
Revision 1.4 / (download) - annotate - [select for diffs], Sat Dec 8 17:46:13 2018 UTC (4 years, 1 month ago) by thorpej
Branch: MAIN
CVS Tags: phil-wifi-20190609,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
isaki-audio2-base,
isaki-audio2
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
Clean up initialization of com_regs structure, in preparation for some additional changers.
Revision 1.2.2.3 / (download) - annotate - [select for diffs], Sat Jul 28 04:37:44 2018 UTC (4 years, 6 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.2.2.2: +3 -3
lines
Diff to previous 1.2.2.2 (colored) to branchpoint 1.2 (colored)
Sync with HEAD
Revision 1.3 / (download) - annotate - [select for diffs], Tue Jul 17 00:42:06 2018 UTC (4 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
jdolecek-ncqfixes-base,
jdolecek-ncqfixes
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
Use PRI?64 instead of ll?
Revision 1.2.2.2 / (download) - annotate - [select for diffs], Mon Jun 25 07:25:49 2018 UTC (4 years, 7 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.2.2.1: +192 -0
lines
Diff to previous 1.2.2.1 (colored) to branchpoint 1.2 (colored)
Sync with HEAD
Revision 1.2.2.1, Sun May 27 19:54:45 2018 UTC (4 years, 8 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.2: +0 -192
lines
FILE REMOVED
file dw_apb_uart.c was added on branch pgoyette-compat on 2018-06-25 07:25:49 +0000
Revision 1.2 / (download) - annotate - [select for diffs], Sun May 27 19:54:45 2018 UTC (4 years, 8 months ago) by jmcneill
Branch: MAIN
CVS Tags: phil-wifi-base,
pgoyette-compat-0625
Branch point for: phil-wifi,
pgoyette-compat
Changes since 1.1: +9 -2
lines
Diff to previous 1.1 (colored)
Enable apb_pclk clock if present
Revision 1.1 / (download) - annotate - [select for diffs], Sun May 27 17:14:23 2018 UTC (4 years, 8 months ago) by jmcneill
Branch: MAIN
Rename sunxi_com to dw_apb_uart and move it to dev/fdt since it is not sunxi-specific.