aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/sibyte
Commit message (Expand)AuthorAge
* [MIPS] Sibyte: Replace use of removed IO_SPACE_BASE with IOADDR.Ralf Baechle2007-11-15
* [MIPS] BCM1480: Remove duplicate acknowledge of timer interrupt.Ralf Baechle2007-11-15
* [MIPS] Sibyte: Split and move clock code.Ralf Baechle2007-11-02
* [MIPS] Sibyte: Fixes for oneshot timer mode.Ralf Baechle2007-11-02
* [MIPS] Sibyte: Remove blank line.Ralf Baechle2007-11-02
* [MIPS] Swarm: Fix build failureThiemo Seufer2007-11-02
* [MIPS] SB1250: Use the right irqaction for the timer interrupt.Ralf Baechle2007-11-02
* [MIPS] SB1250: Remove stray assignment of cpumask.Ralf Baechle2007-11-02
* [MIPS] Sibyte: Fix names of the clockevent devices.Ralf Baechle2007-11-02
* [MIPS] Sibyte: Build fixes / dead code removal.Ralf Baechle2007-11-02
* [MIPS] time: Fix cut'n'paste bug in Sibyte clockevent driver.Ralf Baechle2007-10-29
* [MIPS] Sibyte: Delete {sb1250,bcm1480}_steal_irq().Ralf Baechle2007-10-29
* [MIPS] time: SMP-proofing of Sibyte clockevent/clocksource code.Ralf Baechle2007-10-22
* [MIPS] Sibyte: Finish conversion to modern time APIs.Ralf Baechle2007-10-19
* [MIPS] Sibyte: Fix typos in sibyte clockevent driversAtsushi Nemoto2007-10-17
* [MIPS] checkfiles: Fix "need space after that ','" errors.Ralf Baechle2007-10-11
* [MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle2007-10-11
* [MIPS] Clockevent driver for BCM1480Ralf Baechle2007-10-11
* [MIPS] Clockevent driver for BCM1250Ralf Baechle2007-10-11
* [MIPS] Implement clockevents for R4000-style cp0 count/compare interruptRalf Baechle2007-10-11
* [MIPS] Consolidate all variants of MIPS cp0 timer interrupt handlers.Ralf Baechle2007-10-11
* [MIPS] Switch from to_tm to rtc_time_to_tmRalf Baechle2007-10-11
* [MIPS] Deforest the function pointer jungle in the time code.Ralf Baechle2007-10-11
* [MIPS] ARC: Get rid of mips_machgroupRalf Baechle2007-10-11
* [MIPS] Move CFE code into arch/mips/fw/cfeAurelien Jarno2007-10-11
* [MIPS] Sibyte: cleanup static inline forward declarations.Ralf Baechle2007-10-11
* [MIPS] Kill redundant EXTRA_AFLAGSAtsushi Nemoto2007-10-11
* [MIPS] BCM1480: include <linux/init.h>.Ralf Baechle2007-09-21
* [MIPS] BCM1480: Export zbbus_mhz.Ralf Baechle2007-09-21
* [MIPS] Sibyte: Remove broken dependency on EXPERIMENTAL from SIBYTE_SB1xxx_SOC.Ralf Baechle2007-09-10
* [MIPS] BCM1480: Fix computation of interrupt mask address register.Ralf Baechle2007-09-10
* [MIPS] SMP: Scatter __cpuinit over the code as needed.Ralf Baechle2007-08-26
* [MIPS] Sibyte: CONFIG_SIBYTE_SB1250_DUART -> CONFIG_SERIAL_SB1250_DUARTRalf Baechle2007-08-26
* [MIPS] Use -Werror on subdirectories which build cleanly.Ralf Baechle2007-07-31
* [MIPS] BCM1480: Include <linux/module.h>.Ralf Baechle2007-07-31
* sb1250-duart.c: SB1250 DUART serial supportMaciej W. Rozycki2007-07-17
* [MIPS] Remove unused time.c for swarmYoichi Yuasa2007-07-12
* [MIPS] Transform old-style macros to newer "__noreturn"Robert P. J. Day2007-07-10
* [MIPS] Add bcm1480 ZBus trace support, fix wait related bugsMark Mason2007-04-27
* [MIPS] Add missing silicon revisions for BCM112xMark Mason2007-04-20
* [MIPS] BCM1480: Fix setting of irq affinity.Mark Mason2007-03-29
* [MIPS] SB1250: Fix bugs/warnings by creative use of volatile.Ralf Baechle2007-03-24
* [MIPS] Misc fixes for plat_irq_dispatch functionsThiemo Seufer2007-03-19
* [MIPS] Sibyte: Fix ZBbus profilerRalf Baechle2007-03-09
* [MIPS] Sibyte: Do not allow enabling LDT support if PCI is disabled.Ralf Baechle2007-03-09
* [MIPS] Fix and cleanup the mess that a dozen prom_printf variants are.Ralf Baechle2007-03-04
* [MIPS] Kill redundant EXTRA_AFLAGSAtsushi Nemoto2007-02-26
* [PATCH] mark struct file_operations const 2Arjan van de Ven2007-02-12
* [MIPS] use name instead of typename for each irq_chipAtsushi Nemoto2007-02-06
* [MIPS] prom_free_prom_memory cleanupAtsushi Nemoto2007-02-06
0'>410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803


































































































































































































































































































































































































































































































































































































































































































































































































































                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
PK