~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker2023-05-06
* spi: mpc8xxx: Add support for SPI on mpc832xChristophe Leroy2023-04-06
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-13
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-13
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-13
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-13
* spi: mpc8xxx_spi.c: fix cs activate/deactivateRasmus Villemoes2020-09-22
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-18
* common: Drop linux/delay.h from common headerSimon Glass2020-05-18
* common: Drop log.h from common headerSimon Glass2020-05-18
* spi: mpc8xxx_spi: fix missing dev_err definitionRasmus Villemoes2020-04-24
* mpc8xxx_spi: implement real ->set_speedRasmus Villemoes2020-03-31
* mpc8xxx_spi: always use 8-bit characters, don't read or write garbageRasmus Villemoes2020-03-31
* mpc8xxx_spi: put max_cs to useRasmus Villemoes2020-03-31
* spi: mpc8xxx: Convert to DMJagan Teki2019-06-10
* spi: mpc8xxx: Use get_timerMario Six2019-06-10
* spi: mpc8xxx: Fix if checkMario Six2019-06-10
* spi: mpc8xxx: Re-order transfer setupMario Six2019-06-10
* spi: mpc8xxx: Document LEN setting betterMario Six2019-06-10
* spi: mpc8xxx: Rename variableMario Six2019-06-10
* spi: mpc8xxx: Make code more readableMario Six2019-06-10
* spi: mpc8xxx: Reduce scope of loop variablesMario Six2019-06-10
* spi: mpc8xxx: Simplify logic a bitMario Six2019-06-10
* spi: mpc8xxx: Get rid of is_readMario Six2019-06-10
* spi: mpc8xxx: Simplify ifMario Six2019-06-10
* spi: mpc8xxx: Use IO accessorsMario Six2019-06-10
* spi: mpc8xxx: Replace defines with enumsMario Six2019-06-10
* spi: mpc8xxx: Fix function names in stringsMario Six2019-06-10
* spi: mpc8xxx: Fix space after castMario Six2019-06-10
* spi: mpc8xxx: Rename camel-case variablesMario Six2019-06-10
* spi: mpc8xxx: Fix commentsMario Six2019-06-10
* spi: mpc8xxx: Use short type namesMario Six2019-06-10
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* spi: mpc8xxx_spi: Use BIT macroJagan Teki2015-10-27
* Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk2013-10-14
* spi: mpc8xxx_spi: Use DIV_ROUND_UP instead of open-codedAxel Lin2013-08-06
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24
* spi: Use spi_alloc_slave() in each SPI driverSimon Glass2013-03-19
* mpc8xxx_spi: fix SPI support on MPC8308RDBIra W. Snyder2012-09-18
* Move arch/ppc to arch/powerpcStefan Roese2010-04-21
* ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser2010-04-13
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18
* Move conditional compilation of MPC8XXX SPI driver to MakefileBen Warren2008-07-01
* SPI API improvementsHaavard Skinnemoen2008-06-03
* Fix conditional compilation of mpx8xxx_spi driverBen Warren2008-01-29
* codingstyle cleanup for spi driverKim Phillips2008-01-17
* Add support for a Freescale non-CPM SPI controllerBen Warren2008-01-17