summaryrefslogtreecommitdiff
path: root/sys/dev/mvs/mvs_soc.c
AgeCommit message (Expand)Author
2025-12-09bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-03-27arm/mv: Remove pre-armv7 supportAndrew Turner
2025-01-02Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2024-07-17mvs: Fix to use rman_get_rid rather than non-existent rid argumentJessica Clarke
2024-06-02mvs: Use device_set_desc(f)()Mark Johnston
2024-03-13new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-06-09mvs: Eliminate unused variable.Warner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-06mvs: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2021-06-22newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-04-12Replace 0 with NULL for pointers in misc. device drivers.Pedro F. Giffuni
2016-03-21Fix some more long -> rman_res_tJustin Hibbits
2016-01-27Convert rman to use rman_res_t instead of u_longJustin Hibbits
2015-03-23Reduce priority of ATA/SATA drivers.Alexander Motin
2014-09-12Initialize variables before resource_int_value().Alexander Motin
2014-02-02Follow r261352 by updating all drivers which are children of simplebusIan Lepore
2013-10-28Run mvs SATA driver on Armada XP instead of old mv_sataZbigniew Bodek
2013-04-18Make siis(4) and mvs(4) send bus_get_dma_tag() requests to parent busesAlexander Motin
2012-07-28Add support for Marvell 88F6282.Hiroki Sato
2012-06-12 - Limit r214102 workaround to only x86. On arm it causes more problemsAlexander Motin
2012-02-01Adjust mvs(4) to handle interrupt cause reg depending on the actual number ofRafal Jaworowski
2011-11-22Rename device_delete_all_children() into device_delete_children().Hans Petter Selasky
2011-11-19Move the device_delete_all_children() function from usb_util.cHans Petter Selasky
2011-03-28Update mvs(4) driver to work over FDT's simplebus(4) bus.Alexander Motin
2010-10-20Some style cleanup:Alexander Motin
2010-05-22Fill rman range start/end values. It makes devinfo output more readable.Alexander Motin
2010-05-22Report ATA/SATA channel number to NewBus at location string.Alexander Motin
2010-05-02Import mvs(4) - Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA controllersAlexander Motin