summaryrefslogtreecommitdiff
path: root/sys/dev/cfi/cfi_core.c
AgeCommit message (Expand)Author
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-06-16cfi: Use device_set_descf()Mark Johnston
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-05-10Remove unused cfi_diskclass.John Baldwin
2022-05-09Remove unused cfi_devclass.John Baldwin
2020-09-01cfi: clean up empty lines in .c and .h filesMateusz Guzik
2019-03-24Fix AMD type flash write operations, and display chip information at bootAllan Jude
2017-11-20sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-05-06[cfi] fix CFI flash reset command for MX29LV320T/B.Adrian Chadd
2016-02-04Provide a workaround for setting the correct endianness when doing CFI onAdrian Chadd
2014-10-16Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano
2013-10-18MFP4: 1136252Brooks Davis
2013-09-04MFP4 217312, 222008, 222052, 222053, 222673, 231484, 231491, 231565, 570643Brooks Davis
2013-05-30MFP4 @217311Brooks Davis
2013-04-30MFP4 change 222060:Brooks Davis
2012-03-27CFI fixes for big endian archs.Jayachandran C.
2009-06-10Move from using devclass_find_free_unit(cfi_diskclass, 0) to -1, sinceWarner Losh
2009-03-09Add cfid, a disk interface to CFI flash devices; this enables constructionSam Leffler
2009-02-08fix typoSam Leffler
2009-02-07fix building w/o CFI_ARMEDANDDANGEROUSSam Leffler
2009-02-07expand CFI_ARMEDANDDANGEROUS to include writing the user segmentSam Leffler
2009-02-05Add support for frobbing Intel StrataFlash Protection Registers:Sam Leffler
2009-02-03honor any interface width (e.g. setup by the bus shim) and don't probe;Sam Leffler
2008-10-25Add a driver for flash memory that implements to the Common FlashMarcel Moolenaar