aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/flash/at45d.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* spi flash: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* Ever since the block layer expanded its command syntax beyond justScott Long2020-02-071-1/+1
* Regularize my copyright noticeWarner Losh2019-12-041-5/+4
* Use the new FDTCOMPAT_PNP_INFO() macro to define SPIBUS_FDT_PNP_INFO().Ian Lepore2019-05-231-1/+1
* Give the mx25l device sole ownership of the name /dev/flash/spi* instead ofIan Lepore2019-03-101-1/+0
* Allow the sector size of the disk device to be configured using hints orIan Lepore2019-03-021-6/+34
* Add some comments. Give #define'd names to some scattered numbers. ChangeIan Lepore2019-03-021-11/+24
* Bugfix: use a dummy buffer for the inactive side of a transfer.Ian Lepore2019-03-021-3/+12
* Add a module dependency on fdt_slicer. Also, move the PNP_INFO to its moreIan Lepore2019-02-261-1/+5
* Add support for geom_flashmap by providing a getattr() for "SPI:device".Ian Lepore2019-02-261-0/+18
* Fix a paste-o that broke the build on all arches.Ian Lepore2019-02-251-1/+1
* Resolve a name conflict when both SpiFlash and DataFlash devices are present.Ian Lepore2019-02-251-1/+2
* Add a metadata entry for the AT45DB641E chip. This chip has the same 3-byteIan Lepore2019-02-251-0/+1
* Include the jedec "extended device information string" in the criteria usedIan Lepore2019-02-251-21/+47
* Switch to using config_intrhook_oneshot(). That allows the error handlingIan Lepore2019-02-251-46/+40
* Add support for probing/attaching on FDT-based systems.Ian Lepore2019-02-241-1/+29
* Add a functional detach() implementation to make module unloading possible.Ian Lepore2019-02-241-1/+38
* Add missing MODULE_DEPENDS().Ian Lepore2018-02-201-0/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* undo previous commit - WIP was committed by accident.Adrian Chadd2016-04-171-3/+3
* Only compile the FDT bits when we are using FDT.Adrian Chadd2016-04-171-3/+3
* Check the return value of config_intrhook_establish().Kevin Lo2015-03-031-1/+3
* Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric2012-11-051-1/+1
* Revert r236529, re-enabling verification of the flashed content asMarius Strobl2012-06-181-2/+0
* Disable verification of the flashed content for now; for reasons unknownMarius Strobl2012-06-031-0/+2
* - Loop up to 3 seconds when waiting for a device to get ready. [1]Marius Strobl2012-06-031-96/+261
* - Remove nonexistent header file from includes listOleksandr Tymoshenko2009-05-131-1/+0
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-1/+1
* MFp4:Warner Losh2006-11-291-0/+284