Home
last modified time | relevance | path

Searched hist:d412c07617eb35435668b024bc2cecda05f57f1f (Results 1 – 21 of 21) sorted by relevance

/freebsd/sys/dev/iicbus/pmic/
H A Dact8846.cdiff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last

These detach routines in these drivers all ended with 'return
(bus_generic_detach())' meaning that if any child device failed to
detach, the parent driver was left in a mostly destroyed state, but
still marked attached. Instead, bus drivers should detach child
drivers first and return errors before destroying driver state in the
parent.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D47387
/freebsd/sys/arm/nvidia/
H A Dtegra_mc.cdiff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last

These detach routines in these drivers all ended with 'return
(bus_generic_detach())' meaning that if any child device failed to
detach, the parent driver was left in a mostly destroyed state, but
still marked attached. Instead, bus drivers should detach child
drivers first and return errors before destroying driver state in the
parent.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D47387
H A Dtegra_abpmisc.cdiff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last

These detach routines in these drivers all ended with 'return
(bus_generic_detach())' meaning that if any child device failed to
detach, the parent driver was left in a mostly destroyed state, but
still marked attached. Instead, bus drivers should detach child
drivers first and return errors before destroying driver state in the
parent.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D47387
H A Das3722.cdiff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last

These detach routines in these drivers all ended with 'return
(bus_generic_detach())' meaning that if any child device failed to
detach, the parent driver was left in a mostly destroyed state, but
still marked attached. Instead, bus drivers should detach child
drivers first and return errors before destroying driver state in the
parent.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D47387
H A Dtegra_rtc.cdiff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last

These detach routines in these drivers all ended with 'return
(bus_generic_detach())' meaning that if any child device failed to
detach, the parent driver was left in a mostly destroyed state, but
still marked attached. Instead, bus drivers should detach child
drivers first and return errors before destroying driver state in the
parent.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D47387
H A Dtegra_i2c.cdiff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last

These detach routines in these drivers all ended with 'return
(bus_generic_detach())' meaning that if any child device failed to
detach, the parent driver was left in a mostly destroyed state, but
still marked attached. Instead, bus drivers should detach child
drivers first and return errors before destroying driver state in the
parent.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D47387
H A Dtegra_efuse.cdiff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last

These detach routines in these drivers all ended with 'return
(bus_generic_detach())' meaning that if any child device failed to
detach, the parent driver was left in a mostly destroyed state, but
still marked attached. Instead, bus drivers should detach child
drivers first and return errors before destroying driver state in the
parent.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D47387
/freebsd/sys/arm64/nvidia/tegra210/
H A Dmax77620.cdiff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last

These detach routines in these drivers all ended with 'return
(bus_generic_detach())' meaning that if any child device failed to
detach, the parent driver was left in a mostly destroyed state, but
still marked attached. Instead, bus drivers should detach child
drivers first and return errors before destroying driver state in the
parent.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D47387
H A Dmax77620_rtc.cdiff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last

These detach routines in these drivers all ended with 'return
(bus_generic_detach())' meaning that if any child device failed to
detach, the parent driver was left in a mostly destroyed state, but
still marked attached. Instead, bus drivers should detach child
drivers first and return errors before destroying driver state in the
parent.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D47387
/freebsd/sys/dev/dwwdt/
H A Ddwwdt.cdiff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last

These detach routines in these drivers all ended with 'return
(bus_generic_detach())' meaning that if any child device failed to
detach, the parent driver was left in a mostly destroyed state, but
still marked attached. Instead, bus drivers should detach child
drivers first and return errors before destroying driver state in the
parent.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D47387
/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_host1x.cdiff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last

These detach routines in these drivers all ended with 'return
(bus_generic_detach())' meaning that if any child device failed to
detach, the parent driver was left in a mostly destroyed state, but
still marked attached. Instead, bus drivers should detach child
drivers first and return errors before destroying driver state in the
parent.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D47387
H A Dtegra_hdmi.cdiff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last

These detach routines in these drivers all ended with 'return
(bus_generic_detach())' meaning that if any child device failed to
detach, the parent driver was left in a mostly destroyed state, but
still marked attached. Instead, bus drivers should detach child
drivers first and return errors before destroying driver state in the
parent.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D47387
H A Dtegra_dc.cdiff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last

These detach routines in these drivers all ended with 'return
(bus_generic_detach())' meaning that if any child device failed to
detach, the parent driver was left in a mostly destroyed state, but
still marked attached. Instead, bus drivers should detach child
drivers first and return errors before destroying driver state in the
parent.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D47387
/freebsd/sys/dev/gve/
H A Dgve_main.cdiff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last

These detach routines in these drivers all ended with 'return
(bus_generic_detach())' meaning that if any child device failed to
detach, the parent driver was left in a mostly destroyed state, but
still marked attached. Instead, bus drivers should detach child
drivers first and return errors before destroying driver state in the
parent.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D47387
/freebsd/sys/dev/mana/
H A Dgdma_main.cdiff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last

These detach routines in these drivers all ended with 'return
(bus_generic_detach())' meaning that if any child device failed to
detach, the parent driver was left in a mostly destroyed state, but
still marked attached. Instead, bus drivers should detach child
drivers first and return errors before destroying driver state in the
parent.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D47387
/freebsd/sys/arm/ti/
H A Dti_adc.cdiff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last

These detach routines in these drivers all ended with 'return
(bus_generic_detach())' meaning that if any child device failed to
detach, the parent driver was left in a mostly destroyed state, but
still marked attached. Instead, bus drivers should detach child
drivers first and return errors before destroying driver state in the
parent.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D47387
/freebsd/sys/powerpc/powermac/
H A Dcuda.cdiff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last

These detach routines in these drivers all ended with 'return
(bus_generic_detach())' meaning that if any child device failed to
detach, the parent driver was left in a mostly destroyed state, but
still marked attached. Instead, bus drivers should detach child
drivers first and return errors before destroying driver state in the
parent.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D47387
H A Dpmu.cdiff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last

These detach routines in these drivers all ended with 'return
(bus_generic_detach())' meaning that if any child device failed to
detach, the parent driver was left in a mostly destroyed state, but
still marked attached. Instead, bus drivers should detach child
drivers first and return errors before destroying driver state in the
parent.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D47387
/freebsd/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.cdiff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last

These detach routines in these drivers all ended with 'return
(bus_generic_detach())' meaning that if any child device failed to
detach, the parent driver was left in a mostly destroyed state, but
still marked attached. Instead, bus drivers should detach child
drivers first and return errors before destroying driver state in the
parent.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D47387
/freebsd/sys/dev/fdt/
H A Dsimplebus.cdiff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last

These detach routines in these drivers all ended with 'return
(bus_generic_detach())' meaning that if any child device failed to
detach, the parent driver was left in a mostly destroyed state, but
still marked attached. Instead, bus drivers should detach child
drivers first and return errors before destroying driver state in the
parent.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D47387
/freebsd/sys/dev/ena/
H A Dena.cdiff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last

These detach routines in these drivers all ended with 'return
(bus_generic_detach())' meaning that if any child device failed to
detach, the parent driver was left in a mostly destroyed state, but
still marked attached. Instead, bus drivers should detach child
drivers first and return errors before destroying driver state in the
parent.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D47387