aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k/include/asm
AgeCommit message (Expand)AuthorFilesLines
2021-07-18m68k: Remove M52277EVB boardTom Rini4-812/+1
2021-07-18m68k: Remove M54451EVB boardTom Rini4-1259/+1
2021-07-18m68k: Remove M54455EVB boardTom Rini1-5/+2
2021-07-07m68k: Remove M5475x boardsTom Rini6-700/+1
2021-07-07m68k: Remove M5485 boardsTom Rini2-48/+1
2021-06-23global_data: Ensure we have <config.h> when symbols are not in Kconfig yetTom Rini1-0/+2
2021-04-22lmb: move CONFIG_LMB in KconfigPatrick Delaunay1-1/+0
2021-01-05arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h headerSimon Glass1-0/+0
2020-11-04arch: Move NEEDS_MANUAL_RELOC symbol to KconfigWIP/04Nov2020Michal Simek1-2/+0
2020-02-20dma-mapping: add <asm/dma-mapping.h> for all architecturesMasahiro Yamada1-0/+1
2020-01-10m68k: Drop CONFIG_MCFPIT supportTom Rini1-42/+0
2020-01-10m68k: add dm fec supportAngelo Durgehello2-16/+28
2019-05-24m68k: add dspi chip-select supportAngelo Dureghello1-0/+4
2018-09-16m68k: ColdFire mcf5441x, add eSDHC supportAngelo Dureghello1-0/+3
2018-09-16m68k: fix multiple memory accesses on swap operationsAngelo Dureghello1-14/+20
2018-09-16m68k: fix mcf5441x total interrupt numberAngelo Dureghello1-1/+1
2018-09-10arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada1-28/+2
2018-06-18m68k: Remove empty #ifdef/#ifndef blockChris Packham1-4/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini60-120/+60
2018-01-30Convert CONFIG_SYS_BOOT_GET_{CMDLINE, KBD} to KconfigDerald D. Woods1-2/+0
2017-10-02m68k: Use asm-generic/io.hPaul Burton1-28/+1
2016-10-19efi: Use asmlinkage for EFIAPISimon Glass1-0/+0
2016-09-23Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada1-1/+0
2016-08-15net: mii: Changes not made by spatchJoe Hershberger1-4/+5
2016-05-27m68k: Drop unused code in u-boot.hSimon Glass1-39/+0
2016-05-17Merge git://git.denx.de/u-boot-dmTom Rini1-2/+0
2016-05-17m68k: add malloc memory for early mallocangelo@sysam.it1-2/+0
2016-05-17dm: fsl_i2c: Rename I2C register structuremario.six@gdsys.cc1-1/+1
2016-01-19Add more SPDX-License-Identifier tagsTom Rini1-17/+1
2015-11-09Replace "extern inline" with "static inline"Måns Rullgård3-27/+26
2015-11-05m68k: Use the generic bitops headersFabio Estevam1-0/+4
2015-03-28generic-board: select SYS_GENERIC_BOARD for some architecturesMasahiro Yamada1-1/+0
2015-03-05m68k: add generic-board supportangelo@sysam.it2-0/+11
2015-03-05m68k: add mcf5307 cpu supportangelo@sysam.it5-2/+216
2014-07-22m68k: define __kernel_size_t as unsinged int againMasahiro Yamada1-1/+1
2014-06-19m68k:correct io macros about endianChao Fu1-4/+4
2014-06-11m68k: Fix warnings with gcc 4.6Simon Glass1-1/+1
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada1-1/+0
2013-11-08include: delete include/linux/config.hMasahiro Yamada1-1/+0
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk57-965/+57
2013-07-23i2c, fsl_i2c: switch to new multibus/multiadapter supportHeiko Schocher1-1/+1
2013-06-27Fix MCF5235 SDRAM base address macroSteve deRosier1-1/+1
2013-03-15Introduce generic link section.h symbol filesSimon Glass1-0/+27
2013-02-04m68k: Use generic global_dataSimon Glass1-38/+1
2013-02-04m68k: Move CONFIG_EXTRA_CLOCK to arch_global_dataSimon Glass1-5/+5
2013-02-04ppc: m68k: Move i2c1_clk, i2c2_clk to arch_global_dataSimon Glass1-4/+4
2013-02-01Add architecture-specific global dataSimon Glass1-0/+6
2012-12-11Add strcasecmp() and strncasecmp()Simon Glass1-1/+1