1. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  2. 0143be9 arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h header by Simon Glass · Wed Dec 23 08:11:15 2020 -0700
  3. 455bf67 nios2: Define PLATFORM__CLEAR_BIT for generic_clear_bit() by Bryan O'Donoghue · Mon Apr 30 15:56:06 2018 +0100
  4. b9215ce nios2: Define PLATFORM__SET_BIT for generic_set_bit() by Bryan O'Donoghue · Mon Apr 30 15:56:05 2018 +0100
  5. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  6. 24ec63a nios2: Use asm-generic/io.h by Paul Burton · Thu Sep 14 15:05:11 2017 -0700
  7. cc02256 efi: Use asmlinkage for EFIAPI by Simon Glass · Sun Sep 25 15:27:31 2016 -0600
  8. 83e3ed1 Remove arch/${ARCH}/include/asm/errno.h by Masahiro Yamada · Wed Sep 21 11:28:56 2016 +0900
  9. 12cafc6 nios2: zap ioremap by Thomas Chou · Sat Nov 14 11:30:30 2015 +0800
  10. 71d9031 nios2: dma-mapping.h: change ioremap to map_physmem by Thomas Chou · Sat Nov 14 11:34:09 2015 +0800
  11. c46e51b nios2: add memcpy_fromio and memcpy_toio by Thomas Chou · Thu Nov 05 15:09:57 2015 +0800
  12. 7f30312 Merge branch 'master' of git://git.denx.de/u-boot-nios by Tom Rini · Fri Nov 06 09:21:33 2015 -0500
  13. 043a497 nios2: change virt_to_phys to use physaddr_mask in global data by Thomas Chou · Tue Oct 27 09:02:17 2015 +0800
  14. 8392e2f nios2: remove the useless parenthesis in asm/io.h by Thomas Chou · Thu Oct 29 21:00:32 2015 +0800
  15. ebf8aac nios2: fix map_physmem to do real cache mapping by Thomas Chou · Tue Oct 27 08:30:22 2015 +0800
  16. fa3414d nios2: Use the generic bitops headers by Fabio Estevam · Thu Nov 05 12:43:34 2015 -0200
  17. 9f36cbc nios2: fix virt_to_phys for nios2 with MMU by Thomas Chou · Thu Oct 22 15:38:24 2015 +0800
  18. 8e1e96d nios2: convert dma_alloc_coherent to use malloc_cache_aligned by Thomas Chou · Sun Oct 18 20:03:53 2015 +0800
  19. 741085b nios2: convert cache flush to use dm cpu data by Thomas Chou · Fri Oct 23 07:58:20 2015 +0800
  20. 8701cc3 nios2: convert ioremap to use dm cpu data by Thomas Chou · Mon Oct 05 10:37:19 2015 +0800
  21. e0fa55f nios2: remove asm/psr.h by Thomas Chou · Fri Oct 09 09:32:00 2015 +0800
  22. 36b9c9a nios2: convert altera sysid to driver model by Thomas Chou · Wed Oct 14 08:43:31 2015 +0800
  23. c617026 nios2: convert nios2 cpu to driver model by Thomas Chou · Wed Oct 21 21:34:57 2015 +0800
  24. fb1a4bf nios2 : convert altera_pio to driver model by Thomas Chou · Wed Oct 21 21:33:45 2015 +0800
  25. 99b336a nios2: add clear and set bits macros by Thomas Chou · Wed Sep 30 20:56:53 2015 +0800
  26. 4e1acb7 nios2: map physical address to uncached virtual address by Thomas Chou · Sat Oct 03 21:02:30 2015 +0800
  27. c3c6ab1 nios2: call board_init_f_mem by Thomas Chou · Wed Sep 09 15:09:43 2015 +0800
  28. 57a11eb generic-board: select SYS_GENERIC_BOARD for some architectures by Masahiro Yamada · Thu Mar 19 19:42:52 2015 +0900
  29. 0f9763f nios2: move nios2.h to arch asm directory by Thomas Chou · Mon Aug 25 17:09:07 2014 +0800
  30. cce3e75 nios2: add generic board support by Thomas Chou · Fri Aug 22 11:36:47 2014 +0800
  31. 4b4ef68 nios2: Fix printf size_t format related warnings (again...) by Vasili Galka · Thu Aug 14 17:42:05 2014 +0300
  32. 197c720 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · Fri Apr 04 20:09:58 2014 +0900
  33. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  34. 9bce37c Introduce generic link section.h symbol files by Simon Glass · Tue Mar 05 14:39:37 2013 +0000
  35. 123122a nios2: Use generic global_data by Simon Glass · Thu Dec 13 20:49:21 2012 +0000
  36. 3ac47d7 Add architecture-specific global data by Simon Glass · Thu Dec 13 20:48:30 2012 +0000
  37. d3db57b nios2: remove asm/status_led.h by Thomas Chou · Mon Nov 05 12:51:54 2012 +0800
  38. e335e3c nios2: Change bi_baudrate and global data baudrate to int by Simon Glass · Fri Oct 12 14:21:12 2012 +0000
  39. 211c210 global_data: unify global flag defines by Mike Frysinger · Sun Mar 18 14:31:24 2012 +0000
  40. 04b63f2 net: punt bd->bi_ip_addr by Mike Frysinger · Wed Apr 04 18:53:40 2012 +0000
  41. c932eed gpio: Add driver for Altera's PIO core by Joachim Foerster · Fri Oct 21 15:48:50 2011 +0200
  42. 4b17083 nios2: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · Mon Oct 17 16:46:05 2011 -0700
  43. 5da0bed image: push default arch values to arch headers by Mike Frysinger · Mon Oct 03 14:50:33 2011 +0000
  44. b918173 POST: add post_log_res field for post results in global data by Valentin Longchamp · Wed Aug 03 02:37:01 2011 +0000
  45. 3c28f48 console: Implement pre-console buffer by Graeme Russ · Thu Sep 01 00:48:27 2011 +0000
  46. 5dbb29f nios2: add gpio_is_valid by Thomas Chou · Mon Dec 27 10:46:01 2010 +0800
  47. 111d446 nios2: use long for ssize_t by Thomas Chou · Mon Dec 27 10:45:34 2010 +0800
  48. c259ec8 nios2: add gpio_free by Thomas Chou · Fri Dec 24 15:19:44 2010 +0800
  49. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · Thu Oct 28 20:00:11 2010 +0200
  50. 460a9ff New implementation for internal handling of environment variables. by Wolfgang Denk · Sun Jun 20 23:33:59 2010 +0200
  51. f710efd Make getenv() work before relocation. by Wolfgang Denk · Sat Jul 24 20:22:02 2010 +0200
  52. 5975e79 nios2: fix out of reach case for do_reset by Thomas Chou · Mon Aug 16 10:49:44 2010 +0800
  53. 5ae05c5 nios2: add gpio_request by Thomas Chou · Wed Jun 09 09:51:09 2010 +0800
  54. 8fa3858 nios2: fix r15 issue for gcc4 by Thomas Chou · Fri May 21 11:08:03 2010 +0800
  55. dc394a4 nios2: add gpio support by Thomas Chou · Fri Apr 30 11:34:13 2010 +0800
  56. 015e007 nios2: add dma_alloc_coherent by Thomas Chou · Sat Apr 17 23:34:40 2010 +0800
  57. c9726c8 nios2: add 64 bits swab support by Thomas Chou · Sat Apr 17 23:10:09 2010 +0800
  58. 3cba3c1 Move architecture-specific includes to arch/$ARCH/include/asm by Peter Tyser · Mon Apr 12 22:28:08 2010 -0500