~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* spi: Implement spi_set_speedPaul Barker2022-10-16
* spi: spi-uclass: Add new spi_get_bus_and_cs() implementationPatrice Chotard2022-05-23
* treewide: Try to avoid the preprocessor with OF_REALSimon Glass2021-09-25
* treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass2021-09-25
* treewide: Simply conditions with the new OF_REALSimon Glass2021-09-25
* spi: Update speed/mode on changeMarek Vasut2021-06-30
* spi: spi-uclass: Add support to manually relocate spi memory opsT Karthik Reddy2021-03-27
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-02
* Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini2021-01-05
|\
| * dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-05
* | Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-05
|\ \ | |/ |/|
| * spi: migrate trace to dev and log macro in spi uclassPatrick Delaunay2020-12-18
* | dm: spi: Fix spi_free_slave() freed memory writeNiel Fourie2020-12-22
* | spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logicOvidiu Panait2020-12-22
* | dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass2020-12-18
* | dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-13
* | dm: treewide: Update 'auto' declarations to be on one lineSimon Glass2020-12-13
* | dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-13
* | dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-13
* | dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-13
|/
* spi: spi-uclass: Block dm_scan_fdt_dev with OF_CONTROL to prevent build failuresFaiz Abbas2020-09-15
* common: Drop log.h from common headerSimon Glass2020-05-18
* mtd: spi-nor-core: Add octal mode supportVignesh Raghavendra2020-01-27
* spi: prevent overriding established bus settingsMarcin Wojtas2020-01-27
* dm: spi: Check cs number before accessing slavesBin Meng2020-01-27
* spi: Fix manual relocation calling more timesAshok Reddy Soma2020-01-14
* spi: Correct operations check in dm_spi_xfer()Simon Glass2019-12-15
* spi: Add support for memory-mapped flashSimon Glass2019-11-03
* dm: spi: Return 0 if driver does not implement ops->cs_infoBin Meng2019-10-25
* dm: spi: Do not assume first SPI busThomas Fitzsimmons2019-10-15
* spi: Add spi_write_then_readJagan Teki2019-09-16
* dm: spi: Read default speed and mode values from DTPatrick Delaunay2019-04-12
* dm: spi: prevent setting a speed of 0 HzSimon Goldschmidt2018-11-20
* dm: spi: Add logging of some return valuesSimon Glass2018-10-09
* board: arm: Add support for Broadcom BCM7445Thomas Fitzsimmons2018-07-10
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* spi: spi-uclass: Fix style violationsMario Six2018-01-24
* spi: Remove spi_setup_slave_fdtMario Six2018-01-24
* dm: spi: Convert uclass to livetreeSimon Glass2017-06-01
* dm: core: Add flags parameter to device_remove()Stefan Roese2017-04-04
* dm: core: Replace of_offset with accessorSimon Glass2017-02-08
* spi: Add error checking for invalid bus widthsSimon Glass2016-12-15
* spi: Add a debug() on bind failureSimon Glass2016-11-25
* spi: Add of-platdata support to SPI and SPI flashSimon Glass2016-11-25
* spi: Use mode for rx mode flagsJagan Teki2016-09-22
* dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass2016-07-27
* dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass2016-07-27
* dm: spi: Read default speed and mode values from DTVignesh R2016-07-09
* spi: spi-uclass: fix typo in debug outputAnatolij Gustschin2016-07-06
* dm: spi: introduce dm apiPeng Fan2016-05-17