summaryrefslogtreecommitdiffstats
path: root/drivers/clk/bcm
AgeCommit message (Expand)Author
2016-03-02clk: bcm: Remove CLK_IS_ROOTStephen Boyd
2016-02-25clk: bcm2835: added missing clock register definitionsMartin Sperl
2016-02-16Merge branch 'clk-bcm2835' into clk-nextMichael Turquette
2016-02-16clk: bcm2835: Reuse CLK_DIVIDER_MAX_AT_ZERO for recalc_rate()Eric Anholt
2016-02-16clk: bcm2835: Fix setting of PLL divider clock ratesEric Anholt
2016-01-29clk: iproc: Remove __init from headerRay Jui
2016-01-29clk: iproc: Add support for Cygnus audio clocksSimran Rai
2015-12-24Merge branch 'clk-bcm2835' into clk-nextMichael Turquette
2015-12-24clk: bcm2835: Add PWM clock supportRemi Pommarel
2015-12-24clk: bcm2835: Support for clock parent selectionRemi Pommarel
2015-12-24clk: bcm2835: add a round up ability to the clock divisorRemi Pommarel
2015-12-22Merge branch 'clk-bcm2835' into clk-nextMichael Turquette
2015-12-22clk: bcm2835: Add a driver for the auxiliary peripheral clock gates.Eric Anholt
2015-11-20clk: bcm: Add BCM63138 clock supportFlorian Fainelli
2015-10-21Merge branch 'clk-iproc' into clk-nextStephen Boyd
2015-10-21clk: ns2: add clock support for Broadcom Northstar 2 SoCJon Mason
2015-10-21clk: iproc: Separate status and control variablesJon Mason
2015-10-21clk: iproc: Split off dig_filterJon Mason
2015-10-21clk: iproc: Add PLL base write functionJon Mason
2015-10-21clk: nsp: add clock support for Broadcom Northstar Plus SoCJon Mason
2015-10-21clk: iproc: Add PWRCTRL supportJon Mason
2015-10-21clk: cygnus: Convert all macros to all capsJon Mason
2015-10-21ARM: cygnus: fix link failures when CONFIG_COMMON_CLK_IPROC is disabledArnd Bergmann
2015-10-21clk: iproc: Fix PLL output frequency calculationSimran Rai
2015-10-16clk: Allow drivers to build if COMPILE_TEST is enabledJavier Martinez Canillas
2015-10-12clk: bcm2835: Add support for programming the audio domain clocksEric Anholt
2015-10-01clk: bcm2835: Move under bcm/ with other Broadcom SoC clk drivers.Eric Anholt
2015-08-24clk: bcm: Convert to clk_hw based provider APIsStephen Boyd
2015-07-28Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd
2015-07-28Merge branch 'clk-determine-rate-struct' into clk-nextStephen Boyd
2015-07-27clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon
2015-07-20clk: bcm: Include clk.hStephen Boyd
2015-07-02clk: iproc: fix bit manipulation arithmeticRay Jui
2015-07-02clk: iproc: fix memory leak from clock nameRay Jui
2015-06-18clk: cygnus: add clock support for Broadcom CygnusRay Jui
2015-06-18clk: iproc: add initial common clock supportRay Jui
2015-05-14clk: bcm/kona: Remove ccu_listStephen Boyd
2015-05-14clk: bcm/kona: Silence sparse warningsStephen Boyd
2015-04-17clk: bcm/kona: use DIV_ROUND_CLOSEST_ULL()Javi Merino
2015-02-02clk: Add rate constraints to clocksTomeu Vizoso
2014-12-03clk: Change clk_ops->determine_rate to return a clk_hw as the best parentTomeu Vizoso
2014-05-27clk: bcm/kona: implement determine_rate()Alex Elder
2014-04-30clk: bcm21664: use common clock frameworkAlex Elder
2014-04-30clk: bcm281xx: move compatible string definitionsAlex Elder
2014-04-30clk: bcm281xx: add clock hysteresis supportAlex Elder
2014-04-30clk: bcm281xx: add clock policy supportAlex Elder
2014-04-30clk: bcm281xx: define CCU clock data staticallyAlex Elder
2014-04-30clk: bcm281xx: initialize CCU structures staticallyAlex Elder
2014-04-30clk: bcm281xx: change some symbol namesAlex Elder
2014-04-30clk: bcm281xx: use init_data.name for clock nameAlex Elder
n371'>371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 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