/freebsd/sys/arm/allwinner/ |
H A D | aw_nmi.c | diff cd642c88a1957179fdc6843a6c7bd04ca238d625 Thu May 05 15:31:19 CEST 2016 Svatopluk Kraus <skra@FreeBSD.org> INTRNG - redefine struct intr_map_data to avoid headers pollution. Each struct associated with some type defined in enum intr_map_data_type must have struct intr_map_data on the top of its own definition now. When such structs are used, correct type and size must be filled in.
There are three such structs defined in sys/intr.h now. Their definitions should be moved to corresponding headers by follow-up commits.
While this change was propagated to all INTRNG like PICs, pic_map_intr() method implementations were corrected on some places. For this specific method, it's ensured by a caller that the 'data' argument passed to this method is never NULL. Also, the return error values were standardized there.
|
/freebsd/sys/arm/nvidia/ |
H A D | tegra_gpio.c | diff cd642c88a1957179fdc6843a6c7bd04ca238d625 Thu May 05 15:31:19 CEST 2016 Svatopluk Kraus <skra@FreeBSD.org> INTRNG - redefine struct intr_map_data to avoid headers pollution. Each struct associated with some type defined in enum intr_map_data_type must have struct intr_map_data on the top of its own definition now. When such structs are used, correct type and size must be filled in.
There are three such structs defined in sys/intr.h now. Their definitions should be moved to corresponding headers by follow-up commits.
While this change was propagated to all INTRNG like PICs, pic_map_intr() method implementations were corrected on some places. For this specific method, it's ensured by a caller that the 'data' argument passed to this method is never NULL. Also, the return error values were standardized there.
|
/freebsd/sys/arm/allwinner/a10/ |
H A D | a10_intc.c | diff cd642c88a1957179fdc6843a6c7bd04ca238d625 Thu May 05 15:31:19 CEST 2016 Svatopluk Kraus <skra@FreeBSD.org> INTRNG - redefine struct intr_map_data to avoid headers pollution. Each struct associated with some type defined in enum intr_map_data_type must have struct intr_map_data on the top of its own definition now. When such structs are used, correct type and size must be filled in.
There are three such structs defined in sys/intr.h now. Their definitions should be moved to corresponding headers by follow-up commits.
While this change was propagated to all INTRNG like PICs, pic_map_intr() method implementations were corrected on some places. For this specific method, it's ensured by a caller that the 'data' argument passed to this method is never NULL. Also, the return error values were standardized there.
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2836.c | diff cd642c88a1957179fdc6843a6c7bd04ca238d625 Thu May 05 15:31:19 CEST 2016 Svatopluk Kraus <skra@FreeBSD.org> INTRNG - redefine struct intr_map_data to avoid headers pollution. Each struct associated with some type defined in enum intr_map_data_type must have struct intr_map_data on the top of its own definition now. When such structs are used, correct type and size must be filled in.
There are three such structs defined in sys/intr.h now. Their definitions should be moved to corresponding headers by follow-up commits.
While this change was propagated to all INTRNG like PICs, pic_map_intr() method implementations were corrected on some places. For this specific method, it's ensured by a caller that the 'data' argument passed to this method is never NULL. Also, the return error values were standardized there.
|
H A D | bcm2835_intr.c | diff cd642c88a1957179fdc6843a6c7bd04ca238d625 Thu May 05 15:31:19 CEST 2016 Svatopluk Kraus <skra@FreeBSD.org> INTRNG - redefine struct intr_map_data to avoid headers pollution. Each struct associated with some type defined in enum intr_map_data_type must have struct intr_map_data on the top of its own definition now. When such structs are used, correct type and size must be filled in.
There are three such structs defined in sys/intr.h now. Their definitions should be moved to corresponding headers by follow-up commits.
While this change was propagated to all INTRNG like PICs, pic_map_intr() method implementations were corrected on some places. For this specific method, it's ensured by a caller that the 'data' argument passed to this method is never NULL. Also, the return error values were standardized there.
|
H A D | bcm2835_gpio.c | diff cd642c88a1957179fdc6843a6c7bd04ca238d625 Thu May 05 15:31:19 CEST 2016 Svatopluk Kraus <skra@FreeBSD.org> INTRNG - redefine struct intr_map_data to avoid headers pollution. Each struct associated with some type defined in enum intr_map_data_type must have struct intr_map_data on the top of its own definition now. When such structs are used, correct type and size must be filled in.
There are three such structs defined in sys/intr.h now. Their definitions should be moved to corresponding headers by follow-up commits.
While this change was propagated to all INTRNG like PICs, pic_map_intr() method implementations were corrected on some places. For this specific method, it's ensured by a caller that the 'data' argument passed to this method is never NULL. Also, the return error values were standardized there.
|
/freebsd/sys/arm/ti/ |
H A D | aintc.c | diff cd642c88a1957179fdc6843a6c7bd04ca238d625 Thu May 05 15:31:19 CEST 2016 Svatopluk Kraus <skra@FreeBSD.org> INTRNG - redefine struct intr_map_data to avoid headers pollution. Each struct associated with some type defined in enum intr_map_data_type must have struct intr_map_data on the top of its own definition now. When such structs are used, correct type and size must be filled in.
There are three such structs defined in sys/intr.h now. Their definitions should be moved to corresponding headers by follow-up commits.
While this change was propagated to all INTRNG like PICs, pic_map_intr() method implementations were corrected on some places. For this specific method, it's ensured by a caller that the 'data' argument passed to this method is never NULL. Also, the return error values were standardized there.
|
H A D | ti_gpio.c | diff cd642c88a1957179fdc6843a6c7bd04ca238d625 Thu May 05 15:31:19 CEST 2016 Svatopluk Kraus <skra@FreeBSD.org> INTRNG - redefine struct intr_map_data to avoid headers pollution. Each struct associated with some type defined in enum intr_map_data_type must have struct intr_map_data on the top of its own definition now. When such structs are used, correct type and size must be filled in.
There are three such structs defined in sys/intr.h now. Their definitions should be moved to corresponding headers by follow-up commits.
While this change was propagated to all INTRNG like PICs, pic_map_intr() method implementations were corrected on some places. For this specific method, it's ensured by a caller that the 'data' argument passed to this method is never NULL. Also, the return error values were standardized there.
|
/freebsd/sys/arm/mv/ |
H A D | mpic.c | diff cd642c88a1957179fdc6843a6c7bd04ca238d625 Thu May 05 15:31:19 CEST 2016 Svatopluk Kraus <skra@FreeBSD.org> INTRNG - redefine struct intr_map_data to avoid headers pollution. Each struct associated with some type defined in enum intr_map_data_type must have struct intr_map_data on the top of its own definition now. When such structs are used, correct type and size must be filled in.
There are three such structs defined in sys/intr.h now. Their definitions should be moved to corresponding headers by follow-up commits.
While this change was propagated to all INTRNG like PICs, pic_map_intr() method implementations were corrected on some places. For this specific method, it's ensured by a caller that the 'data' argument passed to this method is never NULL. Also, the return error values were standardized there.
|
/freebsd/sys/arm/freescale/imx/ |
H A D | imx_gpio.c | diff cd642c88a1957179fdc6843a6c7bd04ca238d625 Thu May 05 15:31:19 CEST 2016 Svatopluk Kraus <skra@FreeBSD.org> INTRNG - redefine struct intr_map_data to avoid headers pollution. Each struct associated with some type defined in enum intr_map_data_type must have struct intr_map_data on the top of its own definition now. When such structs are used, correct type and size must be filled in.
There are three such structs defined in sys/intr.h now. Their definitions should be moved to corresponding headers by follow-up commits.
While this change was propagated to all INTRNG like PICs, pic_map_intr() method implementations were corrected on some places. For this specific method, it's ensured by a caller that the 'data' argument passed to this method is never NULL. Also, the return error values were standardized there.
|
/freebsd/sys/sys/ |
H A D | intr.h | diff cd642c88a1957179fdc6843a6c7bd04ca238d625 Thu May 05 15:31:19 CEST 2016 Svatopluk Kraus <skra@FreeBSD.org> INTRNG - redefine struct intr_map_data to avoid headers pollution. Each struct associated with some type defined in enum intr_map_data_type must have struct intr_map_data on the top of its own definition now. When such structs are used, correct type and size must be filled in.
There are three such structs defined in sys/intr.h now. Their definitions should be moved to corresponding headers by follow-up commits.
While this change was propagated to all INTRNG like PICs, pic_map_intr() method implementations were corrected on some places. For this specific method, it's ensured by a caller that the 'data' argument passed to this method is never NULL. Also, the return error values were standardized there.
|
/freebsd/sys/kern/ |
H A D | subr_intr.c | diff cd642c88a1957179fdc6843a6c7bd04ca238d625 Thu May 05 15:31:19 CEST 2016 Svatopluk Kraus <skra@FreeBSD.org> INTRNG - redefine struct intr_map_data to avoid headers pollution. Each struct associated with some type defined in enum intr_map_data_type must have struct intr_map_data on the top of its own definition now. When such structs are used, correct type and size must be filled in.
There are three such structs defined in sys/intr.h now. Their definitions should be moved to corresponding headers by follow-up commits.
While this change was propagated to all INTRNG like PICs, pic_map_intr() method implementations were corrected on some places. For this specific method, it's ensured by a caller that the 'data' argument passed to this method is never NULL. Also, the return error values were standardized there.
|
/freebsd/sys/arm/arm/ |
H A D | gic.c | diff cd642c88a1957179fdc6843a6c7bd04ca238d625 Thu May 05 15:31:19 CEST 2016 Svatopluk Kraus <skra@FreeBSD.org> INTRNG - redefine struct intr_map_data to avoid headers pollution. Each struct associated with some type defined in enum intr_map_data_type must have struct intr_map_data on the top of its own definition now. When such structs are used, correct type and size must be filled in.
There are three such structs defined in sys/intr.h now. Their definitions should be moved to corresponding headers by follow-up commits.
While this change was propagated to all INTRNG like PICs, pic_map_intr() method implementations were corrected on some places. For this specific method, it's ensured by a caller that the 'data' argument passed to this method is never NULL. Also, the return error values were standardized there.
|