index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-uclass.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: spi-uclass: Fix style violations
Mario Six
2018-01-24
1
-3
/
+2
*
spi: Remove spi_setup_slave_fdt
Mario Six
2018-01-24
1
-16
/
+0
*
dm: spi: Convert uclass to livetree
Simon Glass
2017-06-01
1
-17
/
+14
*
dm: core: Add flags parameter to device_remove()
Stefan Roese
2017-04-04
1
-2
/
+2
*
dm: core: Replace of_offset with accessor
Simon Glass
2017-02-08
1
-3
/
+4
*
spi: Add error checking for invalid bus widths
Simon Glass
2016-12-15
1
-2
/
+2
*
spi: Add a debug() on bind failure
Simon Glass
2016-11-25
1
-1
/
+4
*
spi: Add of-platdata support to SPI and SPI flash
Simon Glass
2016-11-25
1
-1
/
+12
*
spi: Use mode for rx mode flags
Jagan Teki
2016-09-22
1
-7
/
+4
*
dm: Use dm_scan_fdt_dev() directly where possible
Simon Glass
2016-07-27
1
-7
/
+1
*
dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()
Simon Glass
2016-07-27
1
-2
/
+1
*
dm: spi: Read default speed and mode values from DT
Vignesh R
2016-07-09
1
-2
/
+6
*
spi: spi-uclass: fix typo in debug output
Anatolij Gustschin
2016-07-06
1
-1
/
+1
*
dm: spi: introduce dm api
Peng Fan
2016-05-17
1
-7
/
+21
*
spi: spi-uclass: Set slave wordlen with SPI_DEFAULT_WORDLEN
Christophe Ricard
2016-02-23
1
-0
/
+1
*
spi: Add support for dual and quad mode
Mugunthan V N
2016-01-13
1
-1
/
+37
*
spi: Get spi-3wire from dts
Jagan Teki
2015-12-11
1
-0
/
+2
*
dm: spi: Add support for all targets which requires MANUAL_RELOC
Michal Simek
2015-11-19
1
-0
/
+20
*
dm: Rename dev_get_parentdata() to dev_get_parent_priv()
Simon Glass
2015-10-23
1
-4
/
+4
*
dm: spi: Make local functions static
Simon Glass
2015-07-21
1
-4
/
+4
*
dm: spi: Avoid setting the speed with every transfer
Simon Glass
2015-05-05
1
-3
/
+6
*
dm: spi: Correct SPI claim/release_bus() methods
Simon Glass
2015-04-23
1
-2
/
+2
*
dm: core: Add dev_get_uclass_priv() to access uclass private data
Simon Glass
2015-04-16
1
-2
/
+2
*
dm: spi: Move slave details to child platdata
Simon Glass
2015-01-29
1
-34
/
+49
*
dm: spi: Set up the spi_slave device pointer in child_pre_probe()
Simon Glass
2015-01-29
1
-0
/
+10
*
dm: spi: Move the per-child data size to the uclass
Simon Glass
2015-01-29
1
-0
/
+1
*
dm: core: Add a flag to control sequence numbering
Simon Glass
2015-01-29
1
-0
/
+1
*
Merge git://git.denx.de/u-boot-dm
Tom Rini
2014-11-24
1
-32
/
+2
|
\
|
*
dm: spi: Use device_bind_driver() instead of our own function
Simon Glass
2014-11-22
1
-22
/
+1
|
*
dm: spi: Correct handling of SPI chip selects in sandbox
Simon Glass
2014-11-22
1
-10
/
+1
*
|
linux/kernel.h: sync min, max, min3, max3 macros with Linux
Masahiro Yamada
2014-11-23
1
-1
/
+1
|
/
*
dm: spi: Add a uclass for SPI
Simon Glass
2014-10-22
1
-0
/
+390