index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
mpc8xxx_spi.c
Age
Commit message (
Expand
)
Author
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-09-22
spi: mpc8xxx_spi.c: fix cs activate/deactivate
Rasmus Villemoes
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-04-24
spi: mpc8xxx_spi: fix missing dev_err definition
Rasmus Villemoes
2020-03-31
mpc8xxx_spi: implement real ->set_speed
Rasmus Villemoes
2020-03-31
mpc8xxx_spi: always use 8-bit characters, don't read or write garbage
Rasmus Villemoes
2020-03-31
mpc8xxx_spi: put max_cs to use
Rasmus Villemoes
2019-06-10
spi: mpc8xxx: Convert to DM
Jagan Teki
2019-06-10
spi: mpc8xxx: Use get_timer
Mario Six
2019-06-10
spi: mpc8xxx: Fix if check
Mario Six
2019-06-10
spi: mpc8xxx: Re-order transfer setup
Mario Six
2019-06-10
spi: mpc8xxx: Document LEN setting better
Mario Six
2019-06-10
spi: mpc8xxx: Rename variable
Mario Six
2019-06-10
spi: mpc8xxx: Make code more readable
Mario Six
2019-06-10
spi: mpc8xxx: Reduce scope of loop variables
Mario Six
2019-06-10
spi: mpc8xxx: Simplify logic a bit
Mario Six
2019-06-10
spi: mpc8xxx: Get rid of is_read
Mario Six
2019-06-10
spi: mpc8xxx: Simplify if
Mario Six
2019-06-10
spi: mpc8xxx: Use IO accessors
Mario Six
2019-06-10
spi: mpc8xxx: Replace defines with enums
Mario Six
2019-06-10
spi: mpc8xxx: Fix function names in strings
Mario Six
2019-06-10
spi: mpc8xxx: Fix space after cast
Mario Six
2019-06-10
spi: mpc8xxx: Rename camel-case variables
Mario Six
2019-06-10
spi: mpc8xxx: Fix comments
Mario Six
2019-06-10
spi: mpc8xxx: Use short type names
Mario Six
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2015-10-27
spi: mpc8xxx_spi: Use BIT macro
Jagan Teki
2013-10-14
Coding Style cleanup: replace leading SPACEs by TABs
Wolfgang Denk
2013-08-06
spi: mpc8xxx_spi: Use DIV_ROUND_UP instead of open-coded
Axel Lin
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-03-19
spi: Use spi_alloc_slave() in each SPI driver
Simon Glass
2012-09-18
mpc8xxx_spi: fix SPI support on MPC8308RDB
Ira W. Snyder
2010-04-21
Move arch/ppc to arch/powerpc
Stefan Roese
2010-04-13
ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU
Peter Tyser
2008-10-18
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
2008-07-01
Move conditional compilation of MPC8XXX SPI driver to Makefile
Ben Warren
2008-06-03
SPI API improvements
Haavard Skinnemoen
2008-01-29
Fix conditional compilation of mpx8xxx_spi driver
Ben Warren
2008-01-17
codingstyle cleanup for spi driver
Kim Phillips
2008-01-17
Add support for a Freescale non-CPM SPI controller
Ben Warren