History log of /src/sys/dev/fdt/dw_apb_uart.c |
Revision | | Date | Author | Comments |
1.13 |
| 06-Sep-2025 |
thorpej | Re-factor the console-related code into fdt_console.[ch]
|
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
|
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
|
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.
|
1.4 |
| 08-Dec-2018 |
thorpej | Clean up initialization of com_regs structure, in preparation for some additional changers.
|
1.3 |
| 17-Jul-2018 |
christos | Use PRI?64 instead of ll?
|
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.2.4.2 |
| 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.2.4.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.2.2.4 |
| 26-Dec-2018 |
pgoyette | Sync with HEAD, resolve a few conflicts
|
1.2.2.3 |
| 28-Jul-2018 |
pgoyette | Sync with HEAD
|
1.2.2.2 |
| 25-Jun-2018 |
pgoyette | Sync with HEAD
|
1.2.2.1 |
| 27-May-2018 |
pgoyette | file dw_apb_uart.c was added on branch pgoyette-compat on 2018-06-25 07:25:49 +0000
|
1.5.2.1 |
| 04-Oct-2020 |
martin | 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!
|
1.8.2.1 |
| 03-Apr-2021 |
thorpej | Sync with HEAD.
|