Commit Graph

490 Commits (6a4c4ad2f0aa331324649579649c5d9064893079)

Author SHA1 Message Date
Mike Frysinger 16e6da4fc3 [Blackfin] arch: declare default INSTALL_PATH for Blackfin ports 17 years ago
Michael Hennerich 6e668936db [Blackfin] arch: Encourage users to use the spidev character driver: Provide platform support 17 years ago
Jeff Garzik 0a87e3e92b Rename: linux/pata_platform.h to linux/ata_platform.h 17 years ago
Davide Libenzi 4d672e7ac7 timerfd: new timerfd API 17 years ago
Mathieu Desnoyers 125e564582 Move Kconfig.instrumentation to arch/Kconfig and init/Kconfig 17 years ago
Mathieu Desnoyers 42d4b839c8 Add HAVE_OPROFILE 17 years ago
Sonic Zhang 8b01eaff4f [Blackfin] arch: Enable UART2 and UART3 for bf548 17 years ago
Michael Hennerich 83d9cde08b [Blackfin] arch: Enable NET2272 on BF561-EZkit - remove request_mem_region 17 years ago
Michael Hennerich f1bceb47b3 [Blackfin] arch:Fix BUG [#3876] pfbutton test for BTN3 on bf533 don't show complete info 17 years ago
Mike Frysinger c0eab3b784 [Blackfin] arch: fix building with mtd uclinux by putting the mtd_phys option into the function it actually gets used in 17 years ago
Mike Frysinger 550d553838 [Blackfin] arch: simpler header and update dates 17 years ago
Mike Frysinger b7627acc43 [Blackfin] arch: move the init sections to the end of memory 17 years ago
Mike Frysinger 80f31c8a03 [Blackfin] arch: change the trace buffer control start/stop logic in the exception handlers 17 years ago
Mike Frysinger a3acf52885 [Blackfin] arch: fix typo in printk message 17 years ago
Mike Frysinger a01d7a76d8 [Blackfin] arch: this is an ezkit, not a stamp, so fixup the init function name 17 years ago
Mike Frysinger cf93425d40 [Blackfin] arch: add slightly better help text for CPLB_INFO 17 years ago
Michael Hennerich 6cda2e9058 [Blackfin] arch: Fix BUG - Enable ISP1362 driver to work ok with BF561 17 years ago
Michael Hennerich a680ae9bdd [Blackfin] arch: Fix header file information 17 years ago
Michael Hennerich e9d76c2d08 [Blackfin] arch: Add Support for ISP1362 17 years ago
Mike Frysinger c827902311 [Blackfin] arch: add support for cmdline partitioning to the BF533-STAMP flash map driver and enable it as a module by default 17 years ago
Michael Hennerich cfefe3c683 [Blackfin] arch: hook up set_irq_wake in Blackfin's irq code 17 years ago
Michael Hennerich 2c4f829b0c [Blackfin] arch: Merge BF561 support into ints-priority 17 years ago
Yi Li 856783b37a [Blackfin] arch: add "memmap=nn[KMG]@ss[KMG]" and "memmap=nn[KMG]$ss[KMG]" options to blackfin, based on arch/i386/kernel/e820.c 17 years ago
Mike Frysinger c605999bd9 [Blackfin] arch: error out if ANOMALY_05000263 applies while enabling the MPU 17 years ago
Johannes Berg f4cb570076 Suspend: Clean up Kconfig (V2) 17 years ago
Sam Ravnborg 01ba2bdc6b all archs: consolidate init and exit sections in vmlinux.lds.h 17 years ago
Mathieu Desnoyers 7d2284b09f Fix Blackfin HARDWARE_PM support 17 years ago
Sonic Zhang 233b28a91c Blackfin arch: fix bug when enable uart1 with uart0 disabled => no initial console 18 years ago
Bryan Wu c051489df8 [Blackfin] arch: kill section mismatch warnings 17 years ago
Mike Frysinger 8b07a2a1e5 [Blackfin] arch: handle the most common L1 shrinkage case (L1 does not exist for a part) so that any parts labeled for L1 instead get placed into external memory sections 17 years ago
Mike Frysinger fee40119a2 [Blackfin] arch: make sure we have proper description/copyright/license lines 17 years ago
Michael Hennerich 3927819d51 [Blackfin] arch: Fix CONFIG_PM support for BF561 17 years ago
Michael Hennerich 9253d02041 [Blackfin] arch: Remove DPMC char driver option 17 years ago
Michael Hennerich 464abc5de6 [Blackfin] arch: Cleanup abd Simplify: 17 years ago
Michael Hennerich ce3b7bb61c [Blackfin] arch: fix bug - linux-2.6.24 (delayed) disable IRQ feature not functional for handle_simple_irq 17 years ago
Mike Frysinger d45118b14b [Blackfin] arch: make sure we export the _bfin_swrst symbol as modules (like the watchdog) need it 17 years ago
Mike Frysinger 0db5d105cd [Blackfin] arch: punt the simple ad5304 spi driver now that the generic spidev driver lets you do it from userspace 17 years ago
Michael Hennerich fe9ec9b969 [Blackfin] arch: fix bug - Move IWR Enable All to the end of init_arch_irq otherwise it fails 17 years ago
Mike Frysinger 181afa9498 [Blackfin] arch: grab mac address from OTP on BF527-EZKIT 17 years ago
Sonic Zhang 549aaa8425 [Blackfin] arch: Fix bug - Setting peripheral_map only when dma channel is UART2/3. 17 years ago
Mike Frysinger cad2ab65dd [Blackfin] arch: add board resources for new simple-gpio char driver 17 years ago
Mike Frysinger edf056417d [Blackfin] arch: fix bug - set right partition size in the board files 17 years ago
Sonic Zhang 32320ea0a6 [Blackfin] arch: Update default config 17 years ago
Mike Frysinger 8929ecf84d [Blackfin] arch: add fixed code to the memory map output 17 years ago
Mike Frysinger c63d4e6408 [Blackfin] arch: add handling for the mach symlink in the `make V=1` case 17 years ago
Mike Frysinger 4d94bf6746 [Blackfin] arch: respect `make -s` when creating the asm/mach symlink 17 years ago
Mike Frysinger 7aa475cfb7 [Blackfin] arch: fix bug add missing header file 17 years ago
Mike Frysinger 49dce9124b Blackfin arch: split apart dump_bfin_regs and merge/remove show_regs from process.c, which was largely duplicated 18 years ago
Mike Frysinger 9cb07b23db Blackfin arch: use common __INIT/__FINIT defines rather than setting the .section ourselves to .init.text 18 years ago
Robin Getz fb322915a0 Blackfin arch: fix bug when sending signals with the wrong PC, cause gdb get confused 18 years ago