summaryrefslogtreecommitdiff
path: root/drivers/spi/mpc8xxx_spi.c
AgeCommit message (Expand)Author
2024-10-09spi: spi-uclass: Read chipselect and restrict capabilitiesVenkatesh Yadav Abbarapu
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07spi: Remove <common.h> and add needed includesTom Rini
2023-05-06drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker
2023-04-06spi: mpc8xxx: Add support for SPI on mpc832xChristophe Leroy
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-09-22spi: mpc8xxx_spi.c: fix cs activate/deactivateRasmus Villemoes
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-04-24spi: mpc8xxx_spi: fix missing dev_err definitionRasmus Villemoes
2020-03-31mpc8xxx_spi: implement real ->set_speedRasmus Villemoes
2020-03-31mpc8xxx_spi: always use 8-bit characters, don't read or write garbageRasmus Villemoes
2020-03-31mpc8xxx_spi: put max_cs to useRasmus Villemoes
2019-06-10spi: mpc8xxx: Convert to DMJagan Teki
2019-06-10spi: mpc8xxx: Use get_timerMario Six
2019-06-10spi: mpc8xxx: Fix if checkMario Six
2019-06-10spi: mpc8xxx: Re-order transfer setupMario Six
2019-06-10spi: mpc8xxx: Document LEN setting betterMario Six
2019-06-10spi: mpc8xxx: Rename variableMario Six
2019-06-10spi: mpc8xxx: Make code more readableMario Six
2019-06-10spi: mpc8xxx: Reduce scope of loop variablesMario Six
2019-06-10spi: mpc8xxx: Simplify logic a bitMario Six
2019-06-10spi: mpc8xxx: Get rid of is_readMario Six
2019-06-10spi: mpc8xxx: Simplify ifMario Six
2019-06-10spi: mpc8xxx: Use IO accessorsMario Six
2019-06-10spi: mpc8xxx: Replace defines with enumsMario Six
2019-06-10spi: mpc8xxx: Fix function names in stringsMario Six
2019-06-10spi: mpc8xxx: Fix space after castMario Six
2019-06-10spi: mpc8xxx: Rename camel-case variablesMario Six
2019-06-10spi: mpc8xxx: Fix commentsMario Six
2019-06-10spi: mpc8xxx: Use short type namesMario Six
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2015-10-27spi: mpc8xxx_spi: Use BIT macroJagan Teki
2013-10-14Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk
2013-08-06spi: mpc8xxx_spi: Use DIV_ROUND_UP instead of open-codedAxel Lin
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-03-19spi: Use spi_alloc_slave() in each SPI driverSimon Glass
2012-09-18mpc8xxx_spi: fix SPI support on MPC8308RDBIra W. Snyder
2010-04-21Move arch/ppc to arch/powerpcStefan Roese
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-07-01Move conditional compilation of MPC8XXX SPI driver to MakefileBen Warren
2008-06-03SPI API improvementsHaavard Skinnemoen
2008-01-29Fix conditional compilation of mpx8xxx_spi driverBen Warren
2008-01-17codingstyle cleanup for spi driverKim Phillips