1. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  2. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · Thu Dec 03 16:55:21 2020 -0700
  3. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  4. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  5. 1930dbb spi: mpc8xxx_spi.c: fix cs activate/deactivate by Rasmus Villemoes · Fri Sep 18 16:26:06 2020 +0200
  6. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  7. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  8. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  9. d4e78c3 spi: mpc8xxx_spi: fix missing dev_err definition by Rasmus Villemoes · Mon Apr 20 16:13:41 2020 +0200
  10. 1534031 mpc8xxx_spi: implement real ->set_speed by Rasmus Villemoes · Tue Feb 11 15:20:25 2020 +0000
  11. 379e25d mpc8xxx_spi: always use 8-bit characters, don't read or write garbage by Rasmus Villemoes · Tue Feb 11 15:20:25 2020 +0000
  12. d31ec8b mpc8xxx_spi: put max_cs to use by Rasmus Villemoes · Tue Feb 11 15:20:24 2020 +0000
  13. 52515d5 spi: mpc8xxx: Convert to DM by Jagan Teki · Mon Apr 29 01:58:53 2019 +0530
  14. 9083b13 spi: mpc8xxx: Use get_timer by Mario Six · Mon Apr 29 01:58:52 2019 +0530
  15. c368522 spi: mpc8xxx: Fix if check by Mario Six · Mon Apr 29 01:58:51 2019 +0530
  16. 4bc4cba spi: mpc8xxx: Re-order transfer setup by Mario Six · Mon Apr 29 01:58:50 2019 +0530
  17. 64b07ff spi: mpc8xxx: Document LEN setting better by Mario Six · Mon Apr 29 01:58:49 2019 +0530
  18. a67510f spi: mpc8xxx: Rename variable by Mario Six · Mon Apr 29 01:58:48 2019 +0530
  19. eb2533a spi: mpc8xxx: Make code more readable by Mario Six · Mon Apr 29 01:58:47 2019 +0530
  20. 8d684ec spi: mpc8xxx: Reduce scope of loop variables by Mario Six · Mon Apr 29 01:58:46 2019 +0530
  21. 2afedfe spi: mpc8xxx: Simplify logic a bit by Mario Six · Mon Apr 29 01:58:45 2019 +0530
  22. 4b671e1 spi: mpc8xxx: Get rid of is_read by Mario Six · Mon Apr 29 01:58:44 2019 +0530
  23. c2e42e4 spi: mpc8xxx: Simplify if by Mario Six · Mon Apr 29 01:58:43 2019 +0530
  24. dee9949 spi: mpc8xxx: Use IO accessors by Mario Six · Mon Apr 29 01:58:42 2019 +0530
  25. 10f300a spi: mpc8xxx: Replace defines with enums by Mario Six · Mon Apr 29 01:58:41 2019 +0530
  26. f9d5ca2 spi: mpc8xxx: Fix function names in strings by Mario Six · Mon Apr 29 01:58:40 2019 +0530
  27. 6a644f0 spi: mpc8xxx: Fix space after cast by Mario Six · Mon Apr 29 01:58:39 2019 +0530
  28. 56edb8b spi: mpc8xxx: Rename camel-case variables by Mario Six · Mon Apr 29 01:58:38 2019 +0530
  29. 4d3082b spi: mpc8xxx: Fix comments by Mario Six · Mon Apr 29 01:58:37 2019 +0530
  30. 4f4936e spi: mpc8xxx: Use short type names by Mario Six · Mon Apr 29 01:58:36 2019 +0530
  31. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  32. f9c9f6a spi: mpc8xxx_spi: Use BIT macro by Jagan Teki · Fri Oct 23 01:38:07 2015 +0530
  33. ec7fbf5 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · Fri Oct 04 17:43:24 2013 +0200
  34. 3db3928 spi: mpc8xxx_spi: Use DIV_ROUND_UP instead of open-coded by Axel Lin · Fri Jul 12 17:42:15 2013 +0800
  35. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  36. d034a95 spi: Use spi_alloc_slave() in each SPI driver by Simon Glass · Mon Mar 18 19:23:40 2013 +0000
  37. 5261b00 mpc8xxx_spi: fix SPI support on MPC8308RDB by Ira W. Snyder · Wed Sep 12 14:17:31 2012 -0700
  38. 88fbf93 Move arch/ppc to arch/powerpc by Stefan Roese · Thu Apr 15 16:07:28 2010 +0200
  39. 29514c7 ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU by Peter Tyser · Mon Apr 12 22:28:09 2010 -0500
  40. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  41. 20582da Move conditional compilation of MPC8XXX SPI driver to Makefile by Ben Warren · Sun Jun 08 23:28:33 2008 -0700
  42. d74084a SPI API improvements by Haavard Skinnemoen · Fri May 16 11:10:31 2008 +0200
  43. 3753140 Fix conditional compilation of mpx8xxx_spi driver by Ben Warren · Sat Jan 26 23:41:19 2008 -0500
  44. b8e2520 codingstyle cleanup for spi driver by Kim Phillips · Thu Jan 17 12:48:00 2008 -0600
  45. 7efe927 Add support for a Freescale non-CPM SPI controller by Ben Warren · Wed Jan 16 22:37:35 2008 -0500