index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'spi/topic/of' into spi-next
Mark Brown
2018-10-21
1
-2
/
+5
|
\
|
*
spi: make OF helper available for others
Marco Felsch
2018-09-27
1
-2
/
+5
*
|
Merge branch 'spi-4.20' into spi-next
Mark Brown
2018-10-21
1
-12
/
+87
|
\
\
|
*
|
spi: Make GPIO CSs honour the SPI_NO_CS flag
Phil Elwell
2018-10-12
1
-1
/
+3
|
*
|
spi: Add driver_override SPI device attribute
Trent Piepho
2018-10-10
1
-0
/
+51
|
*
|
spi: switch to SPDX license identifier
Marco Felsch
2018-09-27
1
-10
/
+1
|
*
|
spi: always use software fallback for SPI_CS_WORD when using cs_gio
David Lechner
2018-09-18
1
-2
/
+4
|
*
|
spi: add software implementation for SPI_CS_WORD
David Lechner
2018-09-17
1
-1
/
+30
|
|
/
*
|
spi: Fix double IDR allocation with DT aliases
Geert Uytterhoeven
2018-08-28
1
-11
/
+11
*
|
spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbers
Kirill Kapranov
2018-08-15
1
-0
/
+9
|
/
*
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2018-06-05
1
-5
/
+6
|
\
|
*
spi: Respect all error codes from dev_pm_domain_attach()
Ulf Hansson
2018-05-14
1
-5
/
+6
*
|
spi: Add missing pm_runtime_put_noidle() after failed get
Tony Lindgren
2018-05-21
1
-0
/
+1
*
|
spi: Get rid of the spi_flash_read() API
Boris Brezillon
2018-05-11
1
-57
/
+0
*
|
spi: Make support for regular transfers optional when ->mem_ops != NULL
Boris Brezillon
2018-05-11
1
-7
/
+26
*
|
spi: Check presence the of ->transfer[_xxx]() before registering a controller
Boris Brezillon
2018-04-26
1
-0
/
+21
*
|
spi: Add an helper to flush the message queue
Boris Brezillon
2018-04-23
1
-0
/
+16
*
|
spi: Expose spi_{map,unmap}_buf() for internal use
Boris Brezillon
2018-04-23
1
-18
/
+7
|
/
*
-
.
Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/pxa2xx' and 'spi/fix...
Mark Brown
2018-04-02
1
-7
/
+2
|
\
\
|
|
*
spi: Fix unregistration of controller with fixed SPI bus number
Jarkko Nikula
2018-03-20
1
-7
/
+2
|
|
/
*
|
spi: Fix scatterlist elements size in spi_map_buf
Maxime Chevallier
2018-03-02
1
-2
/
+8
|
/
*
Merge remote-tracking branch 'spi/topic/core' into spi-next
Mark Brown
2017-11-10
1
-1
/
+3
|
\
|
*
spi: document odd controller reference handling
Johan Hovold
2017-10-31
1
-1
/
+3
*
|
spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbers
Lucas Stach
2017-11-03
1
-4
/
+9
*
|
spi: fix use-after-free at controller deregistration
Johan Hovold
2017-10-31
1
-2
/
+3
|
/
*
Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2017-09-05
1
-0
/
+32
|
\
|
*
spi: Use Apple device properties in absence of ACPI resources
Lukas Wunner
2017-08-03
1
-0
/
+32
|
|
|
\
*
-
.
\
Merge remote-tracking branches 'spi/topic/cadence', 'spi/topic/dt', 'spi/topi...
Mark Brown
2017-09-04
1
-16
/
+11
|
\
\
\
|
|
|
/
|
|
/
|
|
|
*
spi: Convert to using %pOF instead of full_name
Rob Herring
2017-07-19
1
-16
/
+11
|
|
/
*
|
spi: Kernel coding style fixes
Suniel Mahesh
2017-08-17
1
-17
/
+12
*
|
spi: Pick spi bus number from Linux idr or spi alias
Suniel Mahesh
2017-08-16
1
-15
/
+56
*
|
spi: use of_property_read_bool()
Sergei Shtylyov
2017-08-07
1
-5
/
+5
*
|
spi: core: Propagate error code of add_uevent_var()
Andy Shevchenko
2017-07-26
1
-2
/
+1
|
/
*
spi: Generalize SPI "master" to "controller"
Geert Uytterhoeven
2017-06-13
1
-539
/
+542
*
-
.
Merge branches 'topic/core', 'topic/slave' and 'fix/doc' of git://git.kernel....
Mark Brown
2017-06-13
1
-25
/
+156
|
\
\
|
|
*
spi: core: Fix devm_spi_register_master() function name in kerneldoc
Geert Uytterhoeven
2017-05-14
1
-1
/
+1
|
*
|
spi: core: Add support for registering SPI slave controllers
Geert Uytterhoeven
2017-05-26
1
-24
/
+155
|
|
/
*
|
spi: core: Replace S_IRUGO permissions by 0444
Geert Uytterhoeven
2017-05-14
1
-2
/
+2
|
/
*
-
.
Merge remote-tracking branches 'spi/topic/ti-qspi' and 'spi/topic/xlp' into s...
Mark Brown
2017-04-26
1
-1
/
+1
|
\
\
|
*
|
spi: Add can_dma like interface for spi_flash_read
Vignesh R
2017-04-21
1
-1
/
+1
|
|
/
|
|
|
\
|
\
|
\
|
\
|
\
*
-
-
-
-
-
.
\
Merge remote-tracking branches 'spi/topic/devprop', 'spi/topic/fsl', 'spi/top...
Mark Brown
2017-04-26
1
-5
/
+29
|
\
\
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
|
*
|
|
|
spi: allow registering empty spi_board_info lists
Dmitry Torokhov
2017-03-06
1
-1
/
+1
|
*
|
|
|
spi: allow attaching device properties to SPI board info
Dmitry Torokhov
2017-03-06
1
-4
/
+28
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge remote-tracking branch 'spi/topic/core' into spi-next
Mark Brown
2017-04-26
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
spi: double time out tolerance
Hauke Mehrtens
2017-04-18
1
-1
/
+1
|
|
/
/
*
|
|
sched/headers: Prepare for new header dependencies before moving code to <uap...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
|
|
Merge tag 'acpi-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2017-02-20
1
-1
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
spi: acpi: Initialize modalias from of_compatible
Dan O'Donovan
2017-02-07
1
-1
/
+3
|
|
/
|
|
|
\
*
-
.
\
Merge remote-tracking branches 'spi/topic/rockchip', 'spi/topic/rspi', 'spi/t...
Mark Brown
2017-02-19
1
-24
/
+36
|
\
\
\
|
|
|
/
|
|
/
|
[next]