~funderscore
blog
cgit
wiki
get in touch
index
:
misc/u-boot-kii-pro.git
for-master/kii-pro
master
wip/kii-pro
wip/spl
U-Boot fork with work-in-progress stuff
Ferass
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
mpc8xxx_spi.c
Commit message (
Expand
)
Author
Age
*
drivers: use dev_read_addr_ptr when cast to pointer
Johan Jonker
2023-05-06
*
spi: mpc8xxx: Add support for SPI on mpc832x
Christophe Leroy
2023-04-06
*
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-12-13
*
spi: mpc8xxx_spi.c: fix cs activate/deactivate
Rasmus Villemoes
2020-09-22
*
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-05-18
*
spi: mpc8xxx_spi: fix missing dev_err definition
Rasmus Villemoes
2020-04-24
*
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
2020-03-31
*
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
2019-06-10
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
*
spi: mpc8xxx_spi: Use BIT macro
Jagan Teki
2015-10-27
*
Coding Style cleanup: replace leading SPACEs by TABs
Wolfgang Denk
2013-10-14
*
spi: mpc8xxx_spi: Use DIV_ROUND_UP instead of open-coded
Axel Lin
2013-08-06
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
*
spi: Use spi_alloc_slave() in each SPI driver
Simon Glass
2013-03-19
*
mpc8xxx_spi: fix SPI support on MPC8308RDB
Ira W. Snyder
2012-09-18
*
Move arch/ppc to arch/powerpc
Stefan Roese
2010-04-21
*
ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU
Peter Tyser
2010-04-13
*
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
2008-10-18
*
Move conditional compilation of MPC8XXX SPI driver to Makefile
Ben Warren
2008-07-01
*
SPI API improvements
Haavard Skinnemoen
2008-06-03
*
Fix conditional compilation of mpx8xxx_spi driver
Ben Warren
2008-01-29
*
codingstyle cleanup for spi driver
Kim Phillips
2008-01-17
*
Add support for a Freescale non-CPM SPI controller
Ben Warren
2008-01-17