summaryrefslogtreecommitdiff
path: root/sys/dev/cfi
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-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner 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
2020-02-07Ever since the block layer expanded its command syntax beyond justScott Long
2019-11-26cfi: #include <limits.h> for ULONG_MAX after r355101Ed Maste
2019-11-25cfi: check for inter overflow in cfi_devioctlEd Maste
2019-03-24Fix AMD type flash write operations, and display chip information at bootAllan Jude
2018-07-17Remove kernel support for armebWarner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
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
2014-02-02Follow r261352 by updating all drivers which are children of simplebusIan Lepore
2013-10-22Set BUS_PROBE_NOWILDCARD on this attachment as a stopgap. UnconditionallyNathan Whitehorn
2013-10-18MFP4: 1136252Brooks Davis
2013-09-04MFP4 217312, 222008, 222052, 222053, 222673, 231484, 231491, 231565, 570643Brooks Davis
2013-06-12Use direct custom implementations instead of g_handleattr() for CFI and NANDAlexander Motin
2013-05-30MFP4 @217311Brooks Davis
2013-05-30MFP4 @222836Brooks Davis
2013-04-30MFP4 change 222060:Brooks Davis
2013-04-30MFP4 changes 222065 and 222068:Brooks Davis
2013-04-03MFP4 change 217313 and part of 222068:Brooks Davis
2013-01-30Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez
2012-03-27CFI fixes for big endian archs.Jayachandran C.
2011-05-22Merge r221614,221696,221737,221840 from largeSMP project branch:Attilio Rao
2010-07-11Convert Freescale PowerPC platforms to FDT convention.Rafal Jaworowski
2009-06-10Move from using devclass_find_free_unit(cfi_diskclass, 0) to -1, sinceWarner Losh
2009-03-10choose the size of the last region for d_stripsize instead of the first;Sam Leffler
2009-03-09Add cfid, a disk interface to CFI flash devices; this enables constructionSam Leffler
2009-02-17fix whitespaceSam 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-03add Roel's copyright as he did the initial versionSam Leffler
2009-02-03honor any interface width (e.g. setup by the bus shim) and don't probe;Sam Leffler
2009-02-03reorg ioctl code to simplify adding new requestsSam Leffler
2008-10-25Add a driver for flash memory that implements to the Common FlashMarcel Moolenaar