summaryrefslogtreecommitdiffstats
path: root/wbsio_spi.c
Commit message (Expand)AuthorAgeFilesLines
* board_enables: Allow for prog cfg coupling with board cfgEdward O'Callaghan2023-04-021-1/+1
* tree/: Drop default_spi_probe_opcode for NULL caseEdward O'Callaghan2023-03-031-1/+0
* spi: Make 'default_spi_send_multicommand' the default unless definedEdward O'Callaghan2023-03-011-1/+0
* tree/: Rename 'internal_delay()' to 'default_delay()'Edward O'Callaghan2022-12-121-1/+1
* tree/: Replace NULL-case of programmer_delay() with internal_delayEdward O'Callaghan2022-12-121-1/+1
* tree: provide flashrom context into programmer_delay()Alexander Goncharov2022-10-171-1/+1
* drivers: Move (un)map_flash_region to par/spi/opaque_masterJonathon Hall2022-10-081-0/+2
* spi: Add function to probe erase command opcode for all spi_masterAarya Chaumal2022-07-111-0/+1
* tree: indent struct *_master consistently with tabsThomas Heijligen2022-06-271-8/+8
* hwaccess: move mmio functions into hwaccess_physmapThomas Heijligen2022-01-201-1/+1
* hwaccess: move x86 port I/O related code into own filesThomas Heijligen2021-12-221-0/+1
* remove compile guardsThomas Heijligen2021-09-261-4/+0
* spi_master: Use new API to register shutdown functionAnastasia Klimchuk2021-08-251-4/+2
* spi_master: Move shutdown function above spi_master structAnastasia Klimchuk2021-08-171-6/+6
* treewide: Drop most cases of `sizeof(struct ...)`Angel Pons2021-06-091-1/+1
* programmer: Make use of new register_spi_master() APINico Huber2021-05-131-3/+2
* programmer: Smoothen register_spi_master() APINico Huber2021-05-131-1/+1
* wbsio_spi.c: Move singleton state into spi master state trackerEdward O'Callaghan2020-11-231-12/+37
* wbsio_spi.c: Reorder functions with primitives at the topEdward O'Callaghan2020-11-231-34/+27
* const'ify flashctx to align signatures with cros flashromEdward O'Callaghan2020-04-301-2/+2
* Fix -Wsign-compare troubleNico Huber2019-07-311-1/+1
* spi: Drop spi_controller typeNico Huber2019-06-271-1/+0
* spi25: Fix layering violation in default_spi_write_aai()Nico Huber2019-06-211-1/+1
* Remove address from GPLv2 headersElyes HAOUAS2018-04-241-4/+0
* Rename programmer registration functionsCarl-Daniel Hailfinger2014-07-191-2/+2
* Hide hwaccess.h from public APIPatrick Georgi2012-07-201-0/+1
* Let the programmer driver decide how to do AAI transfersNico Huber2012-06-151-0/+1
* Fix parallel-style programmer access from ITE IT87/Winbond W83627 SPICarl-Daniel Hailfinger2012-03-011-1/+2
* Add struct flashctx * parameter to all functions accessing flash chipsCarl-Daniel Hailfinger2011-12-181-6/+12
* Use struct flashctx instead of struct flashchip for flash chip accessCarl-Daniel Hailfinger2011-12-141-2/+2
* Unsignify lengths and addresses in chip functions and structsStefan Tauner2011-11-231-2/+2
* Register Parallel/LPC/FWH programmers the same way SPI programmers are regist...Carl-Daniel Hailfinger2011-11-091-1/+1
* Revert "Unsignify lengths and addresses in chip functions and structs"Stefan Tauner2011-09-181-2/+2
* Unsignify lengths and addresses in chip functions and structsStefan Tauner2011-09-181-2/+2
* Whitespace, documentation and other small stuffStefan Tauner2011-05-191-1/+1
* Kill central list of SPI programmersMichael Karcher2011-05-111-4/+17
* Split off programmer.h from flash.hCarl-Daniel Hailfinger2010-07-271-0/+1
* Use the max_rom_decode infrastructure for wbsio_spiCarl-Daniel Hailfinger2010-07-141-17/+3
* Convert SPI chips to partial writeCarl-Daniel Hailfinger2010-07-141-5/+3
* board_enable.c: Remove useless 'name' parameterUwe Hermann2010-06-071-1/+1
* Remove unneeded #include statements completelyCarl-Daniel Hailfinger2010-05-301-1/+0
* Handle the following architectures in generic flashrom codeCarl-Daniel Hailfinger2010-05-261-0/+4
* Split spi.c into programmer and chip code Remove chipdriver.h include from fl...Sean Nelson2010-02-261-0/+1
* Convert all messages in wbsio_spi.c to the new message infrastructureSean Nelson2010-01-091-35/+24
* Allow one to disable programmer debug messages at compile timeCarl-Daniel Hailfinger2010-01-071-18/+30
* Replace remaining explicit erases in SPI programmer drivers with auto-erasesCarl-Daniel Hailfinger2009-08-101-16/+4
* Use a distinct return code for SPI commands with unsupported/invalid lengthCarl-Daniel Hailfinger2009-07-141-1/+2
* Convert SPI byte program to use the multicommand infrastructureCarl-Daniel Hailfinger2009-07-121-4/+1
* Add SPI multicommand infrastructureCarl-Daniel Hailfinger2009-07-101-1/+1
* Support reads of arbitrary rangeCarl-Daniel Hailfinger2009-06-161-2/+2