summaryrefslogtreecommitdiff
path: root/sys/dev/flash/at45d.c
AgeCommit message (Expand)Author
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-09spi flash: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2020-02-07Ever since the block layer expanded its command syntax beyond justScott Long
2019-12-04Regularize my copyright noticeWarner Losh
2019-05-23Use the new FDTCOMPAT_PNP_INFO() macro to define SPIBUS_FDT_PNP_INFO().Ian Lepore
2019-03-10Give the mx25l device sole ownership of the name /dev/flash/spi* instead ofIan Lepore
2019-03-02Allow the sector size of the disk device to be configured using hints orIan Lepore
2019-03-02Add some comments. Give #define'd names to some scattered numbers. ChangeIan Lepore
2019-03-02Bugfix: use a dummy buffer for the inactive side of a transfer.Ian Lepore
2019-02-26Add a module dependency on fdt_slicer. Also, move the PNP_INFO to its moreIan Lepore
2019-02-26Add support for geom_flashmap by providing a getattr() for "SPI:device".Ian Lepore
2019-02-25Fix a paste-o that broke the build on all arches.Ian Lepore
2019-02-25Resolve a name conflict when both SpiFlash and DataFlash devices are present.Ian Lepore
2019-02-25Add a metadata entry for the AT45DB641E chip. This chip has the same 3-byteIan Lepore
2019-02-25Include the jedec "extended device information string" in the criteria usedIan Lepore
2019-02-25Switch to using config_intrhook_oneshot(). That allows the error handlingIan Lepore
2019-02-24Add support for probing/attaching on FDT-based systems.Ian Lepore
2019-02-24Add a functional detach() implementation to make module unloading possible.Ian Lepore
2018-02-20Add missing MODULE_DEPENDS().Ian Lepore
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-04-17undo previous commit - WIP was committed by accident.Adrian Chadd
2016-04-17Only compile the FDT bits when we are using FDT.Adrian Chadd
2015-03-03Check the return value of config_intrhook_establish().Kevin Lo
2012-11-05Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric
2012-06-18Revert r236529, re-enabling verification of the flashed content asMarius Strobl
2012-06-03Disable verification of the flashed content for now; for reasons unknownMarius Strobl
2012-06-03- Loop up to 3 seconds when waiting for a device to get ready. [1]Marius Strobl
2009-05-13- Remove nonexistent header file from includes listOleksandr Tymoshenko
2007-10-20Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer
2006-11-29MFp4:Warner Losh