Age | Commit message (Expand) | Author | Files | Lines |
2020-07-24 | clk: at91: sama7g5: add clock support for sama7g5 | Claudiu Beznea | 2 | -0/+1060 |
2020-07-24 | clk: at91: clk-utmi: add utmi support for sama7g5 | Claudiu Beznea | 2 | -5/+102 |
2020-07-24 | clk: at91: clk-sam9x60-pll: re-factor to support plls with multiple outputs | Claudiu Beznea | 3 | -186/+433 |
2020-07-24 | clk: at91: clk-programmable: add mux_table option | Claudiu Beznea | 13 | -17/+38 |
2020-07-24 | clk: at91: clk-peripheral: add support for changeable parent rate | Claudiu Beznea | 9 | -16/+119 |
2020-07-24 | clk: at91: clk-master: add master clock support for SAMA7G5 | Claudiu Beznea | 2 | -5/+312 |
2020-07-24 | clk: at91: clk-generated: add mux_table option | Claudiu Beznea | 5 | -8/+16 |
2020-07-24 | clk: at91: clk-generated: pass the id of changeable parent at registration | Claudiu Beznea | 5 | -35/+37 |
2020-07-24 | clk: at91: replace conditional operator with double logical not | Claudiu Beznea | 5 | -8/+8 |
2020-07-24 | clk: at91: sckc: register slow_rc with accuracy option | Claudiu Beznea | 1 | -2/+3 |
2020-07-24 | clk: at91: sam9x60: fix main rc oscillator frequency | Claudiu Beznea | 1 | -1/+1 |
2020-07-24 | clk: at91: sam9x60-pll: use frac when setting frequency | Claudiu Beznea | 1 | -4/+8 |
2020-07-24 | clk: at91: sam9x60-pll: check fcore against ranges | Claudiu Beznea | 2 | -2/+12 |
2020-07-24 | clk: at91: sam9x60-pll: use logical or for range check | Claudiu Beznea | 1 | -1/+1 |
2020-07-24 | clk: at91: clk-sam9x60-pll: fix mul mask | Claudiu Beznea | 1 | -1/+1 |
2020-07-24 | clk: at91: clk-generated: check best_rate against ranges | Claudiu Beznea | 1 | -2/+2 |
2020-07-24 | clk: at91: clk-generated: continue if __clk_determine_rate() returns error | Claudiu Beznea | 1 | -1/+2 |
2020-07-24 | clk: at91: fix possible dead lock in new drivers | Ahmad Fatoum | 4 | -4/+4 |
2020-05-27 | clk: at91: allow setting all PMC clock parents via DT | Michał Mirosław | 10 | -10/+38 |
2020-05-27 | clk: at91: allow setting PCKx parent via DT | Michał Mirosław | 12 | -13/+45 |
2020-05-27 | clk: at91: optimize pmc data allocation | Michał Mirosław | 12 | -37/+20 |
2020-05-27 | clk: at91: pmc: decrement node's refcount | Claudiu Beznea | 1 | -0/+1 |
2020-05-27 | clk: at91: pmc: do not continue if compatible not located | Claudiu Beznea | 1 | -0/+2 |
2020-05-27 | clk: at91: Add peripheral clock for PTC | Codrin Ciubotariu | 1 | -0/+1 |
2020-04-05 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 7 | -11/+913 |
2020-03-21 | clk: at91: add at91rm9200 pmc driver | Alexandre Belloni | 2 | -0/+200 |
2020-02-18 | clk: at91: move sam9x60's PLL register offsets to PMC header | Claudiu Beznea | 1 | -54/+37 |
2020-02-13 | clk: at91: add at91sam9n12 pmc driver | Alexandre Belloni | 2 | -0/+239 |
2020-02-13 | clk: at91: add sama5d3 pmc driver | Alexandre Belloni | 2 | -0/+241 |
2020-02-13 | clk: at91: add at91sam9g45 pmc driver | Alexandre Belloni | 2 | -0/+221 |
2020-02-13 | clk: at91: usb: introduce num_parents in driver's structure | Claudiu Beznea | 1 | -1/+3 |
2020-02-13 | clk: at91: usb: use proper usbs_mask | Claudiu Beznea | 1 | -1/+1 |
2020-02-13 | clk: at91: sam9x60: fix usb clock parents | Claudiu Beznea | 1 | -3/+2 |
2020-02-13 | clk: at91: usb: continue if clk_hw_round_rate() return zero | Claudiu Beznea | 1 | -0/+3 |
2020-02-13 | clk: at91: sam9x60: Don't use audio PLL | Codrin Ciubotariu | 1 | -6/+3 |
2020-02-01 | Merge branches 'clk-uniphier', 'clk-warn-critical', 'clk-ux500', 'clk-kconfig... | Stephen Boyd | 8 | -8/+13 |
2020-01-06 | clk: at91: sam9x60: fix programmable clock prescaler | Eugen Hristev | 1 | -0/+1 |
2020-01-06 | clk: at91: sam9x60-pll: adapt PMC_PLL_ACR default value | Eugen Hristev | 1 | -2/+6 |
2019-12-16 | clk: at91: fix possible deadlock | Alexandre Belloni | 6 | -6/+6 |
2019-12-02 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -2/+1 |
2019-11-08 | drivers/clk: convert VL struct to struct_size | Stephen Kitt | 1 | -2/+1 |
2019-10-28 | clk: at91: avoid sleeping early | Alexandre Belloni | 2 | -5/+20 |
2019-10-03 | clk: at91: sam9x60: fix programmable clock | Eugen Hristev | 1 | -0/+1 |
2019-09-21 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 2 | -5/+9 |
2019-09-18 | clk: at91: allow 24 Mhz clock as input for PLL | Eugen Hristev | 1 | -1/+1 |
2019-09-16 | clk: at91: select parent if main oscillator or bypass is enabled | Eugen Hristev | 1 | -3/+7 |
2019-09-16 | clk: at91: fix update bit maps on CFG_MOR write | Eugen Hristev | 1 | -1/+1 |
2019-07-23 | clk: at91: generated: Truncate divisor to GENERATED_MAX_DIV + 1 | Codrin Ciubotariu | 1 | -0/+2 |
2019-07-17 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -67/+214 |
2019-06-27 | clk: at91: sckc: use dedicated functions to unregister clock | Claudiu Beznea | 1 | -2/+2 |