,
Kelly
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
Dear sir ,
I KELLY ALAN purchasing and sales manager of CFM INTERNATIONAL .Our
Company specialised in Supplying computer hardware and Electronic .We
want to extend our supplier list because of concurrency in prices on the
international market. We are seeking a supplier with whom we can to
Dear sir ,
I KELLY ALAN purchasing and sales manager of CFM INTERNATIONAL .Our
Company specialised in Supplying computer hardware and Electronic .We
want to extend our supplier list because of concurrency in prices on the
international market. We are seeking a supplier with whom we can to
Dear sir ,
I KELLY ALAN purchasing and sales manager of CFM INTERNATIONAL .Our
Company specialised in Supplying computer hardware and Electronic .We
want to extend our supplier list because of concurrency in prices on the
international market. We are seeking a supplier with whom we can to
it used
undocumented register fields and it won't be needed anymore.
Signed-off-by: James Kelly
---
.../clocking-wizard/clk-xlnx-clock-wizard.c| 211 +++--
1 file changed, 71 insertions(+), 140 deletions(-)
diff --git a/drivers/staging/clocking-wizard/clk-xlnx-
module unloading.
- regmap kernel APIs for memory mapped I/O. Regmap is also able to manage
prepare/enable/disable/unprepare of the AXI clock for us.
Note that use of the new CCF clock provider is deferred to a subsequent
patch.
Signed-off-by: James Kelly
---
.../clocking-wizard/clk-xlnx-clock
Add a description for how the Xilinx Clocking Wizard IP works to guide
subsequent patches.
Signed-off-by: James Kelly
---
.../clocking-wizard/clk-xlnx-clock-wizard.c| 52 ++
1 file changed, 52 insertions(+)
diff --git a/drivers/staging/clocking-wizard/clk-xlnx-clock
Split probe function so that we can add more code in future patches
without it becoming too big.
Signed-off-by: James Kelly
---
.../clocking-wizard/clk-xlnx-clock-wizard.c| 63 +-
1 file changed, 51 insertions(+), 12 deletions(-)
diff --git a/drivers/staging
directed
them to another Xilinx Linux maintainer.
James Kelly (14):
staging: clocking-wizard: Add principles of operation
staging: clocking-wizard: Reverse order of internal clocks
staging: clocking-wizard: Split probe function
staging: clocking-wizard: Cosmetic cleanups
staging
nitions easier to read
- Use #define for clock names in case we want to change them later
Signed-off-by: James Kelly
---
.../clocking-wizard/clk-xlnx-clock-wizard.c| 210 ++---
1 file changed, 105 insertions(+), 105 deletions(-)
diff --git a/drivers/staging/clocking-wizard/c
The order of the internal clocks does not match how the hardware
is arranged. We need to fix this before we can add new function.
Swap the order of the internal multiplier and divider clocks so that the
divider is the parent of the multiplier.
Signed-off-by: James Kelly
---
.../clocking
: James Kelly
---
.../clocking-wizard/clk-xlnx-clock-wizard.c| 53 ++
1 file changed, 53 insertions(+)
diff --git a/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c
b/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c
index bb64da849d9b..c37f0e4451b4 100644
Add support for the clk_round_rate API to our CCF clock provider.
Signed-off-by: James Kelly
---
.../clocking-wizard/clk-xlnx-clock-wizard.c| 107 +
1 file changed, 107 insertions(+)
diff --git a/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c
b/drivers
erty named "set-parent-output".
This is an optional property and if not present this feature is disabled.
If first divider clock is updated before the PLL multiplier clock adjust
the PLL multiplier to keep PLL lock.
Signed-off-by: James Kelly
---
drivers/staging/clocking-wizard/TODO
Publish clock divider/multiplier ratios and flags specific to our
clock provider implementation as these are not available via the
debugfs entries provided by the common clock framework.
Signed-off-by: James Kelly
---
.../clocking-wizard/clk-xlnx-clock-wizard.c| 57
divider clock to ensure that
the PLL clock rate will remain within a valid range for the VCO, as it
is impossible to subsequently update any clock if the PLL does not lock.
A subsequent patch will address this issue.
Signed-off-by: James Kelly
---
drivers/staging/clocking-wizard/TODO
quot;set-input-rate-range" allows the input rate to be
constrained to a narrower range than the hardware supports as this is
useful in some circumstances.
The input rate is then further constrained to ensure the PLL can always
lock when the input rate is changed.
Signed-off-by: James Kelly
---
d
now defaults to the least restrictive (fastest) speed grade.
Speed grade is now represented within the driver as an enum to enable
possible future support of non-integer speed grades, however it has not
been implemented here to avoid breaking the existing device tree bindings.
Signed-off-by: James Kell
divider.
Use DIV_ROUND_CLOSEST_ULL for division to provide best precision.
Signed-off-by: James Kelly
---
drivers/staging/clocking-wizard/TODO | 5 +-
.../clocking-wizard/clk-xlnx-clock-wizard.c| 68 --
2 files changed, 66 insertions(+), 7 deletions
Dan,
> On 14 May 2018, at 11:47 pm, Dan Carpenter wrote:
>
> On Mon, May 07, 2018 at 11:20:29AM +1000, James Kelly wrote:
>> +static int clk_wzrd_probe(struct platform_device *pdev)
>> +{
>> +int ret;
>> +struct device *dev = &pdev->dev;
>>
Greg,
> On 14 May 2018, at 10:02 pm, Greg Kroah-Hartman
> wrote:
>
> Can you please fix up the issues reported in this series, rebase on my
> latest tree, and resend so that I can apply them?
>
> thanks,
>
> greg k-h
I’m working on a version 2 patch set and will post when it is ready.
Jame
erent address spaces)
drivers/staging/fbtft/fbtft-core.c:918:19:expected void const *addr
drivers/staging/fbtft/fbtft-core.c:918:19:got char [noderef]
*screen_base
Signed-off-by: Garret Kelly
---
drivers/staging/fbtft/fbtft-core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff
Fix two instances of the following checkpatch warning:
WARNING: Missing a blank line after declarations
Signed-off-by: Garret Kelly
---
drivers/staging/goldfish/goldfish_audio.c | 1 +
drivers/staging/goldfish/goldfish_nand.c | 1 +
2 files changed, 2 insertions(+)
diff --git a/drivers
Cleanup whitespace and comments in Ioctl.h in a few ways:
- > 80 character cleanup
- Comment clarification
- More consistent vertical alignment
Signed-off-by: Martin Kelly
---
drivers/staging/bcm/Ioctl.h | 26 +-
1 file changed, 13 insertions(+), 13 deletions(-)
d
month and this might cost a delay for you to receive this draft.
Yours Sincerely,
Mr. Alvin Alton KELLY
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
month and this might cost a delay for you to receive this draft.
Yours Sincerely,
Mr. Alvin Alton KELLY
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
26 matches
Mail list logo