Commit Graph

411 Commits (cc2bb6968a2c842149d285d77cb35200d2d37b15)

Author SHA1 Message Date
Mike Frysinger 632f658b36 Blackfin arch: the usb_sl811.h header has been moved to usb/sl811.h so lets use that version now 17 years ago
Mike Frysinger 70b63ba739 Blackfin arch: do not include linux/autoconf.h 17 years ago
Mike Frysinger 9862cc5278 Blackfin arch: change get_bf537_ether_addr() to bfin_get_ether_addr() since this is not BF537 specific and to better match other Blackfin-specific conventions 17 years ago
Mike Frysinger 137b1529da Blackfin arch: sharing the board-specific MAC function does not make sense so move it into board-specific files 17 years ago
Mike Frysinger a055b2b4de Blackfin arch: remove useless CONFIG_IRQCHIP_DEMUX_GPIO 17 years ago
Mike Frysinger 0feea17f94 Blackfin arch: fix missing newline to file 17 years ago
Mike Frysinger 7c7fd17017 Blackfin arch: add BF547 to list of accepted procs 17 years ago
Robin Getz 839e01c2bf Blackfin arch: move the init sections to the end of memory to help decrease memory fragementation 17 years ago
Mike Frysinger 74ce8322bf Blackfin arch: split debug stuff off into Kconfig.debug like everyone else 17 years ago
Mike Frysinger 529a73fbae Blackfin arch: punt CONFIG_BFIN -- we already have CONFIG_BLACKFIN 17 years ago
Mike Frysinger e4e9a7adeb Blackfin arch: fix indentation -- use tabs, not spaces 17 years ago
Mike Frysinger 4f25eb85d6 Blackfin arch: split board selection off into mach subdirs 17 years ago
Mike Frysinger d07f438031 Blackfin arch: fix silicon rev display and selection for BF52x/BF54x 17 years ago
Mike Frysinger 53f8a252df Blackfin arch: remove mention of uClinux/no-mmu ... we are just Blackfin Linux 17 years ago
Javier Herrero 51e7f6830f Blackfin arch: Default config for HV Sistemas H8606 board 17 years ago
Robin Getz 6a3f0b460c Blackfin arch: fix bug cplbmgr.S does not exit properly on error condition 17 years ago
Michael Hennerich 0954f70ab1 Blackfin arch: fix AD7877 bus_num and add support for WM8731 SPI control interface 17 years ago
Bryan Wu 5d448dd507 Blackfin arch: move hard coded pin_req to board file 17 years ago
Robin Getz 4a589e1ef6 Blackfin arch: fix bux - only reset the PC when necessary, otherwise gdb gets confused 17 years ago
Robin Getz f26fbc48f1 Blackfin arch: ensure we work around ANOMALY_05000261 for null pointers 17 years ago
Mike Frysinger 36208059c1 Blackfin arch: reclaim a few bytes from the end of our init section 18 years ago
Mike Frysinger 64e5c51291 Blackfin arch: fix libata data struct member from irq_type to irq_flags 18 years ago
Sonic Zhang 111cf97d2c Blackfin arch: Fix bug set correct baud for spi mmc and enable SPI after DMA. 18 years ago
Bryan Wu 0355893e77 Blackfin arch: update board defconfig files according to latest information from ADI datasheet 18 years ago
Robin Getz 9f336a5326 Blackfin arch: ensure that speculative loads of bad pointers don't cause us to do bad things. 18 years ago
Robin Getz aa770aa790 Blackfin arch: Fix random crash issue found by Michael. 18 years ago
Robin Getz 7728ec33fa Blackfin arch: fix bug: tell users if the kernel is recovering from a fault condition 18 years ago
Mike Frysinger 4ad1ec7154 Blackfin arch: add support for checking/clearing overruns in generic purpose Timer API 18 years ago
Robin Getz 226eb1ef52 Blackfin arch: cleanup arch/blackfin/kernel/traps.c handling code. 18 years ago
Michael Hennerich a15c2dcff2 Blackfin arch: Apply Bluetchnix vendor patch provided by Harald Krapfenbauer 18 years ago
Michael Hennerich 8ecc73687b Blackfin arch: fix bug BlueTechnix CM-BF537 board config uses wrong IRQ for net2272 driver 18 years ago
Robin Getz 885be03b06 Blackfin arch: fix bug: kernel prints out error message twice 18 years ago
Michael Hennerich 64307f7db3 Blackfin arch: add NFC driver support in BF527-EZKIT board 18 years ago
Javier Herrero ab472a0484 Blackfin arch: Added support for HV Sistemas H8606 board 18 years ago
Adrian Bunk 82861924a5 blackfin: fix sg fallout 18 years ago
Jens Axboe 58b053e4ce Update arch/ to use sg helpers 18 years ago
Bryan Wu 38f668e8f7 Blackfin arch: use KBUILD_CFLAGS and KBUILD_AFLAGS in Makefile 18 years ago
Mike Frysinger da27abb799 Blackfin arch: Javier Herrer writes: fix building when icache and dcache is disabled 18 years ago
Bryan Wu d4b1d27368 Blackfin arch: update boards files 18 years ago
Bryan Wu 452af71f36 Blackfin arch: dma add some API and cleanup bf54x DMA definition 18 years ago
Mike Frysinger 780431e397 Blackfin arch: cleanup and promote the general purpose timers api to a core blackfin component 18 years ago
Mike Frysinger 29cae11372 Blackfin arch: add a cheesy install target 18 years ago
Mike Frysinger 2f6cf7bfc6 Blackfin arch: add functions for converting between sclks and usecs 18 years ago
Mike Frysinger b0a68dc07e Blackfin arch: add assembly function for doing 64bit unsigned division 18 years ago
Mike Frysinger 1c668d8246 Blackfin arch: -mno-fdpic works 18 years ago
Mike Frysinger 066954a389 Blackfin arch: use "char bfin_board_name[]" rather than "char *bfin_board_name" per discussion on lkml as the former uses less storage 18 years ago
Bernd Schmidt c1e7399da7 Blackfin arch: Fixing Bug: balance calls to get_task_mm with corresponding mmput calls 18 years ago
Robin Getz 73b0c0b0c1 Blackfin arch: Fix up /proc/cpuinfo so it is like everyone else 18 years ago
Michael Hennerich 4fb4524162 Blackfin arch: Optimization - no need to make additional math here 18 years ago
Mike Frysinger a99bbccd87 Blackfin arch: force irq_flags into the .data section 18 years ago