index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
mxc_spi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-23
linux/kernel.h: sync min, max, min3, max3 macros with Linux
Masahiro Yamada
1
-1
/
+1
2014-10-27
SPI: mxc_spi: delay initialisation until claim bus
Markus Niebel
1
-16
/
+21
2014-10-27
SPI: mxc_spi: remove second reset from ECSPI config handler
Markus Niebel
1
-3
/
+0
2014-10-21
ARM: i.MX: provide declaration for board_spi_cs_gpio
Eric Nelson
1
-0
/
+1
2014-09-24
spi: mxc: fix sf probe when using mxc_spi
Nikita Kiryanov
1
-23
/
+25
2014-08-06
spi, spi_mxc: do not hang in spi_xchg_single
Heiko Schocher
1
-2
/
+15
2014-02-18
spi: spi-mxc: implement clk control for ECSPI to fix SPI_MODE_3
Markus Niebel
1
-2
/
+7
2013-10-16
spi: mxc_spi: Fix double incrementing read pointer for unaligned buffers
Timo Herbrecher
1
-1
/
+1
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
1
-15
/
+1
2013-07-12
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
1
-17
/
+11
2013-06-26
spi: mxc_spi: Update pre and post divider algorithm
Dirk Behme
1
-18
/
+12
2013-06-26
spi: mxc_spi: Fix pre and post divider calculation
Dirk Behme
1
-3
/
+3
2013-06-22
spi: mxc_spi: Use DIV_ROUND_UP at appropriate places
Axel Lin
1
-3
/
+3
2013-04-14
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
Albert ARIBAUD
1
-8
/
+9
2013-04-13
spi: mxc_spi: Set master mode for all channels
Fabio Estevam
1
-8
/
+9
2013-04-04
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
Albert ARIBAUD
1
-4
/
+4
2013-04-04
spi: mxc_spi: Fix ECSPI reset handling
Dirk Behme
1
-4
/
+4
2013-03-19
spi: Use spi_alloc_slave() in each SPI driver
Simon Glass
1
-3
/
+1
2012-11-19
spi: mxc_spi: Fix spi clock glitch durant reset
Fabio Estevam
1
-2
/
+2
2012-11-19
spi: mxc_spi: Fix handling of chip select
Fabio Estevam
1
-2
/
+3
2012-09-01
spi: fix mxc_spi_slave structure allocation to clear memory
Matt Sealey
1
-1
/
+1
2012-09-01
mxc_spi: Round up clock divider
Benoît Thébaudeau
1
-2
/
+2
2012-02-27
mxc_spi: move machine specifics into CPU headers
Eric Nelson
1
-87
/
+6
2011-09-04
IMX: uniform GPIO interface using GPIO framework
Stefano Babic
1
-4
/
+4
2011-07-18
MX31: Cleanup clock function
Stefano Babic
1
-2
/
+0
2011-06-21
mxc_spi.c: typo fixed
Helmut Raiger
1
-1
/
+1
2011-04-27
IMX: MX31: Cleanup include files and drop nasty #ifdef in drivers
Stefano Babic
1
-7
/
+2
2011-02-02
SPI: mxc_spi: replace fixed offsets with structures
Stefano Babic
1
-66
/
+28
2011-02-02
SPI: mxc_spi: add SPI clock calculation and setup to the driver
Anatolij Gustschin
1
-1
/
+22
2011-02-02
SPI: mxc_spi: fix swapping bug and add missing swapping in unaligned rx case
Anatolij Gustschin
1
-5
/
+4
2011-02-02
SPI: mxc_spi: add support for i.MX35 processor
Stefano Babic
1
-24
/
+72
2010-09-30
MXC: Fix byte-ordering in SPI driver for i.MX31/i.MX51
Stefano Babic
1
-38
/
+111
2010-09-30
MXC: Correct SPI_CPOL setting in SPI driver
Stefano Babic
1
-2
/
+2
2010-09-29
Use common function to set GPIOs for MX3 and MX5
Stefano Babic
1
-8
/
+7
2010-05-05
SPI: added support for MX51 to mxc_spi
Stefano Babic
1
-20
/
+211
2010-02-12
SPI: Fix 32 bit transfers in mxc_spi.c
Magnus Lilja
1
-0
/
+9
2009-02-24
i.MX31: support GPIO as a chip-select in the mxc_spi driver
Guennadi Liakhovetski
1
-8
/
+56
2009-02-24
i.MX31: fix SPI driver for shorter than 32 bit
Guennadi Liakhovetski
1
-11
/
+20
2008-06-03
SPI API improvements
Haavard Skinnemoen
1
-31
/
+57
2008-05-21
Big white-space cleanup.
Wolfgang Denk
1
-1
/
+1
2008-04-18
New i.MX31 SPI driver
Guennadi Liakhovetski
1
-0
/
+166