History log of /netbsd-current/sys/dev/fdt/dw_apb_uart.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.12 08-Apr-2022 andvar

fix various typos, mainly in comments, but also log messages, docs, game text.


# 1.11 12-Nov-2021 jmcneill

dw_apb_uart: Honour reg-io-width property


Revision tags: thorpej-i2c-spi-conf2-base thorpej-futex2-base thorpej-cfargs2-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base thorpej-i2c-spi-conf-base thorpej-cfargs-base thorpej-futex-base
# 1.10 27-Jan-2021 thorpej

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.


# 1.9 15-Jan-2021 ryo

use fdtbus_intr_establish_xname


# 1.8 02-Oct-2020 rin

branches: 1.8.2;
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!


# 1.7 28-Sep-2020 jmcneill

Default reg-shift is 2, not 0, for DW APB UART


# 1.6 28-Sep-2020 jmcneill

Use com_init_regs_stride instead of a4x tag


Revision tags: bouyer-xenpvh-base2 phil-wifi-20200421 bouyer-xenpvh-base1 phil-wifi-20200411 bouyer-xenpvh-base is-mlppp-base phil-wifi-20200406 ad-namecache-base3 netbsd-9-0-RELEASE netbsd-9-0-RC2 ad-namecache-base2 ad-namecache-base1 ad-namecache-base netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base
# 1.5 21-Jul-2019 rin

branches: 1.5.2;
The device cannot recognize break signal. Use +++++ (five plus signs) as
cnmagic in the same manner with bcm2835_com.c.


Revision tags: phil-wifi-20190609 isaki-audio2-base pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.4 08-Dec-2018 thorpej

Clean up initialization of com_regs structure, in preparation for
some additional changers.


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 jdolecek-ncqfixes-base pgoyette-compat-0728
# 1.3 17-Jul-2018 christos

Use PRI?64 instead of ll?


Revision tags: phil-wifi-base pgoyette-compat-0625
# 1.2 27-May-2018 jmcneill

branches: 1.2.2; 1.2.4;
Enable apb_pclk clock if present


# 1.1 27-May-2018 jmcneill

Rename sunxi_com to dw_apb_uart and move it to dev/fdt since it is not
sunxi-specific.


# 1.11 12-Nov-2021 jmcneill

dw_apb_uart: Honour reg-io-width property


Revision tags: thorpej-i2c-spi-conf2-base thorpej-futex2-base thorpej-cfargs2-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base thorpej-i2c-spi-conf-base thorpej-cfargs-base thorpej-futex-base
# 1.10 27-Jan-2021 thorpej

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.


# 1.9 15-Jan-2021 ryo

use fdtbus_intr_establish_xname


# 1.8 02-Oct-2020 rin

branches: 1.8.2;
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!


# 1.7 28-Sep-2020 jmcneill

Default reg-shift is 2, not 0, for DW APB UART


# 1.6 28-Sep-2020 jmcneill

Use com_init_regs_stride instead of a4x tag


Revision tags: bouyer-xenpvh-base2 phil-wifi-20200421 bouyer-xenpvh-base1 phil-wifi-20200411 bouyer-xenpvh-base is-mlppp-base phil-wifi-20200406 ad-namecache-base3 netbsd-9-0-RELEASE netbsd-9-0-RC2 ad-namecache-base2 ad-namecache-base1 ad-namecache-base netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base
# 1.5 21-Jul-2019 rin

branches: 1.5.2;
The device cannot recognize break signal. Use +++++ (five plus signs) as
cnmagic in the same manner with bcm2835_com.c.


Revision tags: phil-wifi-20190609 isaki-audio2-base pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.4 08-Dec-2018 thorpej

Clean up initialization of com_regs structure, in preparation for
some additional changers.


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 jdolecek-ncqfixes-base pgoyette-compat-0728
# 1.3 17-Jul-2018 christos

Use PRI?64 instead of ll?


Revision tags: phil-wifi-base pgoyette-compat-0625
# 1.2 27-May-2018 jmcneill

branches: 1.2.2; 1.2.4;
Enable apb_pclk clock if present


# 1.1 27-May-2018 jmcneill

Rename sunxi_com to dw_apb_uart and move it to dev/fdt since it is not
sunxi-specific.


# 1.10 27-Jan-2021 thorpej

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.


# 1.9 15-Jan-2021 ryo

use fdtbus_intr_establish_xname


Revision tags: thorpej-futex-base
# 1.8 02-Oct-2020 rin

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!


# 1.7 28-Sep-2020 jmcneill

Default reg-shift is 2, not 0, for DW APB UART


# 1.6 28-Sep-2020 jmcneill

Use com_init_regs_stride instead of a4x tag


Revision tags: bouyer-xenpvh-base2 phil-wifi-20200421 bouyer-xenpvh-base1 phil-wifi-20200411 bouyer-xenpvh-base is-mlppp-base phil-wifi-20200406 ad-namecache-base3 netbsd-9-0-RELEASE netbsd-9-0-RC2 ad-namecache-base2 ad-namecache-base1 ad-namecache-base netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base
# 1.5 21-Jul-2019 rin

branches: 1.5.2;
The device cannot recognize break signal. Use +++++ (five plus signs) as
cnmagic in the same manner with bcm2835_com.c.


Revision tags: phil-wifi-20190609 isaki-audio2-base pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.4 08-Dec-2018 thorpej

Clean up initialization of com_regs structure, in preparation for
some additional changers.


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 jdolecek-ncqfixes-base pgoyette-compat-0728
# 1.3 17-Jul-2018 christos

Use PRI?64 instead of ll?


Revision tags: phil-wifi-base pgoyette-compat-0625
# 1.2 27-May-2018 jmcneill

branches: 1.2.2; 1.2.4;
Enable apb_pclk clock if present


# 1.1 27-May-2018 jmcneill

Rename sunxi_com to dw_apb_uart and move it to dev/fdt since it is not
sunxi-specific.


# 1.9 15-Jan-2021 ryo

use fdtbus_intr_establish_xname


Revision tags: thorpej-futex-base
# 1.8 02-Oct-2020 rin

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!


# 1.7 28-Sep-2020 jmcneill

Default reg-shift is 2, not 0, for DW APB UART


# 1.6 28-Sep-2020 jmcneill

Use com_init_regs_stride instead of a4x tag


Revision tags: bouyer-xenpvh-base2 phil-wifi-20200421 bouyer-xenpvh-base1 phil-wifi-20200411 bouyer-xenpvh-base is-mlppp-base phil-wifi-20200406 ad-namecache-base3 netbsd-9-0-RELEASE netbsd-9-0-RC2 ad-namecache-base2 ad-namecache-base1 ad-namecache-base netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base
# 1.5 21-Jul-2019 rin

branches: 1.5.2;
The device cannot recognize break signal. Use +++++ (five plus signs) as
cnmagic in the same manner with bcm2835_com.c.


Revision tags: phil-wifi-20190609 isaki-audio2-base pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.4 08-Dec-2018 thorpej

Clean up initialization of com_regs structure, in preparation for
some additional changers.


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 jdolecek-ncqfixes-base pgoyette-compat-0728
# 1.3 17-Jul-2018 christos

Use PRI?64 instead of ll?


Revision tags: phil-wifi-base pgoyette-compat-0625
# 1.2 27-May-2018 jmcneill

branches: 1.2.2; 1.2.4;
Enable apb_pclk clock if present


# 1.1 27-May-2018 jmcneill

Rename sunxi_com to dw_apb_uart and move it to dev/fdt since it is not
sunxi-specific.


# 1.8 02-Oct-2020 rin

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!


# 1.7 28-Sep-2020 jmcneill

Default reg-shift is 2, not 0, for DW APB UART


# 1.6 28-Sep-2020 jmcneill

Use com_init_regs_stride instead of a4x tag


Revision tags: bouyer-xenpvh-base2 phil-wifi-20200421 bouyer-xenpvh-base1 phil-wifi-20200411 bouyer-xenpvh-base is-mlppp-base phil-wifi-20200406 ad-namecache-base3 netbsd-9-0-RELEASE netbsd-9-0-RC2 ad-namecache-base2 ad-namecache-base1 ad-namecache-base netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base
# 1.5 21-Jul-2019 rin

branches: 1.5.2;
The device cannot recognize break signal. Use +++++ (five plus signs) as
cnmagic in the same manner with bcm2835_com.c.


Revision tags: phil-wifi-20190609 isaki-audio2-base pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.4 08-Dec-2018 thorpej

Clean up initialization of com_regs structure, in preparation for
some additional changers.


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 jdolecek-ncqfixes-base pgoyette-compat-0728
# 1.3 17-Jul-2018 christos

Use PRI?64 instead of ll?


Revision tags: phil-wifi-base pgoyette-compat-0625
# 1.2 27-May-2018 jmcneill

branches: 1.2.2; 1.2.4;
Enable apb_pclk clock if present


# 1.1 27-May-2018 jmcneill

Rename sunxi_com to dw_apb_uart and move it to dev/fdt since it is not
sunxi-specific.


# 1.5 21-Jul-2019 rin

The device cannot recognize break signal. Use +++++ (five plus signs) as
cnmagic in the same manner with bcm2835_com.c.


Revision tags: phil-wifi-20190609 isaki-audio2-base pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.4 08-Dec-2018 thorpej

Clean up initialization of com_regs structure, in preparation for
some additional changers.


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 jdolecek-ncqfixes-base pgoyette-compat-0728
# 1.3 17-Jul-2018 christos

Use PRI?64 instead of ll?


Revision tags: phil-wifi-base pgoyette-compat-0625
# 1.2 27-May-2018 jmcneill

branches: 1.2.2; 1.2.4;
Enable apb_pclk clock if present


# 1.1 27-May-2018 jmcneill

Rename sunxi_com to dw_apb_uart and move it to dev/fdt since it is not
sunxi-specific.