aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips
Commit message (Expand)AuthorAgeFilesLines
* do *not* enable CONFIG_PCI in generic config, but on targets where it makes s...Nicolas Thill2010-03-111-0/+1
* replace the hostapd-mini preselection in profiles with wpad-miniFelix Fietkau2010-02-031-1/+1
* preinit: use grep -q where applicableJo-Philipp Wich2010-02-011-1/+1
* add preinit modularization work by Daniel Dickinson (cshore)Felix Fietkau2010-01-252-5/+12
* ifxmips: fix mdio register access bitmaskFelix Fietkau2010-01-231-1/+1
* get rid of even more 2.6.28 stuffImre Kaloz2009-12-271-0/+0
* ifxmips: add CONFIG_SQUASHFS_SUPPORT_LZMAJohn Crispin2009-12-081-0/+1
* update to 2.6.30, refresh patchesFlorian Fainelli2009-12-041-1/+1
* kernel: move CONFIG_MIPS_FPU_EMU to generic kernel configFelix Fietkau2009-11-291-1/+0
* some more Kconfig symbol move..Imre Kaloz2009-11-111-2/+0
* another round of kernel config cleanupsImre Kaloz2009-11-111-3/+0
* sort all target config filesImre Kaloz2009-11-114-17/+17
* adds dsl support, thank you infineon/lantiqJohn Crispin2009-11-015-30/+53
* remove the 2.6.28 specific Kernel/Prepare hackFlorian Fainelli2009-10-271-7/+0
* update to 2.6.30.9Florian Fainelli2009-10-231-1/+1
* ifxmips: fold files/drivers/* into patchesJohn Crispin2009-10-1911-1649/+1674
* flash size was reported incorrectlyJohn Crispin2009-10-081-1/+1
* ifxmips: move header files, split up patches, rename some filesJohn Crispin2009-10-0839-219/+192
* several cleanups for ifxmips. removes all code that has not been cleaned up p...John Crispin2009-10-0820-9151/+15
* dont select atm modules yet for ifxmipsJohn Crispin2009-10-051-2/+2
* remove crypto moduels from ifxmips menuconfigJohn Crispin2009-10-041-23/+0
* remove reference to bogus packetJohn Crispin2009-10-041-2/+2
* bump ifxmips to .30John Crispin2009-10-0261-1246/+500
* kernel: get rid of the simple_prom_emulator, it is not really usefulGabor Juhos2009-09-102-2/+0
* kernel: add generic image_cmdline hack to MIPS targetsGabor Juhos2009-09-102-0/+2
* rfkill config cleanupImre Kaloz2009-06-151-1/+0
* Fix accessing array after it end.Hauke Mehrtens2009-06-021-3/+3
* even more config file cleanupImre Kaloz2009-05-182-8/+0
* without generic 2.6.26 support it doesn't make sense to keep 2.6.26 configs a...Imre Kaloz2009-05-151-176/+0
* config cleanupsImre Kaloz2009-05-153-19/+0
* some additional config file cleanup..Imre Kaloz2009-05-143-5/+0
* make kernels use /etc/preinit by defaultImre Kaloz2009-05-144-4/+4
* some more kernel config cleanup.. last for today :)Imre Kaloz2009-05-043-19/+0
* more cleanupImre Kaloz2009-05-043-3/+0
* cleanup MTD option handlingImre Kaloz2009-05-043-118/+0
* move MFD stuff to the generic kernel configsImre Kaloz2009-05-042-4/+0
* upgrade to newest stable kernel versionsImre Kaloz2009-05-031-1/+1
* update to kernel version 2.6.28.9Hauke Mehrtens2009-03-241-1/+1
* update other 2.6.28.7 targets to 2.6.28.8, tooImre Kaloz2009-03-171-1/+1
* make selection of ASC for prom workingThomas Langer2009-03-051-1/+1
* move kernel support to 2.6.28.7Thomas Langer2009-03-0410-3/+574
* disable all kernel config options that are set to =mFelix Fietkau2009-02-222-12/+12
* update to 2.6.28.7 and 2.6.27.19Hauke Mehrtens2009-02-211-1/+1
* update to 2.6.27.17Gabor Juhos2009-02-151-1/+1
* update to 2.6.27.15Gabor Juhos2009-02-081-1/+1
* update to 2.6.27.13Gabor Juhos2009-01-251-1/+1
* switch to 2.6.27.12Gabor Juhos2009-01-231-1/+1
* update to 2.6.27.11Gabor Juhos2009-01-151-1/+1
* Add hostapd-mini to default images where applicableAndy Boyett2009-01-022-5/+5
* add missing config item spotted when hardware crypto is enabledNicolas Thill2008-12-211-0/+1
ass="n">u32 prev_arg_types; u32 arg_count; /* push for fixed or var args */ struct acpi_namespace_node arguments[ACPI_METHOD_NUM_ARGS]; /* Control method arguments */ struct acpi_namespace_node local_variables[ACPI_METHOD_NUM_LOCALS]; /* Control method locals */ union acpi_operand_object *operands[ACPI_OBJ_NUM_OPERANDS + 1]; /* Operands passed to the interpreter (+1 for NULL terminator) */ union acpi_operand_object **params; u8 *aml_last_while; union acpi_operand_object **caller_return_desc; union acpi_generic_state *control_state; /* List of control states (nested IFs) */ struct acpi_namespace_node *deferred_node; /* Used when executing deferred opcodes */ struct acpi_gpe_event_info *gpe_event_info; /* Info for GPE (_Lxx/_Exx methods only */ union acpi_operand_object *implicit_return_obj; struct acpi_namespace_node *method_call_node; /* Called method Node */ union acpi_parse_object *method_call_op; /* method_call Op if running a method */ union acpi_operand_object *method_desc; /* Method descriptor if running a method */ struct acpi_namespace_node *method_node; /* Method node if running a method. */ union acpi_parse_object *op; /* Current parser op */ const struct acpi_opcode_info *op_info; /* Info on current opcode */ union acpi_parse_object *origin; /* Start of walk [Obsolete] */ union acpi_operand_object *result_obj; union acpi_generic_state *results; /* Stack of accumulated results */ union acpi_operand_object *return_desc; /* Return object, if any */ union acpi_generic_state *scope_info; /* Stack of nested scopes */ union acpi_parse_object *prev_op; /* Last op that was processed */ union acpi_parse_object *next_op; /* next op to be processed */ struct acpi_thread_state *thread; acpi_parse_downwards descending_callback; acpi_parse_upwards ascending_callback; }; /* Info used by acpi_ps_init_objects */ struct acpi_init_walk_info { u16 method_count; u16 device_count; u16 op_region_count; u16 field_count; u16 buffer_count; u16 package_count; u16 op_region_init; u16 field_init; u16 buffer_init; u16 package_init; u16 object_count; acpi_owner_id owner_id; acpi_native_uint table_index; }; struct acpi_get_devices_info { acpi_walk_callback user_function; void *context; const char *hid; }; union acpi_aml_operands { union acpi_operand_object *operands[7]; struct { struct acpi_object_integer *type; struct acpi_object_integer *code; struct acpi_object_integer *argument; } fatal; struct { union acpi_operand_object *source; struct acpi_object_integer *index; union acpi_operand_object *target; } index; struct { union acpi_operand_object *source; struct acpi_object_integer *index; struct acpi_object_integer *length; union acpi_operand_object *target; } mid; }; /* * Structure used to pass object evaluation parameters. * Purpose is to reduce CPU stack use. */ struct acpi_evaluate_info { struct acpi_namespace_node *prefix_node; char *pathname; union acpi_operand_object *obj_desc; union acpi_operand_object **parameters; struct acpi_namespace_node *resolved_node; union acpi_operand_object *return_object; u8 pass_number; u8 parameter_type; u8 return_object_type; u8 flags; }; /* Types for parameter_type above */ #define ACPI_PARAM_ARGS 0 #define ACPI_PARAM_GPE 1 /* Values for Flags above */ #define ACPI_IGNORE_RETURN_VALUE 1 /* Info used by acpi_ns_initialize_devices */ struct acpi_device_walk_info { u16 device_count; u16 num_STA; u16 num_INI; struct acpi_table_desc *table_desc; struct acpi_evaluate_info *evaluate_info; }; /* TBD: [Restructure] Merge with struct above */ struct acpi_walk_info { u32 debug_level; u32 count; acpi_owner_id owner_id; u8 display_type; }; /* Display Types */ #define ACPI_DISPLAY_SUMMARY (u8) 0 #define ACPI_DISPLAY_OBJECTS (u8) 1 #define ACPI_DISPLAY_MASK (u8) 1 #define ACPI_DISPLAY_SHORT (u8) 2 #endif