Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
6489dac3ab1e6d50c6847f017e839fcc1deb0c40
/
drivers
/
spi
/
spi-uclass.c
b11f634
Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next
by Tom Rini
· 3 years, 11 months ago
720620e
Merge tag 'v2021.01-rc5' into next
by Tom Rini
· 3 years, 11 months ago
7d14ee4
dm: core: Use dev_has_ofnode() instead of dev_of_valid()
by Simon Glass
· 4 years ago
fc31430
dm: spi: Fix spi_free_slave() freed memory write
by Niel Fourie
· 4 years ago
741280e
spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logic
by Ovidiu Panait
· 4 years ago
9917591
dm: Drop the unused arg in uclass_find_device_by_seq()
by Simon Glass
· 4 years ago
46c5391
spi: migrate trace to dev and log macro in spi uclass
by Patrick Delaunay
· 4 years, 1 month ago
8a8d24b
dm: treewide: Rename ..._platdata variables to just ..._plat
by Simon Glass
· 4 years ago
b012ff1
dm: treewide: Update 'auto' declarations to be on one line
by Simon Glass
· 4 years ago
d1998a9
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
by Simon Glass
· 4 years ago
caa4daa
dm: treewide: Rename 'platdata' variables to just 'plat'
by Simon Glass
· 4 years ago
41575d8
dm: treewide: Rename auto_alloc_size members to be shorter
by Simon Glass
· 4 years ago
280af01
spi: spi-uclass: Block dm_scan_fdt_dev with OF_CONTROL to prevent build failures
by Faiz Abbas
· 4 years, 2 months ago
f7ae49f
common: Drop log.h from common header
by Simon Glass
· 4 years, 6 months ago
658df8b
mtd: spi-nor-core: Add octal mode support
by Vignesh Raghavendra
· 5 years ago
f7dd537
spi: prevent overriding established bus settings
by Marcin Wojtas
· 5 years ago
7bacce5
dm: spi: Check cs number before accessing slaves
by Bin Meng
· 5 years ago
4d9b1af
spi: Fix manual relocation calling more times
by Ashok Reddy Soma
· 5 years ago
ccdabd8
spi: Correct operations check in dm_spi_xfer()
by Simon Glass
· 5 years ago
c53b318
spi: Add support for memory-mapped flash
by Simon Glass
· 5 years ago
4dd520b
dm: spi: Return 0 if driver does not implement ops->cs_info
by Bin Meng
· 5 years ago
640abba
dm: spi: Do not assume first SPI bus
by Thomas Fitzsimmons
· 5 years ago
8473b32
spi: Add spi_write_then_read
by Jagan Teki
· 5 years ago
b0cc1b8
dm: spi: Read default speed and mode values from DT
by Patrick Delaunay
· 6 years ago
12bfb2e
dm: spi: prevent setting a speed of 0 Hz
by Simon Goldschmidt
· 6 years ago
5e24a2e
dm: spi: Add logging of some return values
by Simon Glass
· 6 years ago
894c3ad
board: arm: Add support for Broadcom BCM7445
by Thomas Fitzsimmons
· 6 years ago
83d290c
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
24fc1ec
spi: spi-uclass: Fix style violations
by Mario Six
· 7 years ago
184fa1c
spi: Remove spi_setup_slave_fdt
by Mario Six
· 7 years ago
279e26f
dm: spi: Convert uclass to livetree
by Simon Glass
· 8 years ago
706865a
dm: core: Add flags parameter to device_remove()
by Stefan Roese
· 8 years ago
e160f7d
dm: core: Replace of_offset with accessor
by Simon Glass
· 8 years ago
1b7c28f
spi: Add error checking for invalid bus widths
by Simon Glass
· 8 years ago
28f9885
spi: Add a debug() on bind failure
by Simon Glass
· 8 years ago
71634f2
spi: Add of-platdata support to SPI and SPI flash
by Simon Glass
· 8 years ago
08fe9c2
spi: Use mode for rx mode flags
by Jagan Teki
· 8 years ago
9119548
dm: Use dm_scan_fdt_dev() directly where possible
by Simon Glass
· 8 years ago
2e3f1ff
dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()
by Simon Glass
· 8 years ago
96907c0
dm: spi: Read default speed and mode values from DT
by Vignesh R
· 8 years ago
c8864d7
spi: spi-uclass: fix typo in debug output
by Anatolij Gustschin
· 9 years ago
7a3eff4
dm: spi: introduce dm api
by Peng Fan
· 9 years ago
674f360
spi: spi-uclass: Set slave wordlen with SPI_DEFAULT_WORDLEN
by Christophe Ricard
· 9 years ago
f8e2f92
spi: Add support for dual and quad mode
by Mugunthan V N
· 9 years ago
379b49d
spi: Get spi-3wire from dts
by Jagan Teki
· 9 years ago
281f156
dm: spi: Add support for all targets which requires MANUAL_RELOC
by Michal Simek
· 9 years ago
bcbe3d1
dm: Rename dev_get_parentdata() to dev_get_parent_priv()
by Simon Glass
· 9 years ago
6f849c3
dm: spi: Make local functions static
by Simon Glass
· 9 years ago
60e2809
dm: spi: Avoid setting the speed with every transfer
by Simon Glass
· 10 years ago
9694b72
dm: spi: Correct SPI claim/release_bus() methods
by Simon Glass
· 10 years ago
e564f05
dm: core: Add dev_get_uclass_priv() to access uclass private data
by Simon Glass
· 10 years ago
d0cff03
dm: spi: Move slave details to child platdata
by Simon Glass
· 10 years ago
440714e
dm: spi: Set up the spi_slave device pointer in child_pre_probe()
by Simon Glass
· 10 years ago
19a25f6
dm: spi: Move the per-child data size to the uclass
by Simon Glass
· 10 years ago
9cc36a2
dm: core: Add a flag to control sequence numbering
by Simon Glass
· 10 years ago
1739564
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 10 years ago
b414119
linux/kernel.h: sync min, max, min3, max3 macros with Linux
by Masahiro Yamada
· 10 years ago
6b18656
dm: spi: Use device_bind_driver() instead of our own function
by Simon Glass
· 10 years ago
ff56bba
dm: spi: Correct handling of SPI chip selects in sandbox
by Simon Glass
· 10 years ago
d7af6a4
dm: spi: Add a uclass for SPI
by Simon Glass
· 10 years ago