summaryrefslogtreecommitdiffstats
path: root/drivers/clk/at91/sam9x60.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-19clk: at91: sam9x60: remove atmel,osc-bypass supportAlexandre Belloni1-5/+1
2020-12-19clk: at91: clk-master: re-factor master clockClaudiu Beznea1-7/+16
2020-12-19clk: at91: clk-sam9x60-pll: allow runtime changes for pllClaudiu Beznea1-4/+18
2020-10-14clk: at91: sam9x60: support only two programmable clocksClaudiu Beznea1-1/+1
2020-07-24clk: at91: clk-sam9x60-pll: re-factor to support plls with multiple outputsClaudiu Beznea1-9/+41
2020-07-24clk: at91: clk-programmable: add mux_table optionClaudiu Beznea1-1/+2
2020-07-24clk: at91: clk-peripheral: add support for changeable parent rateClaudiu Beznea1-1/+1
2020-07-24clk: at91: clk-generated: add mux_table optionClaudiu Beznea1-1/+1
2020-07-24clk: at91: clk-generated: pass the id of changeable parent at registrationClaudiu Beznea1-2/+1
2020-07-24clk: at91: sam9x60: fix main rc oscillator frequencyClaudiu Beznea1-1/+1
2020-07-24clk: at91: sam9x60-pll: check fcore against rangesClaudiu Beznea1-1/+1
2020-07-24clk: at91: fix possible dead lock in new driversAhmad Fatoum1-1/+1
2020-05-26clk: at91: allow setting all PMC clock parents via DTMichał Mirosław1-1/+3
2020-05-26clk: at91: allow setting PCKx parent via DTMichał Mirosław1-1/+3
2020-05-26clk: at91: optimize pmc data allocationMichał Mirosław1-1/+1
2020-02-12clk: at91: sam9x60: fix usb clock parentsClaudiu Beznea1-3/+2
2020-02-12clk: at91: sam9x60: Don't use audio PLLCodrin Ciubotariu1-6/+3
2020-01-05clk: at91: sam9x60: fix programmable clock prescalerEugen Hristev1-0/+1
2019-10-03clk: at91: sam9x60: fix programmable clockEugen Hristev1-0/+1
2019-04-25clk: at91: Mark struct clk_range as constStephen Boyd1-2/+2
2019-04-25clk: at91: add sam9x60 pmc driverAlexandre Belloni1-0/+307