Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-08 | CRIS v32: Remove kernel/arbiter.c, it now exists in machine dependent directory. | Jesper Nilsson | |
2008-02-08 | CRIS v32: Minor changes to avoid errors in asm-cris/arch-v32/hwregs/reg_rdwr.h | Jesper Nilsson | |
- Add ifdef around macros to read and write hardware registers - Add parens around REG_READ expression to avoid possible precedence errors. - Remove useless CVS id tag. | |||
2008-02-08 | CRIS v32: arch-v32/hwregs/intr_vect_defs.h moved to machine dependent directory. | Jesper Nilsson | |
2008-02-08 | CRIS v32: Correct offset for TASK_pid in asm-cris/arch-v32/offset.h | Jesper Nilsson | |
2008-02-08 | CRIS v32: Move register map header to machine dependent directory. | Jesper Nilsson | |
This file is machine dependent, and needs to be in asm-cris/arch-v32/mach-fs/hwregs/reg_map.h instead. | |||
2008-02-08 | CRIS v32: Let compiler know that memory is clobbered after a break op. | Jesper Nilsson | |
2008-02-08 | CRIS v32: Remove SMP stub from asm-cris/arch-v32/system.h | Jesper Nilsson | |
CRIS v32 is not SMP. | |||
2008-02-08 | CRIS v32: Completely rework spinlocks for ETRAX FS and ARTPEC-3 | Jesper Nilsson | |
2008-02-08 | CRIS v32: Change name for simulator config in asm-cris/arch-v32/processor.h | Jesper Nilsson | |
2008-02-08 | CRIS v32: Add prototype for crisv32_pinmux_dealloc_fixed in ↵ | Jesper Nilsson | |
asm-cris/arch-v32/pinmux.h Deallocation was not possible before, but is now. | |||
2008-02-08 | CRIS v32: Change name for simulator config in asm-cris/arch-v32/page.h | Jesper Nilsson | |
Also, fix a typo. | |||
2008-02-08 | CRIS v32: Remove juliette.h, it is not supported for CRIS v32. | Jesper Nilsson | |
2008-02-08 | CRIS v32: Add support for ETRAX FS and ARTPEC-3 for arch-v32/hwregs/eth_defs.h | Jesper Nilsson | |
- A couple of fields have changed name: reg_eth_rw_ga_lo.table -> tbl reg_eth_rw_ga_hi.table -> tbl reg_eth_rw_gen_ctrl.flow_ctrl_dis -> flow_ctrl - Add some new register fields. reg_eth_rw_gen_ctrl.gtxclk_out reg_eth_rw_gen_ctrl.phyrst_n reg_eth_rw_tr_ctrl.carrier_ext - max_size in reg_eth_rw_rec_ctrl had the wrong size. - Registers reg_eth_rw_mgm_ctrl and reg_eth_r_stat was reworked completely. | |||
2008-02-08 | CRIS v32: Rename variable used in macro for arch-v32/hwregs/dma.h | Jesper Nilsson | |
The old name "r" would quite often produce warnings when other variables with the same name was shadowed. Rename it __x to make it more unlikely to happen. | |||
2008-02-08 | CRIS v32: Remove useless CVS id tag from arch-v32/hwregs/Makefile | Jesper Nilsson | |
2008-02-08 | CRIS v32: Add defines for udelay and ndelay in arch-v32/delay.h | Jesper Nilsson | |
Both of these are implemented using cris_delay10ns(). | |||
2008-02-08 | CRIS v32: Adjust arch-v32/atomic.h for new spinlock/rwlock infrastructure | Jesper Nilsson | |
2008-02-08 | CRIS v32: Add missing header to include/asm-cris/arch-v32/Kbuild | Jesper Nilsson | |
2008-02-08 | CRIS: Break long comment line in include/asm-cris/arch-v10/page.h | Jesper Nilsson | |
2008-02-08 | CRIS: Rename LED macros to CRIS_LED to avoid name clash in io.h | Jesper Nilsson | |
This is done to avoid collision with linux/leds.h | |||
2008-02-08 | CRIS: Add missing headers to include/asm-cris Kbuild files. | Jesper Nilsson | |
2008-02-08 | CRIS: Add sched_clock to kernel/time.c | Jesper Nilsson | |
Also, clean up some whitespace errors. | |||
2008-02-08 | CRIS: Register cpus in kernel/setup.c | Jesper Nilsson | |
Also, fix some white space errors, and constify cpuinfo_op. | |||
2008-02-08 | CRIS: Remove include of linux/init.h, not needed anymore. | Jesper Nilsson | |
2008-02-08 | CRIS: Remove CONFIG_NO_IOMEM from ARTPEC-3 default config. | Jesper Nilsson | |
2008-02-08 | CRIS: Remove useless CVS log from kernel/ptrace.c | Jesper Nilsson | |
Also, fix some whitespace errors. | |||
2008-02-08 | CRIS: Remove useless CVS id and log from kernel/process.c | Jesper Nilsson | |
2008-02-08 | CRIS: Add configuration possibility for using kmalloc for modules. | Jesper Nilsson | |
Using kmalloc instead of vmalloc solves the stability problems experienced by some 100 LX products. | |||
2008-02-08 | CRIS: Remove CONFIG_NO_IOMEM from default configs. | Jesper Nilsson | |
2008-02-08 | CRIS v32: Fix startup oops and replace hardcoded pagesize in vmlinux.lds.S | Jesper Nilsson | |
- Move alignment of init data to page size outside define CONFIG_BLK_DEV_INITRD This avoids oops due to memory on the same page as init data being freed. - Change hardcoded page size to use macro from asm/page.h - Add reserved memory via CONFIG_ETRAX_VMEM_SIZE. - Use available defines for TEXT_TEXT and INITCALLS. - Cleanup whitespace. | |||
2008-02-08 | CRIS v32: Avoid work when switching between tasks with shared memory ↵ | Jesper Nilsson | |
descriptors in mm/tlb.c There is no need to do all this work if they share memory descriptors. Also, fix some minor whitespace and long lines. | |||
2008-02-08 | CRIS v32: Add workaround for MMU hardware bug for ETRAX FS in mm/mmu.S | Jesper Nilsson | |
2008-02-08 | CRIS v32: Fix bug in internal memory allocator mm/intmem.c | Jesper Nilsson | |
- Fix bug where allocated memory didn't account for alignment. - Add support for ARTPEC-3 - Add module_init for crisv32_intmem_init. | |||
2008-02-08 | CRIS v32: Change name of simulator config to CONFIG_ETRAX_VCS_SIM in mm/init.c | Jesper Nilsson | |
- Remove unneded code for ETRAX FS and ARTPEC-3 | |||
2008-02-08 | CRIS v32: Change lib/spinlock.S to use byte operations instead of dwords. | Jesper Nilsson | |
2008-02-08 | CRIS v32: Move hw_settings.S to machine specific directories for ETRAX FS ↵ | Jesper Nilsson | |
and ARTPEC-3 | |||
2008-02-08 | CRIS v32: Update lib/checksum.S and lib/checksumcopy.S | Jesper Nilsson | |
- Slight tweaks, use $acr + addoq to propagate carry across the loop boundary. - Better use of latency cycles. - Remove duplicate folding of carry, it is not needed. | |||
2008-02-08 | CRIS v32: Add lib/delay to build. | Jesper Nilsson | |
2008-02-08 | CRIS v32: Add precise delay loops for ETRAX FS and ARTPEC-3. | Jesper Nilsson | |
Implements cris_delay10ns. | |||
2008-02-08 | CRIS v32: Update vcs_hook.c for ETRAX FS. | Jesper Nilsson | |
- Clean up some formatting and whitespace. | |||
2008-02-08 | CRIS v32: Move vcs_hook to machine specific directory. | Jesper Nilsson | |
These files are different for ETRAX FS and ARTPEC-3. | |||
2008-02-08 | CRIS v32: Update kernel/smp.c for CRIS v32. | Jesper Nilsson | |
- Change include paths to machine specific headers (asm/arch/hwregs -> hwregs) - Add cpu_possible_map as cpumask_t and export it. - Drop struct pt_regs parameter from crisv32_ipi_interrupt. - timer -> timer0 | |||
2008-02-08 | CRIS v32: Update signal handling in kernel/signal.c | Jesper Nilsson | |
- do_signal now returns void, and does not have the previous signal set as a parameter. - Remove sys_rt_sigsuspend, we can use the common one instead. - Change sys_sigsuspend to be more like x86, don't call do_signal here. - handle_signal, setup_frame and setup_rt_frame now return -EFAULT if we've delivered a segfault, which is used by callers to perform necessary cleanup. - Break long lines, correct whitespace and formatting errors. | |||
2008-02-08 | CRIS v32: Update boot/rescue/rescue.ld | Jesper Nilsson | |
- Update to work for ETRAX FS and ARTPEC-3 | |||
2008-02-08 | CRIS v10: Update drivers/gpio.c, fix locking and general improvements. | Jesper Nilsson | |
- Change all spin_lock/local_irq_save to spin_lock_irqsave. - Change multiple returns in functions where we have a lock to goto out. - Correct number of arguments to gpio_poll_timer_interrupt, gpio_pa_interrupt. - Break out gpio_write logic to smaller functions to make it readable. - In setget_input and setget_output, avoid extra if-indent level. - Change name LED_* -> CRIS_LED_* to avoid name clash. - Don't use braces around single statement ifs. - Fix whitespace errors. - Remove useless CVS id and log. | |||
2008-02-08 | CRIS: Add support for ETRAX FS and ARTPEC-3 to etraxgpio.h | Jesper Nilsson | |
The CRIS v32 architectures have more gpio ports and built in PWM. | |||
2008-02-08 | CRIS v32: Change names of config variable and register field for data available. | Jesper Nilsson | |
- CONFIG_ETRAXFS_SIM -> CONFIG_ETRAX_VCS_SIM - ser_intr_mask.data_avail -> ser_intr_mask.dav | |||
2008-02-08 | CRIS v32: Change debug and formatting in kernel/fasttimer.c | Jesper Nilsson | |
- Don't use SANITYCHECK(x) as a macro, test FAST_TIMER_SANITY_CHECKS with ifdef. This makes it possible for automatic indent etc to work. - Correct some whitespace errors. - Don't initialize static variable. | |||
2008-02-08 | CRIS v32: Update kernel/crisksyms.c | Jesper Nilsson | |
- Include pinmux.h from machine specific directory. - Add some more symbols: crisv32_pinmux_alloc, crisv32_pinmux_dealloc_fixed, crisv32_io_get_name and crisv32_io_get | |||
2008-02-08 | CRIS v32: Remove config ifdef around init function for drivers/sync_serial.c | Jesper Nilsson | |
The init function should be defined always. |